body {
    width: 100%;
    height: 100%;
    font-family: "Questrial",Lora,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background-color: rgba(0,0,0,0.05);
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: none;
    font-family: "Questrial", Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Used for the introduction sentence */
h1 {
    font-size: 30px;
}

/* Used for headings */
h2 {
    font-size: 21px;
	margin-bottom:10px
}

h2.h2two {
    font-size: 26px;
    margin-bottom: 30px;
}

/* Used for headings */
h2.h2three {
    font-size: 24px;
	/*text-transform: uppercase;*/
	margin-bottom:15px;
	/*color: #0000A0;*/
}


h2.h2four {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top:10px;
}

h2.h2five {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top:60px;
}

h2.h2six {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top:50px;
    font-weight: bold;
}


h3 {
	font-family: "Montserrat",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
}

h4 {
	font-family: "Montserrat",Helvetica Neue,Helvetica,Arial,sans-serif;
    margin-top:13px;
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
}

h5 {
	font-family: "Questrial",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 10px;
	margin-bottom:-6px;
    opacity: 0.5;
}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
	font-family: "Questrial",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;

}

p.ptwo {
    margin: 0 0 25px;
    font-size: 12px;
    line-height: 1;
	font-family: "Questrial",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;

}

p.pthree {
    margin: 0 0 25px;
	margin-top:-20px;
	margin-bottom:25px;
    font-size: 12px;
    line-height: 1.5;
	font-family: "Questrial",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;

}

p.pfour {
    margin: 0 0 25px;
	text-align:left;
    font-size: 13px;
    line-height: 1.5;
	font-family: "Questrial",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;

}

p.c1 {
    margin: 0 0 5px;
	text-align:left;
    font-size: 18px;
    line-height: 1.5;
	font-family: "Questrial",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;

}
p.c2 {
    margin: 0 0 20px;
	text-align:left;
    font-size: 16px;
    line-height: 1.5;
	font-family: "Questrial",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
}

p.c3 {
    margin: 15px 0 20px;
	text-align:center;
    font-size: 18px;
    line-height: 1;
}

p.c4 {
    margin: 20px 0 -5px;
	text-align:center;
    font-size: 18px;
    line-height: 1;
}

p.c5 {
    margin: 0 0 10px;
	text-align:left;
    font-size: 16px;
    line-height: 1.5;
	font-family: "Questrial",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
}

ul.ulfour {
	list-style-type:disc;
	margin-top:-20px;
	margin-bottom:10px;
	text-align:left;
    font-size: 13px;
    line-height: 1.5;
	font-family: "Questrial",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
}

ul.ulthree {
	list-style-type:disc;
	margin-top:-30px;
	margin-bottom:-20px;
	text-align:left;
    font-size: 13px;
    line-height: 1.5;
	font-family: "Questrial",Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;
}

ul.ultwo {
	margin-top:-30px;
    padding-left: 30px;
	list-style-type:none;  
	text-align:left;
    font-size: 13px;
    line-height: 1.5;
	font-family: "Montserrat",Helvetica Neue,Helvetica,Arial,sans-serif;
    display:inline-block;
}

a {
    color: #AA0000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.atwo {
    color: #d32f2f;
}

a.a3 {
    color: #000;
}

a.a4 {
    color: #E62228;
}

a.a5 {
    color: #FFF;
        display:inline-block;
}

a.a6 {
    color: #337ab7;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #d32f2f;
	outline:none;
}

a.atwo:hover,
a.atwo:focus {
    text-decoration: none;
    color: #ef5350;
	outline:none;

}

a.a3:hover,
a.a3:focus {
    text-decoration: none;
    color: #d32f2f;
	outline:none;

}

a.a4:hover,
a.a4:focus {
    text-decoration: none;
    color: #d32f2f;
	outline:none;

}

a.a5:hover,
a.a5:focus {
    text-decoration: none;
    color: #fff;
	outline:none;

}

.a5:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .4s ease, background-color .3s ease; /* .5 seonds for changes to the width and background-color */
    -webkit-transition: width .4s ease, background-color .3s ease; /* Chrome and Safari */
    -moz-transition: width .4s ease, background-color .3s ease; /* FireFox */
}

.a5:hover:after {
    width: 100%;
    background: rgba(148,12,22,.2);
}

/* -------------------------------------------------------------------------------------------------- */
/* Smaller screen */
/* -------------------------------------------------------------------------------------------------- */

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

/* Very low width screens */
@media screen and (max-width: 630px)  {
    h1 { font-size: 24px; }
    h2.h2two { font-size: 20px; }
    h2.h2three { font-size: 18px; }
    .navbar-brand { line-height: 18px; }
    p.pfour { padding-bottom: 6px !important; }
}


@media screen and (max-width: 420px)  {
    h1 { 
        font-size: 20px; 
        margin-top: 15px!important;
    }
    
    .text-section {
        font-size: 11px!important;
    }
    
    body {
        font-size: 10px;
    }
    
    .navbar-brand { 
        line-height: 16px; 
        font-size: 13px;
    }
    
    .table-wrapper {
        height: 400px!important;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .table-wrapper2 {
        height: 350px!important;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .nav-pills > li > a {
        line-height: 20px!important;
        font-size: 9px!important;
        padding: 8px 4px!important;
    }

    .nav-pills > li  {
        width: 125px!important;
    }
    
    p.c3 {
        margin: -20px 0 15px;
        font-size: 14px;
    }
    
    h4 {
        font-size: 12px;
    }
}

@media screen and (max-width: 310px)  {
    h1 { 
        font-size: 18px; 
        margin-top: 15px!important;
    }
    .navbar-brand { 
        line-height: 14px; 
        font-size: 12px;
    }
}



/* -------------------------------------------------------------------------------------------------- */
/* NAVBAR */
/* -------------------------------------------------------------------------------------------------- */

.navbar {
    margin-bottom: 0;
    border-bottom: 0px solid rgba(255,255,255,.3);
    text-transform: none;
    font-family: "Montserrat",Arial,sans-serif;
	background-color:rgba(0,0,0,0.1);
	background:linear-gradient(-45deg, rgba(148,12,22, 0.04) 0%, rgba(18,22,148, 0.1) 100%);
}

.navbar-brand {
    font-weight: 700;
	letter-spacing: 0.8px;
    padding: 15px 20px;
    line-height: 24px;
}

.navbar-brand:focus {
    outline: 0;
	color: #fff;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	/* padding-top: 16px;
	padding-bottom: 11px;*/
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
	background: rgba(148,12,22,0);
}

.navbar-collapse {
	border-top:0px !important;
	box-shadow:none;
	position: absolute;
    top: 55px;
	right: 10px;
	border-radius: 4px 4px 4px 4px;  
	background-color:rgba(0,0,0,0.9);
    color: #000;
    font-size: 13px;
}

.navbar-toggle {
    padding: 4px 4px;
    font-size: 22px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
	
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 11px;
}

.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 12px;
}

.nav-slide {
    text-decoration:none;
    display: inline-block;
}

.nav-slide:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .3s ease, background-color .3s ease; /* .5 seonds for changes to the width and background-color */
    -webkit-transition: width .3s ease, background-color .3s ease; /* Chrome and Safari */
    -moz-transition: width .3s ease, background-color .3s ease; /* FireFox */
}

.nav-slide:hover:after {
    width: 100%;
    /*background: rgba(148,12,22,.99);*/
    /*background: rgba(230,34,40,.7);*/
    background:linear-gradient(-90deg, rgba(148,12,22, 0.9) 0%, rgba(18,22,148, 0.7) 100%);

}


.navbar-collapse.in {
    overflow-y: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: rgba(148,12,22,.7);
    border-color: rgba(148,12,22,.7);
}

.dropdown-menu {
    font-size: 12px;
    text-align: left;
    list-style: none;
	background-color:rgba(0,0,0,0.85);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #000;
}
.dropdown-menu > li > a {
    /*padding: 3px 10px 5px 20px;*/
    clear: both;
    font-weight: 400;
    line-height: 1;
    color: #FFF;
    white-space: nowrap;
}

@media(min-width:1000px) {
    .navbar {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 0px;
		/*background: linear-gradient(-45deg, rgba(148,12,22, 0.45) 0%, rgba(18,22,148, 0.7) 100%);*/
        -webkit-transition: background .1s ease-in-out,padding .1s ease-in-out;
        -moz-transition: background .1s ease-in-out,padding .1s ease-in-out;
        transition: background .1s ease-in-out,padding .1s ease-in-out;
    }

	.navbar-collapse {
		border-top:0px !important;
        /*position:fixed;*/
		box-shadow:none;
		top: 0px;
		right:10px;
		background-color:rgba(0,0,0,0.0);
		background:rgba(0,0,0,0.0);
	}
	
    .top-nav-collapse {
        padding: 0;
		background-color: rgba(0,0,0,.6);
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 0px solid rgba(255,255,255,.3);
    }
}

@media (max-width: 999px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        background:linear-gradient(-45deg, rgba(148,12,22, 0.97) 0%, rgba(18,22,148, 0.95) 100%);
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


/* -------------------------------------------------------------------------------------------------- */
/* BUTTONS */
/* -------------------------------------------------------------------------------------------------- */

.btn {
    text-transform: uppercase;
    font-family: "Questrial",Montserrat,Helvetica NeueS,Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #d32f2f;
    color: #d32f2f;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #d32f2f;
    outline: 0;
    color: #000;
    background-color: #d32f2f;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}


/* -------------------------------------------------------------------------------------------------- */
/* SCROLLSPY - Side Bullet Menu */
/* -------------------------------------------------------------------------------------------------- */

#top-menu {
    display: none;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}

@media(min-width:1000px) {
    /* Select by ID */
    #top-menu {
        display: block;
        position: fixed;
        right: 10px;
        top: 40%;
        list-style-type: none;
        text-align: right;
        z-index: 500;
    }

    #top-menu > li::after {
      content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: red; /* Change the color */
      opacity: 0.2;
      font-weight: bold; /* If you want it to be bold */
      display: inline-block; /* Needed to add space between the bullet and the text */ 
      width: 1em; /* Also needed for space (tweak if needed) */
      margin-left: 0em; /* Also needed for space (tweak if needed) */
    }

    #top-menu > li > a {
        text-decoration: none;
        color: #d32f2f;
        outline:none;
        opacity: 0.1;
    }

    #top-menu > li.active > a {
        text-decoration: none;
        color: #d32f2f;
        outline:none;
        opacity: 1;
    }

    #top-menu > li > a:hover, a:focus {
        text-decoration: none;
        /*color: #d32f2f;*/
        outline:none;
        opacity: 1;
    }

    #top-menu > li:hover::after, li:focus::after  {
        content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
        opacity: 1;
        -webkit-transition:0.2s ease-in-out;
           -moz-transition:0.2s ease-in-out;
            -ms-transition:0.2s ease-in-out;
             -o-transition:0.2s ease-in-out;
        transition: all .2s ease-in-out;

    }
}
/* -------------------------------------------------------------------------------------------------- */
/* SECTIONS */
/* -------------------------------------------------------------------------------------------------- */


.content-section {
    padding-top: 0px;
	text-align: left;
}

.text-section {
    padding-top: 0px;
	font-size: 12px;
	text-align: center;
}

.text2-section {
    padding-top: 0px;
	font-size: 14px;
	text-align: center;
}

/* Database additions */

.dataintro-section {
    display: table;
	height: auto;
	text-align: center;
    width: 100%;
    padding: 0px 0 20px;
    color: #fff;
    z-index: 0; 
    
    background: -moz-linear-gradient(-45deg, rgba(148,12,22, 0.60) 0%, rgba(18,22,148, 0.85) 100%), url(../img/6_2.jpg) no-repeat bottom center scroll;
    background: -webkit-linear-gradient(-45deg, rgba(148,12,22, 0.60) 0%, rgba(18,22,148, 0.85) 100%), url(../img/6_2.jpg) no-repeat bottom center scroll;
    background: -o-linear-gradient(-45deg, rgba(148,12,22, 0.60) 0%, rgba(18,22,148, 0.85) 100%), url(../img/6_2.jpg) no-repeat bottom center scroll;
    background: -ms-linear-gradient(-45deg, rgba(148,12,22, 0.60) 0%, rgba(18,22,148, 0.85) 100%), url(../img/6_2.jpg) no-repeat bottom center scroll;
    background: linear-gradient(-45deg, rgba(148,12,22, 0.60) 0%, rgba(18,22,148, 0.85) 100%), url(../img/6_2.jpg) no-repeat bottom center scroll;

	text-shadow: .3px .3px .3px #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.database-section {
    display: table;
	height: auto;
	text-align: center;
    width: 100%;
    padding: 50px 0;
    color: #222;
    /*background: url(../img/parabola8.jpg) no-repeat bottom center scroll;*/
    background-color: #fff;
	/*text-shadow: 0px 0px 0px #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.figures-section {
    display: table;
	/*height: auto;*/
	text-align: center;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/figures3.jpg) no-repeat bottom center scroll;
    
    background: -moz-linear-gradient(-45deg, rgba(12,106,56, 0.55) 0%, rgba(18,22,148, 0.65) 100%), url(../img/figures3.jpg) no-repeat bottom center scroll;
    background: -webkit-linear-gradient(-45deg, rgba(12,106,56, 0.55) 0%, rgba(18,22,148, 0.65) 100%), url(../img/figures3.jpg) no-repeat bottom center scroll;
    background: -o-linear-gradient(-45deg, rgba(12,106,56, 0.55) 0%, rgba(18,22,148, 0.65) 100%), url(../img/figures3.jpg) no-repeat bottom center scroll;
    background: -ms-linear-gradient(-45deg, rgba(12,106,56, 0.55) 0%, rgba(18,22,148, 0.65) 100%), url(../img/figures3.jpg) no-repeat bottom center scroll;
    background: linear-gradient(-45deg, rgba(12,106,56, 0.55) 0%, rgba(18,22,148, 0.65) 100%), url(../img/figures3.jpg) no-repeat bottom center scroll;
    
    
    background-color: #000;
	text-shadow: .3px .3px .3px #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.companies-section {
    display: table;
	/*height: auto;*/
	text-align: center;
    width: 100%;
    padding: 50px 0;
    color:#111;
    /*color: rgba(13,71,161,1);*/
    /*background: url(../img/outer-space-hd-wallpaper.jpg) no-repeat bottom center scroll;*/
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.figures2-section {
    display: table;
	height: 20px;
	text-align: center;
    width: 100%;
    padding: 40px 30px 30px;
    color: #fff;
    background: -moz-linear-gradient(-45deg, rgba(0,38,66, 0.55) 0%, rgba(7,61,129, 0.65) 100%), url(../img/2.jpg) no-repeat bottom center scroll;
    background: -webkit-linear-gradient(-45deg, rgba(0,38,66, 0.55) 0%, rgba(7,61,129, 0.65) 100%), url(../img/2.jpg) no-repeat bottom center scroll;
    background: -o-linear-gradient(-45deg, rgba(0,38,66, 0.55) 0%, rgba(7,61,129, 0.65) 100%), url(../img/2.jpg) no-repeat bottom center scroll;
    background: -ms-linear-gradient(-45deg, rgba(0,38,66, 0.55) 0%, rgba(7,61,129, 0.65) 100%), url(../img/2.jpg) no-repeat bottom center scroll;
    background: linear-gradient(-45deg, rgba(230,126,34, 0.25) 0%, rgba(18,22,148, 0.75) 100%), url(../img/2.jpg) no-repeat bottom center scroll;
    
        background-color: #000;
	text-shadow: .3px .3px .3px #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.figures3-section {
    display: table;
	height: 10px;
	text-align: center;
    width: 100%;
    padding: 40px 0;
    color: #fff;
    background: -moz-linear-gradient(-45deg, rgba(0,38,66, 0.55) 0%, rgba(7,61,129, 0.65) 100%), url(../img/figures4.jpg) no-repeat bottom center scroll;
    background: -webkit-linear-gradient(-45deg, rgba(0,38,66, 0.55) 0%, rgba(7,61,129, 0.65) 100%), url(../img/figures4.jpg) no-repeat bottom center scroll;
    background: -o-linear-gradient(-45deg, rgba(0,38,66, 0.55) 0%, rgba(7,61,129, 0.65) 100%), url(../img/figures4.jpg) no-repeat bottom center scroll;
    background: -ms-linear-gradient(-45deg, rgba(0,38,66, 0.55) 0%, rgba(7,61,129, 0.65) 100%), url(../img/figures4.jpg) no-repeat bottom center scroll;
    background: linear-gradient(-45deg, rgba(12,106,56, 0.60) 0%, rgba(18,22,148, 0.75) 100%), url(../img/figures4.jpg) no-repeat bottom center scroll;
        background-color: #000;
	text-shadow: .3px .3px .3px #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.info-section {
    display: table;
	/*height: auto;*/
	text-align: center;
    width: 100%;
    padding: 50px 0;
    color: #111;
    /*background: url(../img/parabola8.jpg) no-repeat bottom center scroll;*/
    background-color: #fff;
	/*text-shadow: 0px 0px 0px #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.info2-section {
    display: table;
	/*height: auto;*/
	text-align: center;
    width: 100%;
    padding: 40px 0 50px;
    color: #111;
    /*background: url(../img/parabola8.jpg) no-repeat bottom center scroll;*/
    background-color: #fff;
	/*text-shadow: 0px 0px 0px #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.info3-section {
    display: table;
	/*height: auto;*/
	text-align: center;
    width: 100%;
    padding: 50px 0 60px;
    color: #000;
    /*background: url(../img/parabola8.jpg) no-repeat bottom center scroll;*/
    background-color: #fff;
	/*text-shadow: 0px 0px 0px #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.single-section {
    display: table;
	height: 67%;
	text-align: center;
    width: 100%;
    padding: 50px 0 60px;
    color: #000;
    /*background: url(../img/parabola8.jpg) no-repeat bottom center scroll;*/
    background-color: #fff;
	/*text-shadow: 0px 0px 0px #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.datacontact-section {
    display: table;
	/*height: auto;*/
	text-align: center;
    width: 100%;
    padding: 50px 0 60px;
    color: #fff;
    background: linear-gradient(-45deg, rgba(30,30,30, 0.45) 0%, rgba(18,22,148, 0.7) 100%), url(../img/space_starscape4.jpg) no-repeat center center scroll;
    background-color: #000;
	text-shadow: .3px .3px .3px #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* add a little bottom space under the images */
.thumbnail {
	margin-bottom:7px;
    background-color: #fff !important;
}

.thumbnail-black {
    display: block;
    margin-bottom:7px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #000 ;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail2 {
	margin-bottom:0px;
	height:40px; 
	width:100px;
    border:0px;
	margin: 0 auto;
	border-radius: 2px;
}

.thumbnail3 {
	margin-bottom:0px;
	height:35px; 
	max-width:60px;
	border:0px;
	margin: 0 auto;
	border-radius: 2px;
}

.thumbnail4 {
	margin-bottom:0px;
	height:25px; 
    display: inline-block;
	max-width:500px;
	border:0px;
	margin: 0 auto;
	border-radius: 2px;
}

.thumbnail5 {
	max-height:50px; 
	/*height:50px; */
    display: inline-block;
	border:0px;
	margin: 10px 10px;
}

.thumbnail-sat {
    display: block;
    max-height:200px;
    /*height:200px; */
    margin-bottom:7px;
    padding: 2px;
    border: 1px solid rgba(198,40,40,.1);
    /*background-color: #000;*/
    /*border: 1px solid #000;*/
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


@media(min-width:767px) {
    .content-section {
        padding-top: 100px;
    }

	.vision-section {
		height: 100%;
        padding: 100px 0;
    }
	
    .products-section {
		height: 100%;
        padding: 100px 0;
    }
	
    .services-section {
		height: 100%;
        padding: 100px 0;
    }

    .about-section {
		height: 100%;
        padding: 100px 0;
    }
	
	.contact-section {
		height: 100%;
        padding: 100px 0;
    }
	
    #map {
        height: 400px;
        margin-top: 250px;
    }
	
}

.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #ccc;
    border-radius: 4px;
}


.form-control:focus {
  border-color: #990000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(148,12,22,.9);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(148,12,22,.9);
}

.help-block {
    display: block;
    margin-top: 3px;
    margin-bottom: 6px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
    
    .figures-section {
    display: table;
	/*height: auto;*/
	text-align: center;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/figures3_rot.jpg) no-repeat bottom center scroll;
    
    background: -moz-linear-gradient(-45deg, rgba(12,106,56, 0.55) 0%, rgba(18,22,148, 0.65) 100%), url(../img/figures3_rot.jpg) no-repeat bottom center scroll;
    background: -webkit-linear-gradient(-45deg, rgba(12,106,56, 0.55) 0%, rgba(18,22,148, 0.65) 100%), url(../img/figures3_rot.jpg) no-repeat bottom center scroll;
    background: -o-linear-gradient(-45deg, rgba(12,106,56, 0.55) 0%, rgba(18,22,148, 0.65) 100%), url(../img/figures3_rot.jpg) no-repeat bottom center scroll;
    background: -ms-linear-gradient(-45deg, rgba(12,106,56, 0.55) 0%, rgba(18,22,148, 0.65) 100%), url(../img/figures3_rot.jpg) no-repeat bottom center scroll;
    background: linear-gradient(-45deg, rgba(12,106,56, 0.55) 0%, rgba(18,22,148, 0.65) 100%), url(../img/figures3_rot.jpg) no-repeat bottom center scroll;
    
    
    background-color: #000;
	text-shadow: .3px .3px .3px #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
}

.nc {
        -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(230,230,230,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(230,230,230,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


/* Responsive line breaks */
@media screen and (max-width: 520px) {
   .rwd-break3 { display: none; }
}

@media screen and (min-width: 496px) {
   .rwd-break4 { display: none; }
}

@media screen and (max-width: 974px) {
    .rwd-break2 { display: none; }
    
    .container-fluid2 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 1000px) {
   .rwd-break { display: none; }
    
}

@media screen and (min-width: 1820px)  {
   .rwd-break { display: none; }
}


/* -------------------------------------------------------------------------------------------------- */
/* TABLES */
/* -------------------------------------------------------------------------------------------------- */


td {
    padding: 3px;
}

table tr td:nth-child(5) {
    padding: 0px;
}

th {
    padding: 4px 3px 1px 3px;
	color:#FFF;
	border-bottom: 4px solid rgba(25,118,210,.01) !important;
	/*background: rgba(198,40,40,1);	*/
	/*background: rgba(25,118,210,1);	*/
	background: rgba(13,71,161,.90);
	/*background: rgba(150,150,150,.05);*/
	/*background: rgba(3,155,229,1);	*/
	font-weight:400;
	/*color:#111;*/

}

.table-remove {
  color: #700;
  cursor: pointer;
  
  &:hover {
    color: #f00;
  }
}

.table-up, .table-down {
  color: #007;
  cursor: pointer;
  
  &:hover {
    color: #00f;
  }
}

.table-add {
  color: #070;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 0;
  
  &:hover {
    color: #0b0;
  }
}

.table, th, td {
    /*border: 1px solid #EEE;*/
    border: 1px solid rgba(25,118,210,.1);
    text-align: center;
}

.th {
  white-space: nowrap;
  padding: 2px;
  text-align: left;  
}

.td {
  height:10px;
  margin:0px;
  padding:2px;
  line-height:0px;
  text-align: right;
}

.td .td1 {
  padding:0px;

}

.td .img-responsive {
    margin: 0 auto;
}

.tr {
  height:10px;
  padding:5px;
  line-height:0px;

}

.tbody {
    vertical-align: top;
	height:10px;
}


.tcomp th, 
.tcomp td {
    border-top: 1px solid rgba(198,40,40,.1);
    border-left: transparent;
    border-right: transparent;
    background: transparent;
    color: #000;
	border-bottom: 0px solid rgba(198,40,40,.1) !important;
    max-width: 500px;
}

.tcomp td {
    border-left: 1px solid rgba(198,40,40,.1);
}

.tcomp2 th, 
.tcomp2 td {
    border-top: 1px solid rgba(198,40,40,.1);
    border-left: transparent;
    border-right: transparent;
    background: transparent;
    color: #000;
	border-bottom: 0px solid rgba(198,40,40,.1) !important;
    max-width: 500px;
    padding: 6px;
}

.tcomp2 td {
    border-left: 1px solid rgba(198,40,40,.1);
}


.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 3px;
	padding-left:10px;
    margin-bottom: 10px;
    border: 0px solid transparent;
    border-radius: 4px;
}


/* -------------------------------------------------------------------------------------------------- */
/* WRAP */
/* -------------------------------------------------------------------------------------------------- */

.table-wrapper
{
    border: 0px solid red;
    height: 500px;
    overflow: auto;
}

.table-wrapper2
{
    border: 0px solid red;
    height: 460px;
    overflow: auto;
}

.wrap {
    position:relative;
    overflow:hidden;
    padding:0px;
}

.gradient {
    width:100%;
    height:35px;
    background:url(http://spoonfedproject.com/wp-content/uploads/demo/jquer-slide/images/bg-gradient.png) repeat-x;
    position:absolute;
    bottom:0;
    left:0;
}

.read-more {
    background:#fff;
    color:#333;
    padding:5px;
}
.read-more a {
    padding-right:22px;
    font-weight:400;
    text-decoration:none;
}

.container2 {
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1250px;
}

.container-fluid2 {
    padding-left: 50px;
    padding-right: 50px;
    /*max-width: 1250px;*/
}

@media screen and (max-width: 974px) {
   .rwd-break2 { display: none; }
}
    

/*
::-webkit-scrollbar
{
  width: 3px; 
  height: 3px;
}

::-webkit-scrollbar-track
{
  background: rgba(0, 51, 201, 0.5);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 51, 201, 0.8);
}

*/

blockquote {
    padding: 4px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    text-align: left;
    color: #111;
    border-left: 5px solid rgba(18,22,148, 0.75);
    
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1;
    color: #111;
    margin-top:10px;
    text-align: left;
}


/* -------------------------------------------------------------------------------------------------- */
/* NAV PILLS */
/* -------------------------------------------------------------------------------------------------- */


.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
    background-color: rgba(102, 204, 153, 0.1);
    color: #FFFFFF;
    box-shadow: 0px 16px 26px -10px rgba(18,22,148, 0.5), 0 4px 25px 0px rgba(0, 0, 0, 0.30), 0 8px 10px -5px rgba(18,22,148, 0.5);
}

.nav-pills > li > a:focus, 
.nav-pills > li > a:hover {
    background-color: rgba(102, 204, 153, 0.0);
    color: #FFFFFF;
    box-shadow: 0px 16px 26px -10px rgba(18,22,148, 0.5), 0 4px 25px 0px rgba(0, 0, 0, 0.30), 0 8px 10px -5px rgba(18,22,148, 0.4);
}

.nav-pills > li > a {
    background-color: rgba(255, 255, 255, 1.0);
    box-shadow: 0px 16px 26px -10px rgba(18,22,148, 0.4), 0 4px 25px 0px rgba(0, 0, 0, 0.30), 0 8px 10px -5px rgba(102, 204, 153, 0.0);
}

.nav-pills > li > a {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    min-width: 100px;
    text-align: center;
    color:  rgba(0, 0, 0, 1);
    text-shadow: 0px;
    transition: all .3s;
}

.nav-pills > li  {
    width: 180px;
    padding-bottom: 4px;
    text-align: center;
    float: none; 
    display: inline-block;
}

.nav-pills {
    display: inline-block!important;
    padding-top: 0px;
}



/*
li.active[name="menu-long"] > a, 
li.active[name="menu-long"] > a:focus, 
li.active[name="menu-long"] > a:hover {
    background-color: rgba(102, 204, 153, 0.1);
    color: #FFFFFF;
    box-shadow: 0px 16px 26px -10px rgba(18,22,148, 0.5), 0 4px 25px 0px rgba(0, 0, 0, 0.30), 0 8px 10px -5px rgba(18,22,148, 0.5);
}

li[name="menu-long"] > a:focus, 
li[name="menu-long"] > a:hover {
    background-color: rgba(102, 204, 153, 0.0);
    color: #FFFFFF;
    box-shadow: 0px 16px 26px -10px rgba(18,22,148, 0.5), 0 4px 25px 0px rgba(0, 0, 0, 0.30), 0 8px 10px -5px rgba(18,22,148, 0.4);
}

li[name="menu-long"] > a {
    background-color: rgba(255, 255, 255, 1.0);
    box-shadow: 0px 16px 26px -10px rgba(18,22,148, 0.4), 0 4px 25px 0px rgba(0, 0, 0, 0.30), 0 8px 10px -5px rgba(102, 204, 153, 0.0);
}

li[name="menu-long"] > a {
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    min-width: 100px;
    text-align: center;
    color:  rgba(0, 0, 0, 1);
    text-shadow: 0px;
    transition: all .3s;
}

li[name="menu-long"]  {
    width: 170px;
    padding-bottom: 4px;
    text-align: center;
    float: none; 
    display: inline-block;
}
*/

/* -------------------------------------------------------------------------------------------------- */
/* LARGER BOOTSTRAP GRID */
/* -------------------------------------------------------------------------------------------------- */

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}



@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

/* -------------------------------------------------------------------------------------------------- */
/* FANCYBOX */
/* -------------------------------------------------------------------------------------------------- */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* -------------------------------------------------------------------------------------------------- */
/* MENU */
/* https://codepen.io/Benny29390/pen/zwyGxm */
/* -------------------------------------------------------------------------------------------------- */

.nav-pills#companytabs li.active[name="menu-long"] > a, 
.nav-pills#companytabs li.active[name="menu-long"] > a:focus, 
.nav-pills#companytabs li.active[name="menu-long"] > a:hover {
    background-color: rgba(102, 204, 153, 0.3);
    color: #000;
    box-shadow: 0px 16px 26px -10px rgba(18,22,148, 0.5), 0 4px 25px 0px rgba(0, 0, 0, 0.30), 0 8px 10px -5px rgba(18,22,148, 0.5);
}
.nav-pills#companytabs li.active[name="menu-long"] > a, 
.nav-pills#companytabs li.active[name="menu-long"] > a:focus, 
.nav-pills#companytabs li.active[name="menu-long"] > a:hover {
    color: #333;
    background-color: #FFF;
}
.nav-pills#companytabs li[name="menu-long"] > a {
    line-height: 10px;
    max-height: 25px;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px;
    transition: all .3s;
    min-width: 40px;
    
    /*
    background-color: rgba(255, 255, 255, 0.0);
    box-shadow: 0px 16px 26px -10px rgba(18,22,148, 0.4), 0 4px 25px 0px rgba(0, 0, 0, 0.30), 0 8px 10px -5px rgba(102, 204, 153, 0.0);
       
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    */
}

/*.simplebar-wrapper .simplebar-mask .simplebar-offset .simplebar-content*/

.nav-pills#companytabs li[name="menu-long"] {
    width: 120px;
    padding-bottom: 4px;
    margin-left: 0px;
    text-align: left;
    float: none;
    white-space:nowrap;
    /*display: inline-block;*/
    display: block;
    
    /*
    width: 120px;
    padding-bottom: 4px;
    margin-left: 10px;
    text-align: left;
    float: none;
    white-space: nowrap;
    display: inline-block;
    display: block;
    width: 170px;
    padding-bottom: 4px;
    margin-left: 10px;
    */
}

.nav#companytabs {
    width: 155px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    /*overflow-y: scroll!important;*/   /*For custom scrollbar this hides original */
    overflow-x: hidden;
    max-height: 70vh;
    margin-top: -70px;
    margin-bottom: -110px;
    background:linear-gradient(10deg, rgba(18,22,148, 0.9) 0%, rgba(148,12,22, 0.9) 50%, rgba(18,22,148, 0.9) 100%);
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 30px;
}

.btn-default[name="menu-long"] {
    /*border: 1px solid #d32f2f;
    color: #d32f2f;
    background-color: transparent;*/
    
    line-height: 25px!important;
    max-height: 25px!important;
    text-transform: none!important;
    font-size: 12px!important;
    font-weight: 400!important;
    text-align: center!important;
    color: rgba(255, 255, 255, 1)!important;
    text-shadow: 0px!important;
    transition: all .3s!important;
    border: 0px solid #d32f2f!important;
    min-width: 40px!important;
    background-color: rgba(255, 255, 255, 0.0)!important;
    box-shadow: 0px 16px 26px -10px rgba(18,22,148, 0.4), 0 4px 25px 0px rgba(0, 0, 0, 0.30), 0 8px 10px -5px rgba(102, 204, 153, 0.0)!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    overflow: hidden!important;

    width: 120px!important;
    padding-bottom: 6px!important;
    margin-left: 10px!important;
    float: none!important;
    white-space: nowrap!important;
    
}

.btn[name="menu-long"] {
    text-transform: none!important;
    padding: 2px 10px!important;
    margin-bottom: 3px!important;
}

.btn-default[name="menu-long"]:hover,
.btn-default[name="menu-long"]:focus
{
    border: 0px solid #d32f2f!important;
    outline: 0!important;
    color: #000!important;
    background-color: #FFF!important;
}


.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
    border: 0px solid #d32f2f!important;
    outline: 0!important;
    color: #000!important;
    background-color: #FFF!important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 13px;
}

/*
.single-section .nav > li > a > img {
    margin-top: -5px;
    margin-left: 5px;
    max-height: 15px;
}
*/

.thumbnail6 {
	margin-bottom:20px;
	border:0px;
    max-width: 600px;
    max-height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fa {
    padding-left: 5px;
}

.single-section .btn-default {
    border: 1px solid #d32f2f;
    color: #d32f2f;
    background-color: transparent;
}

.single-section .btn {
    text-transform: none;
    padding: 2px 10px;
    margin-bottom: 3px;
}

.single-section .btn-default:hover,
.single-section .btn-default:focus {
    border: 1px solid #d32f2f;
    outline: 0;
    color: #000;
    background-color: #d32f2f;
}

@media(min-width:1400px) {
    .nav-pills#companytabs > li[name="menu-long"] > a {
        line-height: 10px;
        max-height: 25px;
        text-transform: none;
        font-weight: 400;
        min-width: 40px;
    }

    .nav-pills#companytabs > li[name="menu-long"] {
        width: 170px;
        padding-bottom: 4px;
        margin-left: 10px;
    }

    .nav#companytabs {
        width: 210px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .btn-default[name="menu-long"] {
        width: 175px!important;
    }

}


@media(max-width:750px) {
    .nav-pills#companytabs > li[name="menu-long"] > a {
        line-height: 10px;
        max-height: 25px;
        text-transform: none;
        font-size: 10px;
        font-weight: 400;
        min-width: 40px;
    }

    .nav-pills#companytabs > li[name="menu-long"] {
        width: 90px;
        padding-bottom: 4px;
        margin-left: 10px;
    }

    .nav#companytabs {
        width: 125px;
        padding-top: 20px;
        padding-bottom: 40px;
    }  
    
    .thumbnail6 {
        margin-bottom:15px;
        max-width: 300px;
        max-height: 200px;
    }
    
    .single-section .text2-section {
    font-size: 12px;
    text-align: center;
    }
    
    .single-section .btn {
        font-size: 12px;
    }
    
    .btn-default[name="menu-long"] {
        width: 95px!important;
    }

}

@media screen and (max-width: 420px)  {
    .nav-pills#companytabs > li[name="menu-long"] > a {
        line-height: 10px;
        max-height: 20px;
        text-transform: none;
        font-size: 10px;
        font-weight: 400;
        min-width: 40px;
        font-size: 10px !important;
        padding: 4px 2px !important;
        width: 55px;
    }

    .nav-pills#companytabs > li[name="menu-long"] {
        width: 50px;
        padding-bottom: 4px;
        margin-left: 10px;
    }

    .single-section .nav {
        width: 90px;
        padding-top: 10px;
        padding-bottom: 40px;
    } 
    .thumbnail6 {
        margin-bottom:15px;
        max-width: 200px;
        max-height: 100px;
    }
    .single-section .text2-section {
        font-size: 11px;
        text-align: center;
    }
    .col-xs-3 {
        padding-left: 0px;
    }
    .single-section .btn {
        font-size: 11px;
    }
    .btn-default[name="menu-long"] {
        width: 95px!important;
    }

}













/* -------------------------------------------------------------------------------------------------- */
/* FONTELLO ICONS */
/* -------------------------------------------------------------------------------------------------- */



.message {
	background: #e47073;
	color: #fff;
	padding: 1rem;
}

.frame {
	padding: 3rem 5vw;
	text-align: center;
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
	font-weight: normal;
}

.frame__links {
	display: inline;
}

.frame__links a {
	text-transform: lowercase;
}

.frame__links a:not(:last-child) {
	margin-right: 1rem;
}

.github {
	text-transform: lowercase;
	margin-left: 1rem;
}

.block {
	text-transform: lowercase;
	padding: 0 4rem 20vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block__title {
	position: relative;
	font-size: 1rem;
	margin: 0 0 1.5rem 0;
	padding: 0.5rem 0;
	cursor: pointer;
	font-weight: bold;
	color: var(--color-blocktitle);
}

.block__title:hover {
	color: var(--color-blocktitle-hover);
}

.block__link {
	position: relative;
	cursor: pointer;
	padding: 0.5rem 0;
	color: var(--color-blocklink);
}

.block__link:hover {
	color: var(--color-blocklink-hover);
}

.block__title span,
.block__link span,
.content__text-link span {
	display: inline-block;
	white-space: pre;
}

.content__text {
	padding: 0 5vw 25vh;
	line-height: 2;
	color: var(--color-text);
}

.content__text-link {
	position: relative;
	font-weight: bold;
	cursor: pointer;
}

.content__text-link:first-of-type {
	color: #f7e300;
}

.content__text-link:nth-of-type(2) {
	color: #002df7;
}

.content__text-link:nth-of-type(3) {
	color: #e51679;
}

.content__text-link:nth-of-type(4) {
	color: #fff;
}

.content__text-link:nth-of-type(5) {
	color: #00f73d;
}

.content__text-link:nth-of-type(6) {
	color: #00e8f7;
}

.content__text-link:nth-of-type(7) {
	color: #a753eb;
}

.content__text-link:nth-of-type(8) {
	color: #ff2626;
}

.content__text-link:nth-of-type(9) {
	color: #eb8e53;
}

.content__text-link:nth-of-type(10) {
	color: #ff00e7;
}

.block[data-fx="1"] a::after,
a.content__text-link[data-fx="1"]::after {
	content: '';
	z-index: -1;
	width: 100%;
	bottom: 0.25rem;
	left: 0;
	position: absolute;
	height: 2px;
	background: currentColor;
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
	transition: transform 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

a.content__text-link[data-fx="1"]::after {
	bottom: 0;
}

.block[data-fx="1"] a:hover::after,
a.content__text-link[data-fx="1"]:hover::after {
	transform: scale3d(1,1,1)
}

.block[data-fx="5"] a::after,
a.content__text-link[data-fx="5"]::after {
	content: '';
	z-index: -1;
	width: 100%;
	bottom: 0.25rem;
	left: 0;
	position: absolute;
	height: 2px;
	background: currentColor;
	transform: scale3d(0,1,1);
	transform-origin: 100% 50%;
	transition: transform 0.7s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

a.content__text-link[data-fx="5"]::after {
	bottom: 0;
}

.block[data-fx="5"] a:hover::after,
a.content__text-link[data-fx="5"]:hover::after {
	transform: scale3d(1,1,1)
}

.block[data-fx="10"] a::after,
a.content__text-link[data-fx="10"]::after {
	content: '';
	z-index: -1;
	width: 100%;
	bottom: 0.25rem;
	left: 0;
	position: absolute;
	height: 2px;
	background: currentColor;
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
}

a.content__text-link[data-fx="10"]::after {
	bottom: 0;
}

.block[data-fx="10"] a:hover::after,
a.content__text-link[data-fx="10"]:hover::after {
	animation: loop 0.5s infinite;
}

@keyframes loop {
	0% { transform-origin: 0% 50%; transform: scale3d(0,1,1); }
	50% { transform-origin: 0% 50%; transform: scale3d(1,1,1); }
	51% { transform-origin: 100% 50%; }
	100% { transform-origin: 100% 50%; transform: scale3d(0,1,1); }
}

.hover-reveal {
	position: fixed;
	width: 70px;
	height: 50px;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
    background: #FFF;
    border-radius: 4px;
    padding: 2px;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__deco {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #181314;
}

.hover-reveal__img {
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

@media screen and (min-width: 53em) {
	.message {
		display: none;
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 1.5rem 2rem;
		pointer-events: none;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title links'
							'... ...'
							'... github';
	}
	.frame__title {
		grid-area: title;
		padding: 0;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}
	.github {
		grid-area: github;
		justify-self: end;
		margin: 0;
	}
	.frame a {
		pointer-events: auto;
	}
	.block {
		align-items: flex-start;
	}
	.content {
		position: relative;
		display: grid;
		grid-template-columns: repeat(3,33.33%);
		margin: 0 auto;
		padding-top: 20vh;
		max-width: 700px;
		min-height: 100vh;
		text-align: left;
	}
	.content__text {
		grid-column: span 3;
	}
}


/* -------------------------------------------------------------------------------------------------- */
/* FONTELLO ICONS */
/* -------------------------------------------------------------------------------------------------- */

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?51021228');
  src: url('../font/fontello.eot?51021228#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?51021228') format('woff2'),
       url('../font/fontello.woff?51021228') format('woff'),
       url('../font/fontello.ttf?51021228') format('truetype'),
       url('../font/fontello.svg?51021228#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?64736053#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-ok:before { content: '\e800'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-twitter-squared:before { content: '\f304'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */


/* -------------------------------------------------------------------------------------------------- */
/* Tooltips */
/* -------------------------------------------------------------------------------------------------- */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
