
/* General Styles ---------------------------------------------- */

body {
    background: url('../img/background28.jpg');/*, url('../img/Sky.jpg');*/
    background-color: rgba(255, 255, 255, 1);
    background-blend-mode: multiply;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    overflow-x: hidden;
}

#presentation {
    height: 100vh;
    padding-top: 20vh;
    background: linear-gradient(180deg , rgba(0, 91, 187, 0.5), rgba(255, 213, 0, 0.4));
/*rgba(100, 121, 74, 0.4) rgba(16, 80, 40, 0.4)*/
/*rgba(28, 121, 74, 0.5), rgba(28, 121, 174, 0.5)*/ original since 2015
/*rgba(100, 121, 74, 0.5), rgba(28, 121, 174, 0.4)*/ nice
/*rgba(0, 91, 187, 0.5), rgba(255, 213, 0, 0.5)*/ Ukraina
}

#presentation .land {
    height: 100vh;
    padding-top: 20vh;
    /*background: linear-gradient(180deg , rgba(16, 80, 153, 1), rgba(16, 80, 153, 1)); /*rgba(255, 182, 18, 0.9)*/
}

#presentation .navig {
    height: 80vh;
    padding-top: 0px;
    position: fixed;
}

.side-bar{
    position: fixed;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.1) /*rgba(255, 255, 255, 0.6);*/
}

.side-bar .land{
    width: 0px;
}

.side-bar .navig {
   width: 250px;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover, 
a:active, 
a:focus {
    color: rgba(16, 80, 153, 1);
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    border-bottom: 0;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', sans-serif;    
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.title {
    font-size: larger;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0px;
    margin-top: 0px;
}

.title:hover {
    padding-left: 0px !important;
}

.title .glyphicon {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    left: -110px;
    padding: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: smaller;
}

hr {
    margin-top: 10px;
    margin-bottom: 15px;
    border: 0;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
}

hr.empty {
    padding: 7px 0;
    border: 0;
}

hr.empty-half {
    padding: 1px 0;
    border: 0;
}

hr.empty-double {
    padding: 15px 0;
    border: 0;
}

hr.empty-triple {
    padding: 25px 0;
    border: 0;
}

hr.empty-quad {
    padding: 50px 0;
    border: 0;
}

strong {
    font-size: larger;
    font-weight: normal;
}

italic {
    font-style: italic;
}

.progress {
    background-color: rgba(0, 0, 0, 0.05);
    height: 7px;
    margin-left: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.progress-bar {
    width: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 3s ease;
    -moz-transition: width 3s ease;
    transition: width 3s ease;
}

.progress-bar-success {
    /*background-color: rgba(0, 0, 0, 0.05);*/
}

.annotation {
    float: right;
    opacity: .75;
    font-style: italic;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-right: 5%;
    text-align: center;
}

.chart canvas {
    position: absolute;
    top: 35px;
    left: 0;
}

.percent {
    display: inline-block;
    line-height: 140px;
    z-index: 2;
    opacity: .75;
    font-style: italic;
}

.percent:after {
    content: '%';
    margin-left: 0.1em;
}

.skill {
    display: block;
}

ul {
    padding: 10px 0 0 13px;
    margin: 0;
    border-left: 3px solid rgba(0, 0, 0, 0.05);
}


ul li {
    list-style-image: url('../img/list-style.png');
    padding: 10px 0 10px 27px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

ul li:hover {
    list-style-image: url('../img/list-style-on.png');
    padding-left: 40px !important;
}

.static:hover {
    padding-left: 27px !important;
}

ul li p {
    padding-left: 8px;
}

ul .note {
    display: inline-block;
    margin: 8px;
    opacity: .75;
    text-transform: uppercase;
}

ul .description {
    opacity: .75;
}

.title {
    list-style-image: url('../img/ls.png') !important;
}

.title:hover {
    padding-left: 0px !important;
}

.blank{
    list-style-image: url('../img/empty.png') !important;
    padding: 0px 0px 1px 27px;
}

.blank:hover{
    padding-lfet: 0px !important;
}


/* Top icons ------------------------------------------------- */

.top-icons {
    position: fixed;
    top: 60px;
    left: 56px;
    width: 100%;
}

.top-flag {
    position: relative;
    top: -2px;
    height: 36px;
    width: 36px;
    padding: 2px 2px 6px 6px;
    background-color: rgba(10, 10, 10, 0.15);
    font-size: 20px;
    -webkit-filter: sepia(100%) hue-rotate(160deg) brightness(80%) opacity(0.8);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-bottom: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.top-flag:hover {
    -webkit-filter: sepia(0%) hue-rotate(0deg) brightness(100%);
    background-color: rgba(10, 10, 10, 0.10);
}

.top-download-resume {
    margin-left: 16px;
    top: -1px;
    height: 36px;
    width: 36px;
    background-color: rgba(10, 10, 10, 0.15);
    color: rgba(10, 20, 50, 0.4);
    padding: 4px 2px 4px 6px;
    font-size: 20px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-bottom: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.top-download-resume:hover {
    background-color: rgba(10, 10, 10, 0.10);
    color: rgba(200, 0, 0, 1);
    border-bottom: 0;
}

.top-contact {
    top: -6px;
    margin-left: 16px;
    height: 36px;
    width: 36px;
    background-color: rgba(10, 10, 10, 0.15);
    color: rgba(10, 20, 50, 0.4);
    padding: 4px 8px 4px 5px;
    font-size: 20px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.top-contact:hover {
    background-color: rgba(10, 10, 10, 0.10);
    color: rgba(16, 80, 153, 1);
    border-bottom: 0;
}


/* Top icons Mini ------------------------------------------------- */

.top-icons-mini {
    position: fixed;
    top: 50px;
    width: 180px;
    height: 120px;
    right: -130px;
    z-index: 2;
}

.top-flag-mini {
    position: relative;
    height: 36px;
    width: 36px;
    padding: 2px 2px 6px 6px;
    background-color: rgba(10, 10, 10, 0.15);
    font-size: 20px;
    -webkit-filter: sepia(100%) hue-rotate(160deg) brightness(80%) opacity(0.8);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-bottom: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.top-flag-mini:hover {
    -webkit-filter: sepia(0%) hue-rotate(0deg) brightness(100%);
    background-color: rgba(10, 10, 10, 0.10);
}

.top-download-resume-mini {
    position: relative;
    top: 11px;
    height: 36px;
    width: 36px;
    background-color: rgba(10, 10, 10, 0.15);
    color: rgba(10, 20, 50, 0.4);
    padding: 4px 2px 4px 6px;
    font-size: 20px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-bottom: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.top-download-resume-mini:hover {
    background-color: rgba(10, 10, 10, 0.10);
    color: rgba(200, 0, 0, 1);
    border-bottom: 0;
}

.top-contact-mini {
    position: relative;
    top: 20px;
    height: 36px;
    width: 36px;
    background-color: rgba(10, 10, 10, 0.15);
    color: rgba(10, 20, 50, 0.4);
    padding: 4px 8px 4px 5px;
    font-size: 20px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.top-contact-mini:hover {
    background-color: rgba(10, 10, 10, 0.10);
    color: rgba(16, 80, 153, 1);
    border-bottom: 0;
}

/* Burger menu ---------------------------------- */

.burger-menu {
    height: 20px;
    width: 21px;
    position: fixed;
    top: 27%;
    left: 42px;
    cursor: pointer;
    z-index: 999;
}

.burger {
    width: 20px;
    height: 3px;
    background: rgba(10, 20, 50, 0.4);
    margin-bottom: 3px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.burger-menu:hover .burger {
    background: rgba(16, 80, 153, 1); /*rgba(16, 80, 153, 1)*/
    margin-bottom: 5px;
}


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

nav {
    position: fixed;
    top: 33%;
    left: 50px;
    z-index: 999;
}

nav ul {
    padding: 10px 0 0 10px;
    margin: 0px;
    border-left: 4px solid rgba(0, 0, 0, 0.05);
}

nav ul li:first-child {
    margin-top: -25px;
}

nav ul li {
    list-style-image: url('../img/list-style-nav.png');
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

nav ul li:hover {
    list-style-image: url('../img/list-style-nav-on.png');
    padding-left: 25px !important;
    color: #000;
}

nav ul li:hover a {
    color: rgba(16, 80, 153, 1);
}

nav ul li.active {
    list-style-image: url('../img/list-style-nav-on.png');
    color: #000;
}

nav a {
    border-bottom: 0;
}

nav a:hover, 
nav a:active, 
nav a:focus {
    border-bottom: 0;
}

nav li a {
    border-bottom: 0;
    color: rgba(10, 20, 50, 0.6);
}

nav .active a {
    color: rgba(16, 80, 153, 1);
    font-weight: bold;
}


#mini-nav {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
}

#mini-nav ul {
    width: 100%;
    border: 0;
    padding: 7px 0 10px 0;
    
}

#mini-nav ul li {
    list-style-image: none;
    padding: 0 !important;
}

#mini-nav ul li:first-child {
    margin-top: 0;
}

#mini-nav .dropdown-menu {
    margin: 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.95);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    background-color: rgba(16, 80, 153, 1);
}

/* Scroll to top ----------------------------------------------- */

/*scroll {
    font-size: 16px;
    position: inherit; 
    padding-top: 10px; 
    left: 45px; 
    color: rgba(10, 20, 50, 0.4);
    opacity: 1; 
    cursor: pointer;}

scroll:hover {
    color: rgba(16, 80, 153, 1);
}

scroll-mini {
    font-size: 16px;
    position: fixed; 
    bottom: 10px;
    left: 9px; 
    color: rgba(10, 20, 50, 0.4);
    opacity: 1; 
    cursor: pointer;
    z-index: 1;
}

scroll-mini:hover {
    color: rgba(16, 80, 153, 1);
}*/

.scroll-button{
    font-size: 1.4em; 
    color: rgba(16, 80, 153, 1);
    background-color: rgba(10, 10, 10, 0.15); 
    height: 36px; 
    width: 36px; 
    border-radius: 18px; 
    text-align: center; 
    padding: 7px 0 0 1px;
    z-index: 1;
}

.scroll-button:hover{
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(16, 80, 153, 0.85); 
}

.scroll-button-mini{
    font-size: 1.4em; 
    color: rgba(16, 80, 153, 1);
    background-color: rgba(10, 10, 10, 0.15); 
    height: 36px; 
    width: 36px; 
    border-radius: 18px; 
    text-align: center; 
    padding: 7px 0 0 1px;
    z-index: 1;
}

.scroll-button-mini:hover{
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(16, 80, 153, 0.85); 
}


/* Header ------------------------------------------------- */

.face {
    height: 160px;
    width: 160px;
    /*border: 1px solid #fff;*/
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;    
}

.header-name {
    background-color: rgba(16, 80, 153, 0);
    padding: 0px 10px 0px 10px;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: rgba(16, 80, 153, 1);
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    border-left: 0px solid rgba(16, 80, 153, 1);
    border-right: 0px solid rgba(16, 80, 153, 1);
    border-bottom: 0px solid rgba(16, 80, 153, 1);
    border-top: 0px solid rgba(10, 20, 50, 0.3);
}

.header-title {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 0px;
    color: #fff; /*rgba(16, 80, 153, 1);*/
}

.header-subtitle {
    padding-top: 0px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.header-subtitle-rw {
    height: 50px;
    padding-top: 0px;
    font-weight: 300;    
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px;
}

/* Animated words ------------------------------------------------- */

.rw-words {
    width:100%;
    display: block;
    padding-top: 0pt;
    padding-right: 100%;
    text-indent: -13px;
    /*font-size: 18px;*/
    font-weight: 600;
}

.rw-words-1 span{    position: absolute;   text-align: center;   width: 100%;   opacity: 0;   overflow: hidden;	-webkit-animation: rotateWord 21s linear infinite 0s;	-ms-animation: rotateWord 21s linear infinite 0s;	animation: rotateWord 21s linear infinite 0s;} .rw-words-1 span:nth-child(2) {    -webkit-animation-delay: 3s ; 	-ms-animation-delay: 3s ; 	animation-delay: 3s ; } .rw-words-1 span:nth-child(3) {    -webkit-animation-delay: 6s ; 	-ms-animation-delay: 6s ; 	animation-delay: 6s ; } .rw-words-1 span:nth-child(4) {    -webkit-animation-delay: 9s ; 	-ms-animation-delay: 9s ; 	animation-delay: 9s ; } .rw-words-1 span:nth-child(5) {    -webkit-animation-delay: 12s ; 	-ms-animation-delay: 12s ; 	animation-delay: 12s ; } .rw-words-1 span:nth-child(6) {    -webkit-animation-delay: 15s ; 	-ms-animation-delay: 15s ; 	animation-delay: 15s ; } .rw-words-1 span:nth-child(7) {    -webkit-animation-delay: 18s ; 	-ms-animation-delay: 18s ; 	animation-delay: 18s ; } 
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	 5% { opacity: 1; -webkit-transform: translateY(0px);}
    18% { opacity: 1; -webkit-transform: translateY(0px); }
	 22% { opacity: 0; -webkit-transform: translateY(30px); }
	 50% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	 5% { opacity: 1; -ms-transform: translateY(0px);}
    18% { opacity: 1; -ms-transform: translateY(0px); }
	 22% { opacity: 0; -ms-transform: translateY(30px); }
	 50% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	 5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    18% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	 22% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	 50% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 768px){
	.rw-sentence { font-size: 18px; }
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 9px; }
}


/* Profile ------------------------------------------------- */

.profile{
   margin-top: 160px;
}
.profile .title .glyphicon{
    font-size:1.1em;
    color: rgba(16, 80, 153, 1);
    background-color: rgba(10, 10, 10, 0.1);
    border: 0px solid rgba(16, 80, 153, 1);
}

/* Work experience ------------------------------------------------- */

.work-experience .title .glyphicon{
    font-size:1.1em;
    color: rgba(16, 80, 153, 1);
    background-color: rgba(10, 10, 10, 0.1);
    border: 0px solid rgba(16, 80, 153, 1);
}

/* Education ------------------------------------------------- */

.education .title .glyphicon{
    font-size:1.1em;
    color: rgba(16, 80, 153, 1);
    background-color: rgba(10, 10, 10, 0.1);
    border: 0px solid rgba(16, 80, 153, 1);
}

/* Skills ------------------------------------------------- */

.skills .title .glyphicon{
    font-size:1.1em;   
    color: rgba(16, 80, 153, 1);
    background-color: rgba(10, 10, 10, 0.1);
    border: 0px solid rgba(16, 80, 153, 1);
}

/* Interests ------------------------------------------------- */

.interests .title .glyphicon{
    font-size:1.1em;
    color: rgba(16, 80, 153, 1);
    background-color: rgba(10, 10, 10, 0.1);
    border: 0px solid rgba(16, 80, 153, 1);
}

/* Portfolio ------------------------------------------------ */

.portfolio .title .glyphicon{
    font-size:1.1em;
    color: rgba(16, 80, 153, 1);
    background-color: rgba(10, 10, 10, 0.1);
    border: 0px dashed rgba(16, 80, 153, 1);
}

.portfolio img {
    width: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.portfolio img:hover {
    opacity: .75;
}

.portfolio img:first-child {
    margin-left: 8px;
}

.dismiss {
    position: relative;
    background-color: rgba(0, 0, 0, 0.25);
    top: -4px;
    left: 100%;
    color: #fff;
    padding: 5px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 0 !important;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dismiss:hover {
    background-color: #fff;
}

.modal {
	text-align: center;
}

.modal img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Contact Form ------------------------------------------------ */

.contact .title .glyphicon{
    font-size:1.1em;
    color: rgba(16, 80, 153, 1);
    background-color: rgba(10, 10, 10, 0.1);
    border: 0px solid rgba(16, 80, 153, 1);
}

/* .contact .title .glyphicon:active,
.contact .title .glyphicon:hover{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(16, 80, 153, 0.85);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
*/

.contact ul li:hover {
    padding-left: 27px;
}

form {
    margin-left: 6px;
}

.contact-on {
    position: fixed;
    bottom: 50px;
    background: #202020;
    height: auto;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 25px;
    z-index: 999;
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 8px 15px;
    font-size: 12px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border: 0px #fff;
}

textarea.form-control {
    height: 140px;
    resize: none;
}

.input-group-addon {
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

form .glyphicon {
    opacity: .45;
    color: rgba(10, 20, 50, 1);
}

.btn-success {
    font-size: 12px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.btn .glyphicon {
    margin-right: 7px;
    opacity: 1;
}

.btn .glyphicon:hover {
    color: #fff;
}

.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active {
    color: #fff;
    background-color: rgba(16, 80, 153, 0.85);
    border-color: rgba(0, 0, 0, 0.1);
}

/* Footer ------------------------------------------------ */

#footer {
   position: absolute;
   width: 100%;
   height: 50px;
   background-color: rgba(16, 80, 153, 0.75); /*rgba(157, 244, 5, 0.6);*/
   text-align: center;
   padding-top: 6px;
}

#footer h6 {
   font-size: 14px;
   font-weight: 300;
   text-align: center;
   color: #fff;
}

/* Text selection style
******************************************************************/
/* Safari, Chrome, iPhones, iPads */
::selection {
 background:rgba(16, 80, 153, 1); /*00a8e6*/ /*a8e600*/ /*0c97c5*/ /*e3ab00*/ /*original E095B4*/
 color:#fff;
}
::-moz-selection {
 background:rgba(16, 80, 153, 1);
 color:#fff;
}
::-webkit-selection {
 background:rgba(16, 80, 153, 1);
 color:#fff;
}

