﻿
*{
    font-family: 'Raleway', sans-serif;
}
html{
   /* background-color:black;*/
}
html,body{
     max-width: 100%;
     overflow-x: hidden;
}

/* Navbar Styles */
@media(min-width: 500px){
    .nav li{
        padding-top:15px;
    }
}
    @media (min-width: 544px){
        .navbar {
            border-radius: 0!important;

        }
        }
        
        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: black!important;

        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: gold !important;

        }
        .navbar-default .navbar-nav>li>a {
            color: gold!important;

        }
        
        .navbar-default .navbar-nav>li>a:hover {
            color: #fff;

        }
        
        .navbar-default {
            background-color:#666666 !important;/*#00afe8 !important;*/

        }
        .navbar-text {
            color: #ffffff !important;

        }
        
        .navbar-default {
            margin-bottom: 0 !important;

        }
        .navbar-default .navbar-toggle {
            border-color: gold!important;

        }
        
        .centered-navbar {
            position: absolute;
            margin-left:5px;
            text-align: center;

        }
        .centered-navbar img {
            max-width: 134px;
            padding-top: 15px;
            padding-bottom: 10px;
}

        .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: lightslategray!important;
}
        
        /* End NavBar Styles */
        
        .skyBG {
        background-color: #1976d2 !important;
        background: linear-gradient(145deg,#0d47a1,#42a5f5) !important;
        color: #fff !important;
    }

#loginForm{
    width:260px; 
    margin-left:140px;
    margin-right:140px;
}

@media (max-width: 600px) {
    #dynamicBg h1{
        font-size:24px !important;
    }
    #dynamicBg h2{
        font-size:12px !important;
    }
    #smallerSize button{
        padding:2.5px !important;
    }
    #postBtnMobile{
        text-align:center !important;
       clear:both !important;
    }
    .mobileReady{
        font-size:12px !important;
        margin:0!important;
    }
    #backLabel{
        font-size:22px !important;
    }
    #loginForm{
        width:200px!important; 
        margin-left:5% !important;
        margin-right:5% !important;
    }
}

.YourHopeLogo{
    font-family: 'Grand Hotel',cursive;margin:0!important;color:gold!important;
}

     .btn-danger-outline{
                    color: #d9534f!important;
                    background-color: transparent!important;
                    border-color: #d43f3a!important;
                }
     .btn-danger-outline:active{
         color:#fff!important;
         background-color: #d9534f!important;
         
     }

#dynamicBg {
    background-color: gold !important;
    position: relative;
    -webkit-animation: james 15s infinite;
    animation: james 15s infinite;
    color: white;
    margin-bottom: 0 !important;
}

.heading{
        font-size:72px; letter-spacing:10px;
    }

.modal
{
    position: absolute;
    border-radius:4px !important;   
}

#fadein {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.widget-area.blank {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.widget-area {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    float: left;
    margin-top: 0px;
    padding: 25px 30px;
    position: relative;
    width: 100%;
}

.status-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border: 5px solid #2F2F31;
    border-radius: 2px;
    color: #999;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.28);
    margin-bottom: 20px;
}

.status-post form {
    float: left;
    width: 100%;
}

.status-post form p {
    background: none repeat scroll 0 0 #fff;
    color: #777777;
    float: left;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 20px;
    width: 100%;
    height:100%;
    outline: none;
    border: 1px solid #F2F2F2;
    margin:0 !important;
}
.status-upload {
    background: none repeat scroll 0 0 #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 100%;
}
.status-upload form {
    float: left;
    width: 100%;
}

.status-upload form textarea {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #777777;
    float: left;
    font-family: Lato;
    font-size: 14px;
    height: 142px;
    letter-spacing: 0.3px;
    padding: 20px;
    width: 100%;
    resize: none;
    outline: none;
    border: 1px solid #F2F2F2;
}
                
            .status-upload form p {
                border: medium none;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
                float: left;
                font-family: Lato;
                font-size: 14px;
                letter-spacing: 0.3px;
                margin-left: 9px;
                margin-top: 2px;
            }

            .status-upload form button {
                border: medium none;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
                color: #fff;
                float: right;
                font-family: Lato;
                font-size: 14px;
                letter-spacing: 0.3px;
                margin-right: 9px;
                margin-top: 9px;
                padding: 6px 15px;
            }

        .status-upload form button > i {
            margin-right: 7px;
        }

        .time
        {
            border: medium none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
                color: black;
                float: right;
                font-family: Lato;
                font-size: 14px;
                letter-spacing: 0.3px;
                margin-right: 9px;
                margin-top: 9px;
                padding: 6px 15px;
        }

        #timeFont{
            float:right; 
            margin-bottom:0!important;
            font-family:sans-serif;
            color:#fff;/*rgba(249, 171, 36, 0.32);*/
            font-size:12px;
        }

        .border-post{
            display:inline-block;
            padding:4px;
        }
        
    .intro-header {
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
    background: url(../Content/images/back2.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    /*padding-top: 4.5%;*/
}

.intro-message > h1 {
    margin: 0;
    font-size: 5em;
    color:black !important;
}

.intro-message > h3 {
    
    color:black !important;
}

@media(max-width:414px){
        .intro-header{
        padding-bottom:205px!important;
    }
}

@media(max-width:767px) {

    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 75px 0;
}

.content-section-b {
    padding: 50px 0;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #f6c46f;
}

.regularFont{
    font-family:sans-serif;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

#borderMe{
     margin-top: 5px;
     border:1px grey solid; 
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     display:inline-block;
     padding:10px;
     margin-bottom:10px;
}


footer {
    background-color: #f8f8f8;
}

p.copyright {
    margin: 0!important;
    margin-right: 28px!important;
}
 .detailsBG{
     color:Black;
     background:url(../Content/images/back.jpg);
     background-size:cover;
     padding: 0.5em 0.6em !important;
     margin-bottom:5px !important;
}
 #postCommentBox {
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     width:100%;
     outline: none;
     height:94px;
}

 .pointer{
     cursor:pointer;
 }

 #backLabel{
     float:left;
     font-size:30px;
 }



 .commentPost{
     padding:5px !important; 
     margin-bottom:10px;
     background-color:rgba(1, 20, 34, 0.82)!important; 
     color:white;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
 }

 .remove-margin-bottom{
     margin-bottom:0px !important;
 }

 .postStyle{
     font-size:20px;margin-bottom:0 !important;
 }

         .jumbotron a{
     color:rgba(249, 171, 36, 0.82)!important;
 }
         .followers{
             display:inline-block;
             border:1px grey solid;
             border-radius:3.4px;
             padding:5px;
         }
         #fol{
             background-color:orange;
         }

         .bordered{
             border:1px grey solid;
             border-radius:10.5px !important;   
         }
         .tilt{
             padding-top:20px;
             color:white;
              -ms-transform: rotate(-7deg); /* IE 9 */
                -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
            transform: rotate(-7deg);
         }

         .username{
             border:1px solid white;
              border-radius:10px;
              display:inline-block;
              padding:10px;

            background-color: blue !important;
            position: relative;
            -webkit-animation: username 25s infinite;
            animation: username 9s infinite;
            color: white;
            margin-bottom: 0 !important;
        }

        @-webkit-keyframes username {
            0% {
                background-color: #0099CC;
            }

            25% {
                background-color: #66ccff;
            }

            50% {
                background-color: #66CCFF;
            }

            75% {
                background-color: #4da3ff;
            }

            100% {
                background-color: #0099CC;
            }
        }

        @keyframes username {
            0% {
                background-color: #0099CC;
            }

            25% {
                background-color: #66ccff;
            }

            50% {
                background-color: #66CCFF;
            }

            75% {
                background-color: #4da3ff;
            }

            100% {
                background-color: #0099CC;
            }
        }
/*
==============================================
slideDown
==============================================
*/


.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/* USER PROFILE CSS 

  

END OF USER PROFILE CSS*/





/*
    Animation CSS

==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideRight
==============================================
*/


.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideExpandUp
==============================================
*/


.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;

	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleX(0.95);
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}
	100%{
		transform: translateY(0%) scaleX(1);
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}
	100%{
		-webkit-transform: translateY(0%) scaleX(1);
	}
}

/*
==============================================
expandUp
==============================================
*/


.expandUp{
	animation-name: expandUp;
	-webkit-animation-name: expandUp;

	animation-duration: 0.7s;
	-webkit-animation-duration: 0.7s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		transform: translateY(3%);
	}
	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		-webkit-transform: translateY(3%);
	}
	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}
}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;
	}
	60% {
		transform: scale(1.1);
	}
	80% {
		transform: scale(0.9);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

/*
==============================================
expandOpen
==============================================
*/


.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;

	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	visibility: visible !important;
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);
	}
	50% {
		transform: scale(0.95);
	}
	80% {
		transform: scale(1.05);
	}
	90% {
		transform: scale(0.98);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);
	}
	50% {
		-webkit-transform: scale(0.95);
	}
	80% {
		-webkit-transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(0.98);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

/*
==============================================
bigEntrance
==============================================
*/


.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;

	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	visibility: visible !important;
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}

/*
==============================================
hatch
==============================================
*/

.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;

	visibility: visible !important;
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}
	65% {
		transform: rotate(1deg);
	}
	80% {
		transform: rotate(-1deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}
	65% {
		-webkit-transform: rotate(1deg);
	}
	80% {
		-webkit-transform: rotate(-1deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}


/*
==============================================
bounce
==============================================
*/


.bounce{
	animation-name: bounce;
	-webkit-animation-name: bounce;

	animation-duration: 1.6s;
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(0.6);
	}
	60%{
		transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}
	90%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}
	100%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(0.6);
	}
	60%{
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}
	90%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
	}
	100%{
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}
}


/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 0.7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;
	}
}

/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 3s;
	-webkit-animation-duration: 3s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(8%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(8%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/*
==============================================
tossing
==============================================
*/

.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;

	animation-duration: 2.5s;
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);
	}
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);
	}
}

/*
==============================================
pullUp
==============================================
*/

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;

	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}
}

/*
==============================================
pullDown
==============================================
*/

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;

	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}
}

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}
}

/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}
}
/* BOOK EFFECTS */

        .book {
                  position: absolute;
                  top: 150px;
      /*  bottom: 0;*/
                  left: 0;
                  right: 0;
                  margin: auto;
                  width: 18.5rem;
                  height: 12.5rem;
                  perspective: 70rem;
              }

              /*.cover {
                  background-color: #36354e;
                  transform: rotateY(0deg);
                  width: 9.25rem;
                  height: 12.5rem;
              }*/

              .page {
                  top: 0.25rem;
                  left: 0.25rem;
                  background-color: #e9e6c4;
                  transform: rotateY(0deg);
                  width: 9rem;
                  height: 12rem;
                  text-align: right;
                  font-size: 8px;
                  color: #777;
                  font-family: monospace;
              }

                  .page::before, .page::after {
                      display: block;
                      border-top: 1px dashed rgba(0, 0, 0, 0.3);
                      content: "";
                      padding-bottom: 1rem;
                  }

              .cover, .page {
                  position: absolute;
                  padding: 1rem;
                  transform-origin: 100% 0;
                  border-radius: 5px 0 0 5px;
                  box-shadow: inset 3px 0px 20px rgba(0, 0, 0, 0.2), 0px 0px 15px rgba(0, 0, 0, 0.1);
                  box-sizing: border-box;
              }

                  .cover.turn {
                      animation: bookCover 3s forwards;
                  }

                  .page.turn {
                      animation: bookOpen 3s forwards;
                  }

                  .page:nth-of-type(1) {
                      animation-delay: 0.05s;
                  }

                  .page:nth-of-type(2) {
                      animation-delay: 0.33s;
                  }

                  .page:nth-of-type(3) {
                      animation-delay: 0.66s;
                  }

                  .page:nth-of-type(4) {
                      animation: bookOpen150deg 3s forwards;
                      animation-delay: 0.99s;
                  }

                  .page:nth-of-type(5) {
                      animation: bookOpen30deg 3s forwards;
                      animation-delay: 1.2s;
                  }

                  .page:nth-of-type(6) {
                      animation: bookOpen55deg 3s forwards;
                      animation-delay: 1.25s;
                  }

              @keyframes bookOpen {
                  30% {
                      z-index: 999;
                  }

                  100% {
                      transform: rotateY(180deg);
                      z-index: 999;
                  }
              }

              @keyframes bookCover {
                  30% {
                      z-index: 999;
                  }

                  100% {
                      transform: rotateY(180deg);
                      z-index: 1;
                  }
              }

              @keyframes bookOpen150deg {
                  30% {
                      z-index: 999;
                  }

                  100% {
                      transform: rotateY(150deg);
                      z-index: 999;
                  }
              }

              @keyframes bookOpen55deg {
                  30% {
                      z-index: 999;
                  }

                  100% {
                      transform: rotateY(55deg);
                      z-index: 999;
                  }
              }

              @keyframes bookOpen30deg {
                  50% {
                      z-index: 999;
                  }

                  100% {
                      transform: rotateY(30deg);
                      z-index: 999;
                  }
              }
 /* END BOOK EFFECTS*/

     .box-shadow--2dp {
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
    }

    .panel-default {
            border-color: #ddd;
    }

     #searchBox{
        color:white;    
        background-color:#ff8533;
        border:0;
    }
    #searchBox:focus{
        text-align:center;
        outline:none;
    }
    #searchBox::-webkit-input-placeholder{
        text-align:center;
        color:white;
    }
     #searchBox:-moz-placeholder{
        text-align:center;
        color:white;
    }
     #searchBox::-moz-placeholder{
        text-align:center;
        color:white;
    }
     #searchBox:-ms-input-placeholder{
        text-align:center;
        color:white;
    }

     
     #searchIssuesBox{
        color:#fff;    
        background-color:#b3b3b3;
        border:0;
    }
    #searchIssuesBox:focus{
        text-align:center;
        outline:none;
    }
    #searchIssuesBox::-webkit-input-placeholder{
        text-align:center;
        color:white;
    }
     #searchIssuesBox:-moz-placeholder{
        text-align:center;
        color:white;
    }
     #searchIssuesBox::-moz-placeholder{
        text-align:center;
        color:white;
    }
     #searchIssuesBox:-ms-input-placeholder{
        text-align:center;
        color:white;
    }



              .default{
                background-color:rgba(1, 20, 34, 0.82)!important;
            }
            .darkBlue{
                background-color: #000099!important;
            }
            .darkGreen{
                background-color:#006600!important;
            }
            .darkPurple{
                background-color: #1f1f60!important;
            }
            .Orange{
                background-color: #e67700!important;
            }
            .Red{
                background-color: #cc0000!important;
            }
            .SkyBlue{
                background-color: #3399ff!important;
            }
            .Magenta{
                background-color: #660033!important;
            }
            .DarkBeige{
                background-color:#86592d !important;
            }
            .Teal{
                background-color:#00cccc!important;
            }
            .HotPink{
                background-color:#e60073!important;
            }
            .SuperDarkRed{
                background-color:#4d0000!important;
            }
            /*Feed Styles*/

                .feed {
        padding-top: 20px;
    }

    .feed-item {
        display: block;
        width: 95%;
        /*height: 100px;*/
        margin-bottom: 10px;
        background: white;
        padding-left: -100px;
        box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
        transition: 0.7s;
    }.blog{
  overflow: hidden;
}

.feed-item .text-holder{
  margin-top: 22px;
  width: 95%;
  float: left;
  margin-left:10px;
}
.feed-item .spacer{
  width: 10%;
  float: left;
}
.feed-description{
  font-size: .9em;
  font-weight: 300;
  color: #888;
  height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*End Feed styles*/