@import url('https://fonts.googleapis.com/css?family=Cabin:400,700&subset=latin-ext');
body {
  overflow-x: hidden;
  font-family: 'Cabin', Helvetica, Arial, sans-serif;
}

p, li {
  line-height: 1.75;
  color: #666;
  font-size: 16px;
}

a {
  color: #5D94FA;
}
.nav>li>a:focus {
	background-color: transparent;
}
.text-primary {
  color: #9B9B9B !important;
}

.fas {
	font-size: 2em;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}

section {
  padding: 50px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
}

@media (min-width: 768px) {
  section {
    padding: 30px 0;
  }
}

.btn {
  font-weight: 700;
  background-color: #5D94FA;
}
.btn-primary {
	border:#5D94FA;
}
.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #4CCBDB; !important;
  border-color: #4CCBDB; !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #5D94FA;
}
.nav-pills>li {
	background-color: #FFFCFC;
}
.nav-pills li {
	color: #4A4A4A;
	font-size: 20px;
}
.nav-pills li.active {
	color: #FFF;
}

::-moz-selection {
  background: #5D94FA;
  text-shadow: none;
}

::selection {
  background: #5D94FA;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.row-rtl .col-md-1, .row-rtl  .col-md-2, .row-rtl .col-md-3,.row-rtl .col-md-4, .row-rtl  .col-md-5, .row-rtl  .col-md-6, .row-rtl  .col-md-7,.row-rtl  .col-md-8, .row-rtl .col-md-9, .row-rtl .col-md-10, .row-rtl .col-md-11, .row-rtl .col-md-12 {
            float: right;
}

#main-nav * {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
#main-nav {
	margin-bottom:0;
	position: fixed;
	overflow: visible;
	width:100%;
	z-index:100;
	border-radius: 0;
	background-color: #FAFBFC;
}
#main-nav.nav-shrink .topnav{
	margin: 12px;
}
#main-nav .brand {
	margin:0px;
	display:inline-block;
}
#main-nav.nav-shrink .brand {
	transform: scale(0.63);
	transform-origin: left top;
	height: 75px;
}
@media (max-width: 320px) {
	#main-nav .brand {
		transform-origin: left center;
		transform: scale(0.55);
		width: 100px;
	}
}
#main-nav .topnav {
    overflow: hidden;
	float:right;
	margin: 32px 12px;
}

#main-nav .topnav li {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
	border-bottom: 2px solid transparent;
	
}
#main-nav .topnav li.active{
	border-bottom: 2px solid #4CCBDB;
}
#main-nav a {
	color: #4A4A4A;
}

#main-nav .topnav li a:hover {
    color: black;
}

#main-nav .active {
    color: #ccc;
}

#main-nav .icon {
    display: none;
    float:right;
    padding: 12px 24px 12px 12px;
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
#main-nav .topnav {
	margin: 0 12px;
}
#main-nav .topnav li {display: none;}
#main-nav .icon {
    float: right;
    display: block;
	font-size: 32px;
    margin-top: 24px;
  }
#main-nav.nav-shrink .icon {
	margin-top: 6px;
}
#main-nav a.icon:focus, #main-nav a.icon:hover {
	text-decoration: none;
	color: #ccc;
}
}

@media screen and (max-width: 768px) {
  #main-nav.open .topnav {
	  position: relative;
	  float: none;
  }
  #main-nav.open .icon {

  }
  #main-nav.open .topnav li {
    float: none;
    display: block;
    text-align: left;
  }
}

#main-nav .lang {
	position: absolute;
	top: 6px;
	right: 6px;
}
#main-nav .lang a {
	padding: 6px;
	display: block;
}
#main-nav .lang a:hover {
	text-decoration: none;
	color: #5D94FA;
	background-color: #eee;
}

#front {
    height: 80vh;
    background-image: url(../images/cloud-servers.jpg);
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
    color: #FFF;
    padding-top: 119px;
}

#about {
	padding: 24px 0;
	background-color: #F1F1F1;
}
#about .image { 
    height: 200px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
#about .image img{
	height:80%;
	margin:10% 0;
}
#about .col-xs-6 {
	width: 100%;
}


#prodpage {
	padding-top: 120px;
	background-color: #F1F1F1;
}
#prodpage .container>div {
	position: relative;
	height: 400px;
}
#prodpage .even {
	padding-top: 10px;
	background-color: #FFF;
}
#prodpage .image {
  height: 100%;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#prodpage .image img {
	max-height: 90%;
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#prodpage .text {
	display: block;
	padding: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.index #prodpage .image {
	background-image: url("../images/devices.png");
}
#prodpage .text p {
	margin-top:24px;
}
#prodpage .text p img{
	margin: 0 12px;
}
#prodpage .text .intro-heading {
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 36px;
}
#prodpage .text .intro-lead-in {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}
#prodpage .text .intro-lead-in p{
	font-size: 20px;
}


#prodlist {
	padding-top: 120px;
	background-color: #F1F1F1;
}
#prodlist .container>div {
	position: relative;
	height: 200px;
}
#prodlist .even {
	padding-top: 10px;
	background-color: #FFF;
}
#prodlist .image {
  height: 100%;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#prodlist .image img {
	max-height: 90%;
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#prodlist .text {
	display: block;
	padding: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.index #prodlist .image {
	background-image: url("../images/devices.png");
}
#prodlist .text p {
	margin-top:24px;
}
#prodlist .text p img{
	margin: 0 12px;
}
#prodlist .text .intro-heading {
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 36px;
}
#prodlist .text .intro-lead-in {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}
#prodlist .text .intro-lead-in p{
	font-size: 20px;
}


.index #about .image {
	background-image: url("../images/devices.png");
}

@media (min-width: 768px) {
	#about .image {
		width: 100%;
		height: 40vh;
	}
	#about .col-xs-6 {
		width: 49%;
		vertical-align: middle;
		display: inline-block;
		float: none;
	}
}

#front .row {
	height: 100%
}
#front .row>div {
  padding: 12px;
  position: relative;
  top: 33%;
  transform: translateY(-33%);
}
#front .text  {
    padding: 12px;
}
@media (min-width: 768px) {
  #front .text,
  #about .text  {
    margin-top: 10px;
	margin-bottom: 20px;
  }
}
#about .text p {
	margin-top:24px;
}
#about .text p img{
	margin: 0 12px;
}

#front .text .intro-heading {
  font-size: 48px;
  font-weight: bold;
  line-height: 64px;
}
#about .text .intro-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
#front .text .intro-lead-in {
  font-size: 20px;
  line-height: 26px;
}
#about .text .intro-lead-in {
  font-size: 20px;
  line-height: 24px;
}
#about .text .intro-lead-in p{
	font-size: 16px;
	line-height: 24px;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 48px;
  }
}

#features {
	border-top:solid 1px #F1F1F1;
	font-size: 18px;
}
#features h2 {
	font-size: 40px;
}
#features  .section-subheading {
	font-size:20px;
}
#features .image-icon {
	display: inline-block;
	width:96px;
	height:96px;
	border-radius:48px;
	line-height: 96px;
	background-color: rgba(241,241,241,0.5);
}
#features .image-icon img{
	height: 48px;
	width: 48px;
	text-align: center;
}
#features .tab-content h4 {
	color: #5D94FA;
	font-size: 20px;
	font-weight: normal;
	margin-top: 24px;
}

#products {
	background-color: #FAFBFC;
}
@media (max-width: 480px) {
	#products .col-xs-8 {
		width: 96%;
	}
	#products .col-xs-offset-2 {
		margin-left: 2%;
	}
}
#products .product-info {
	box-shadow: 0 2px 20px 0 rgba(93,148,250,0.2);
	margin:24px 0;
}
#products  .section-subheading {
	font-size:20px;
}
#products .centered-pills {
	display: inline-block;
	margin:48px 0;
}
#products .btn {
	color: #4A4A4A;
	width:100%;
	background-color: transparent;
	padding-top:12px;
	padding-bottom:12px;
	font-size: 20px;
}
#products .btn:hover {
	background-color:#5D94FA;
	color:#FFF;
}
#products .server p{
	font-size: 18px;
}
#products .specs td {
	text-align: right;
}
#products .price .amount {
	font-size: 32px;
	color: #4A4A4A;
	font-weight: bold;
}
#products .key-features {
	text-align: left;
	padding: 6px;
}


#additional {
	border-top: 1px solid #eee;
}
#additional .row {
	margin: 48px 0;
}
#additional .image-icon img {
	height: 48px;
	width: 48px;
	text-align: center;
}
#additional .media-title {
	margin-bottom:48px;
	font-size: 40px;
}
#additional .media-left {
	padding-right: 24px;
}
#additional .media-heading {
	font-size: 24px;
}

@media (max-width: 480px) {
	#additional .left {
		width: 100%;
	}
	#additional .right {
		position: absolute;
		right: 0;
		min-width: 150px;
	}
	#additional .media-title {
		font-size: 32px;
		margin-right: 33.33333%
	}
}

section#contact {
	border-top: 1px solid #eee;
}

section#contact .section-heading {
  margin:48px 0;
}
section#contact #contactForm {
	margin-bottom: 48px;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .media-body {
	padding: 6px 0;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 10px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 124px;
}

section#contact .form-control:focus {
  border-color: #5D94FA;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

footer {
  padding: 25px 0;
  background-color: #010E28;
  color: #FFF;
}

footer a, footer p {
	color: #FFF;
}

footer div.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
  margin:48px 0;
}

ul.social-buttons li a {
  width: 32px;
  height: 32px;
}
ul.social-buttons li a:hover {
	opacity: 0.7;
}
