/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4{
	text-transform:uppercase;
}
a{
	color:#23a595;
}
a:hover{
	color:#1ca279;
}
.text-intro{
	top:5%;
	left:0px;
	position:absolute;
	display:table;
	width:100%;
	height:90%;
	background:url('../img/network.png') no-repeat center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	opacity:0.8;
}
.text-intro:hover{
	opacity:1;
}
#logo-wrapper img{
	height:18vh;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.text-intro:hover #logo-wrapper img{
	height:20vh;
}

.text-vertical-center {
	display:table-cell;
	top:0px;
    text-align: center;
	/*color: rgba(28, 162, 121, 1);*/
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 3rem;
	text-transform:uppercase;
    font-weight: 700;
}
#intro-map {
	display: block;
	width: 100%;
	height: 100%;
}
/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}


/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
	display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
#header-wrapper{
	display: table-cell;
	width: 100%;
    height: 100%;
	box-shadow: 0 0 20px #888;
}
#logo-wrapper{
	width:200px;
	margin:auto;
	display:table-cell;
	top:0px;
    text-align: center;
    vertical-align: middle;
}

/* About */

.about {
    padding: 50px 0;
	background: rgb(249,251,251);
	background: linear-gradient(335deg, rgba(249,251,251,1) 0%, rgba(254,254,254,1) 100%);
}

/* Services */

.services {
    padding: 50px 0;
	box-shadow: 0 0 20px #888;
	background: rgb(57,170,179);
	background: linear-gradient(145deg, rgba(57,170,179,1) 0%, rgba(43,146,154,1) 100%);
}

.services .accordion .card{
	background:none;
	border:none;
	
}
.services .accordion .card .card-header{
	background:none;
	border:none;
	
}
.service-item{
	color: rgb(255,255,255);
}
.service-item:hover .text-custom-dark{
	color: rgba(28, 162, 121, 1);
}
.service-item:hover{
	cursor: pointer;
}
.service-item h3{
    margin-top: 20px;
}
.partners{
	padding: 50px 0;
	color: #fff;
	box-shadow: 0 0 20px #888;
	background: rgb(136,136,136);
	background: linear-gradient(145deg, rgba(136,136,136,1) 0%, rgba(119,119,119,1) 100%);
}
/*
.service-item {
    margin-bottom: 30px;
}
*/
/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/illum-bg.jpg?a) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
	background: rgb(249,251,251);
	background: linear-gradient(335deg, rgba(249,251,251,1) 0%, rgba(254,254,254,1) 100%);
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}
#carousel-solutions{
	width:100vw;
}

#carousel-solutions img{
	max-height:40vh;
	width:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#carousel-solutions .carousel-caption{
	color:#333;
	background-color:rgba(255, 255, 255, .4);
	left:30%;
	right:30%;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

}
#carousel-solutions .carousel-control-prev, #carousel-solutions .carousel-control-next{
	width:30%;
	background-color:rgba(255, 255, 255, .4);
}
#carousel-solutions .carousel-control-prev:hover, #carousel-solutions .carousel-control-next:hover{
	width:30%;
	background-color:rgba(255, 255, 255, .8);
}
#carousel-solutions .carousel-caption:hover{
	background-color:rgba(255, 255, 255, .8);
}
#carousel-solutions .carousel-indicators li{
	background-color:#212529;
}
#carousel-solutions .carousel-item p{
	margin: auto;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
	box-shadow: 0 0 20px #888;
	background: rgb(57,170,179);
	background: linear-gradient(145deg, rgba(57,170,179,1) 0%, rgba(43,146,154,1) 100%);
}

.call-to-action .btn {
    margin: 10px;
}

/* Custom bootstrap*/
.text-custom-primary{
	color:#39aab3;
}
.text-custom-dark{
	color:#888;
}
.bg-custom-primary{
	background-color:#39aab3;
}
.btn{
	border:none;
}
.btn-custom-dark{
	background-color:#169ba2;
}

.card-header{
	
}
.card-header a{
	text-color:#ccc;
}
/* Map */

.map {
    height: 300px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 360px 0 0 0;
	background-color: rgb(249,251,251);
	background-color: linear-gradient(335deg, rgba(249,251,251,1) 0%, rgba(254,254,254,1) 100%);
	background: url(../img/city.svg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	color: #ccc;
}
footer p{

}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

