@import 'icon-fonts.css';

/*@import 'flexslider.css';

@import 'animate.css';*/

@import 'bootstrap.min.css';
/* Common Colors to All Styles */
/*e34910*//* ========== GENERAL STYLES ========== */
ul,
li {
  padding: 0;
  margin: 0;
}
hr {
  border-top: solid 3px rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 24px 48px 45px;
}
section {
  padding: 60px;
}
.btn {
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-weight: normal;
  padding: 12px 24px;
  line-height: 24px;
  font-family: 'Nunito', arial, sans-serif;
}
.btn-large {
  font-size: 21px;
  line-height: 36px;
  padding: 12px 24px;
}
.btn-primary {
  background-color: #92a4fc;
}
.btn-primary:hover {
  background-color: #6c84fb;
}
.btn-pricing {
  background-color: #3fa9f5;
  color: white;
}

.btn-pricing:hover {
  background-color: #19a0bf;
  color: white;
}

.btn-pricing-popular {
  background-color: #ee8d69;
  color: white;
}
.btn-pricing-popular:hover {
  background-color: #ef9472;
  color: white;
}
.btn-info {
  background-color: #3fa9f5;
}
.btn-info:hover {
  background-color: #19a0bf;
}
/* ========== TYPOGRAPHY ========== */
html {
  width: auto !important;
  overflow-x: hidden !important;
}
body {
  font: 16px/1.5em 'Roboto Slab', Arial, sans-serif;
  font-weight: 300;
  color: #ffffff;
  padding-top: 72px;
  width: auto !important;
  overflow-x: hidden !important;
}
* {
  -webkit-font-smoothing: antialiased;
}
p {
  margin: 0 0 24px 0;
}
a {
  color: #3fa9f5;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', Arial, sans-serif;
}
h1 {
  font-size: 42px;
  line-height: 48px;
  margin: 0 0 48px;
  padding: 0;
  color:#666;
}
h2 {
  font-size: 36px;
  line-height: 48px;
  margin: 0;
  padding-bottom: 24px;
}
h3 {
  font-size: 28px;
  line-height: 48px;
  margin: 0;
  padding: 0;
}
h4 {
  font-size: 21px;
  line-height: 36px;
  margin: 0;
  padding-bottom: 12px;
}
blockquote {
  padding: 12px 20px;
  font-size: 30px;
  line-height: 48px;
  font-family: "Nunito", arial, sans-serif;
  text-align: right;
  border-left:none;
  border-right:5px solid #FFFFFF;
}
blockquote small {
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  color:#f75789;
}
.lead {
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 48px;
}
.well {
  background-color: #3fa9f5;
  border: 1px solid #FFFFFF;
}
h4.panel-title {
  margin-top:0px;
  margin-bottom: 0px;
  font-size:21px; 
  padding-bottom:0px;
}
/* ========== PARALLAX "3D" BACKGROUND ========== */
img.framed.img-responsive {
  border: 5px solid #efefef;
  width: 100%;
  border-radius:15px;
}
img.storiespic {
  border-radius: 50px;
  width:40%;
  max-width:40%;
}
.parallax {
  position: fixed;
  top: 0;
  width: 100%;
  height: 8000px;
}
#parallax-1 {
  background: url('img/large-clouds.png') 0 0 repeat transparent;
  z-index: -100;
}
#parallax-2 {
  background: url('img/medium-clouds.png') 0 0 repeat transparent;
  z-index: -200;
}
#parallax-3 {
  background: url('img/small-clouds.png') 0 0 repeat #013b69;
  z-index: -300;
}
/* ========== FLEX SLIDER OVERRIDES ========== */
.flexslider {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider ul.slides {
  padding: 0;
  margin: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -24px 0 0;
  display: block;
  background: url(img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav a {
  width: 48px;
  height: 48px;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -48px;
}
.flex-direction-nav .flex-prev {
  left: -48px;
}
.flexslider:hover .flex-next {
  opacity: 0.2;
  right: 0px;
}
.flexslider:hover .flex-prev {
  opacity: 0.2;
  left: 0px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 0.8;
}
.flex-control-paging li a {
  background-color: #f75789;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: #3fa9f5;
}
.flex-control-nav {
  bottom: 5px;
}
#main-slider.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
#main-slider.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
#flex1 .flex-control-paging li a {
  background-color: #E9E9E9;
}
#flex1 .flex-control-paging li a:hover,
#flex1 .flex-control-paging li a.flex-active {
  background-color: #939393;
}
#flex1 .flex-control-nav {
  bottom: 40px;
}
/* ========== HEADER SECTION ========== */
header {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border:1px solid #000000;
}
/* HEADER RESIZE ON SCROLL */
.morph-header-large {
  padding: 48px 0;
}
.morph-header-small {
  padding: 0;
}
.morph-header-small .navbar-brand img {
  height: 48px;
  margin-top: 12px;
}
.navbar-header {
  height: 100px;
}
.navbar-header span {
  color: #3fa9f5;
  font-size: 36px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-header span:hover {
  color: #19a0bf;
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  height: 90px;
  margin-top: 5px;
  margin-left: -15px;
}
.navbar-nav {
  margin: 40px 0;
}
.navbar-nav li {
  margin: 0;
  padding: 0;
}
.navbar-nav li.active a {
  color: #3fa9f5;
}
.navbar-nav li a {
  font-size: 16px;
  color: #666;
  font-family: 'Nunito', arial, sans-serif;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0 4px;
  margin-left: 48px;
  height: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-nav li a:hover {
  background: transparent;
}
/* LINKS HOVER ANIMATION */
.fancy-nav a {
  overflow: hidden;
}
.fancy-nav a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  transition: transform 0.15s;
}
.fancy-nav a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  color: #3fa9f5;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fancy-nav a:hover span,
.fancy-nav a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* ========== SLIDER SECTION ========= */
#section-slider {
  /*padding-top: 0;*/
  /*margin-top: 96px;*/
  /*padding-bottom: 0px;*/
  /*color:#666;*/
  /*background: url('img/city.jpg');*/
  background: #000000;  
  background-size: cover;
  background-repeat: no-repeat;
}
#section-slider ul.slides {
  /*min-height: 280px;*/
}
#section-slider .btn {
  margin-right: 12px;
  margin-bottom: 24px;
}
#section-slider img {
  margin: 0 !important;
  padding: 0 !important;
}
#section-slider .img-responsive {
  margin: 0 !important;
  padding: 0 !important;
}
#section-slider .slider-text {
  padding-top: 20px;
  text-align: left;
}
#section-slider .slider-text h1 {
  margin-bottom: 24px;
}
/* ========== FEATURES SECTION ========== */
#features {
  background: transparent;
  text-align: center;
  background-color:#f75789;
}
#features hr {
  padding-bottom: 21px;
}
#features .feature {
  -webkit-transition: color .6s;
  -moz-transition: color .6s;
  transition: color .6s;
}
#features .feature p {
  color: white !important;
}
#features .feature:hover {
  /*color: #3fa9f5;*/
}
#features .welcome {
  background: url('img/cloud.png') center top no-repeat transparent;
  padding-top: 168px;
}
#features span {
  font-size: 96px;
  line-height: 120px;
}
/* ========== TOUR SECTION ========== */
#section-us {
  background-color: #9cd3fa;
  color: #666;
}
#section-us .tour-step-icon {
  position: relative;
  top: 48px;
  margin: -48px auto -6px;
  width: 96px;
  height: 96px;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  padding-top: 12px;
  border-radius: 72px;
  border: solid 12px #3fa9f5;
  background: #f75789;
  color: #FFFFFF;
  z-index: 1;
  vertical-align: middle;
}
#section-us .tour-step-icon.final {
  font-size: 40px;
}
#section-us .tour-step-container {
  padding-top: 66px;
}
#section-us .tour-step-container .icon {
  color: #3fa9f5;
  font-size: 140px;
  text-align: center;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#section-us .tour-step-container .icon:hover {
  color: #0384ea;
}
#section-us .tour-line-half {
  background: #3fa9f5;
  display: block;
  height: 12px;
  position: relative;
  top: 0;
  width: 50%;
}
#section-us .tour-line-full {
  background: #3fa9f5;
  display: block;
  height: 12px;
  position: relative;
  top: 0;
}
#section-us .tour-line-vert {
  background: #3fa9f5;
  display: block;
  width: 12px;
  height: 282px;
}
#section-us .last-step {
  height: 96px;
  margin-bottom: 96px;
}
#section-us .last-step .launch {
  padding: 0;
  color: #f75789;
  margin: -30px 0 0 0;
}
#section-us .media {
  margin-top: -48px;
}
#section-us .media:first-child {
  margin-top: 0;
}
#section-us .media-heading {
  margin: 0;
  color: #015191;
}
/* ========== QUOTE SECTION ========== */
#quote {
  background: #3fa9f5;
  padding-bottom: 24px;
}

/* ========== map SECTION ========== */
#section-implementation {
  background:#fff;
}
/* ========== PRICING SECTION ========== */
#section-pricing {
  text-align: center;
  background: #FFFFFF;
  color:#666;
}
#section-pricing .pricing-box {
  margin-bottom: 24px;
}
#section-pricing .pricing-box .pricing-heading {
  background-color: #3fa9f5;
  color: #ffcc65;
  font-size: 48px;
  line-height: 48px;
  padding: 12px;
}
#section-pricing .pricing-box .pricing-price {
  background-color: #3fa9f5;
  font-weight: 400;
  color: #ecf0f1;
  font-size: 60px;
  line-height: 72px;
  padding: 12px;
}
#section-pricing .pricing-box .pricing-description {
  background-color: #f75789;
  font-size: 21px;
  line-height: 48px;
  color: #ecf0f1;
  padding: 12px;
}
#section-pricing .pricing-box ul.pricing-list {
  margin: 0;
  padding: 0;
}
#section-pricing .pricing-box ul.pricing-list li {
  font-size: 18px;
  line-height: 48px;
  padding: 12px 0;
  list-style: none;
}
#section-pricing .pricing-box ul.pricing-list li:nth-child(odd) {
  background-color: #E9E9E9;
}
#section-pricing .pricing-box ul.pricing-list li:nth-child(even) {
  background-color: #353535;
}
#section-pricing .pricing-box .pricing-cta {
  background: #f75789;
  text-transform: uppercase;
  padding: 24px;
}
#section-pricing .pricing-box .pricing-cta .btn {
  font-size: 1.1em;
}
#section-pricing .pricing-box.popular {
  margin-top: -12px;
}
#section-pricing .pricing-box.popular .pricing-heading {
  background-color: #92a4fc;
  color: #ffffff;
  font-size: 28px;
  padding: 24px;
}
#section-pricing .pricing-box.popular .pricing-price {
  background-color: #ec7b52;
  font-weight: 400;
  color: #ffffff;
}
#section-pricing .pricing-box.popular .pricing-description {
  background-color: #ee8d69;
  color: #ffffff;
}
#section-pricing .pricing-box.popular .pricing-cta {
  background: #92a4fc;
  text-transform: uppercase;
  padding: 24px;
}
#section-pricing .pricing-box.popular .pricing-cta .btn {
  font-size: 1.1em;
}
/* ========== PORTFOLIO SECTION ========== */
#section-products {
  background-color: #9cd3fa;
}
#map-shell {
  background: url('img/worldmap.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  background-position-x: 50%;
}
#section-about {
  background: transparent;
  background-color:#ffcc65;
}
#section-about .filters {
  height: 96px;
  text-align: center;
  margin: 0 auto;
}
#section-about .filters li {
  display: inline-block;
  padding: 0 24px 24px;
}
#section-about .filters li a {
  line-height: 48px;
  color: #888888;
  font-family: "Nunito", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
#section-about .filters li a:hover {
  color: white;
}
#section-about .filters li a.selected {
  color: white;
}
#section-about .portfolio-items .folio-item {
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  background: #3fa9f5;
}
#section-about .portfolio-items .folio-item a {
  display: block;
  color: #fff;
  font-size: 0;
  text-align: center;
}
#section-about .portfolio-items .folio-item .folio-hover {
  margin: 10px;
  background: #3fa9f5;
}
#section-about .portfolio-items .folio-item .folio-desc {
  vertical-align: middle;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: -100%;
  font-size: 16px;
  width: 100%;
  background-color: #038cf9;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#section-about .portfolio-items .folio-item .folio-desc p {
  font-size: 20px;
  font-family: "Nunito", arial, sans-serif;
  padding: 24px 24px 0 24px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#section-about .portfolio-items .folio-item img {
  display: inline-block;
  width: 100%;
  z-index: 1;
  vertical-align: middle;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#section-about .portfolio-items .folio-item:hover .folio-desc {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
#section-about .portfolio-items .folio-item:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#section-about .portfolio-items .folio-item:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#section-about .fitvids {
  margin-bottom: 24px;
}
/* ========== ISOTOPE FILTERING ========== */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/* ========== MODAL WINDOWS ========== */
.modal-header {
  background-color: #f75789;
  padding: 24px;
}
.modal-title {
  line-height: 24px;
  padding-bottom: 0;
  color:#FFFFFF;
}
.modal-body {
  color: #f75789;
  padding: 24px;
}
.modal-body ul {
  padding-left: 24px;
}
.modal-footer {
  background-color: #f0f0f0;
  padding: 24px;
  margin-top: 0;
}
.modal-footer .btn + .btn {
  margin-left: 12px;
  margin-bottom: 0;
} 
  /*Section FAQ*/
#section-faq {
background-color:#f75789;
}
#section-faq h1 {
color:#FFFFFF;
}
/* ========== CONTACT SECTION ========== */
  #section-contact {
	color:#fff !important;
	background-color:#096db5;
  }
#section-contact a:hover {
  color: #4caffd;
}
.form-control {
  height: 72px;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  vertical-align: middle;
  border-radius: 0;
  padding: 0 24px;
  margin: 0;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group {
  margin-bottom: 12px;
}
.form-group .control-label {
  font-size: 18px;
  padding-top: 24px;
  font-family: "Nunito", arial, sans-serif;
}
textarea.form-control {
  padding: 18px 24px 30px;
  line-height: 36px;
}
/* ========== FOOTER SECTION ========== */
#footer {
  background-color: #E9E9E9;
  color: #919191;
  padding-top: 72px;
  padding-bottom: 48px;
}
#footer h3 {
  color: #666;
  margin-bottom: 24px;
}
#footer a {
  color: #666;
}
#footer p {
  color: #666;
}
#footer a:hover {
  color: #3fa9f5;
}
#footer .footer-logo {
  padding-top: 96px;
}
#footer .footer-logo a {
  font-size: 64px;
  display: block;
  line-height: 1.5em;
}
#footer .links {
  text-align: center;
}
#footer .footer-links {
  font-family: "Nunito", arial, sans-serif;
}
#footer .footer-links li {
  list-style: none;
}
#footer .footer-links li a:hover {
  text-decoration: none;
  color: #3fa9f5;
}
#footer .twitter-feed ul li {
  list-style: none;
  padding-bottom: 24px;
}
#footer .twitter-feed ul li .twitter-icon {
  padding-top: 6px;
}
#footer .twitter-feed span {
  font-size: 24px;
}
#footer #tweets-feed span {
  font-size: 16px;
}
/* ========== SUB-FOOTER SECTION ========== */
#sub-footer {
  background-color: #282828;
  padding: 24px 0 0 0;
  color: #919191;
}
#sub-footer a {
  color: white;
}
#sub-footer .social-links {
  float: right;
}
#sub-footer .social-links li {
  float: left;
  display: inline-block;
  padding-left: 24px;
}
#sub-footer .social-links li a {
  color: #919191 !important;
  font-family: "Nunito", arial, sans-serif;
  font-size: 18px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
#sub-footer .social-links li a:hover {
  color: white !important;
}
/* ========== MEDIA QUERIES ========== */
@media screen and (max-width: 1200px) {
.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin-right:-15px;
  margin-left:-10px;
}
  #section-slider ul.slides {
    /*min-height: 408px;*/
  }
  #section-slider .slider-text h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 12px;
	color: #fff;
  }
  #section-slider .slider-text .btn-large {
    font-size: 18px;
  }
  #sub-footer {
    text-align: center;
  }
  #sub-footer .social-links {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: table;
    padding-bottom: 24px;
  }
  #sub-footer .social-links li {
    text-align: center;
  }
}
/* ===== */
@media screen and (max-width: 992px) {
#section-slider {
  /*background-color: #FFFFFF;
  padding-top: 0;
  margin-top: 96px;
  padding-bottom: 0px;
  color:#666;*/
  background: #000000;
  background-size: contain;
  background-repeat: no-repeat;
}

  #morph-header.morph-header-large {
    padding: 0;
  }
  #morph-header.morph-header-large .navbar-brand img {
    /*height: 48px;
    margin-top: 12px;*/
  }
  #morph-header .navbar-nav li a {
    margin-left: 24px;
  }
  #section-slider {
    margin-top: 0px;
  }
  #section-slider ul.slides {
    /*min-height: 360px;
    padding: 48px 0;*/
  }
  #section-slider ul.slides .slider-text {
    padding-top: 0;
    text-align: center;
  }
  #section-slider ul.slides img {
    display: none;
  }
  #features {
    padding-bottom: 48px;
  }
  #features .feature {
    padding-bottom: 24px;
  }
  #section-us {
    text-align: center;
  }
  #section-us .tour-line-half,
  #section-us .tour-line-full {
    display: none;
  }
  #section-us span {
    font-size: 96px;
  }
  #section-us .tour-line-vert,
  #section-us .tour-line-vert.pull-right {
    float: none !important;
    margin: 0 auto;
    height: 96px;
  }
  #section-us .tour-step-container {
    padding-top: 24px;
  }
  #section-us .media-body {
    margin-bottom: 72px;
  }
  #section-us .media-body h3 {
    padding: 12px;
  }
  #section-us .last-step {
    height: 190px;
  }
  #section-us .last-step .launch {
    margin-top: 72px;
    float: none !important;
  }
  #section-us .tour-step-icon.final {
    width: 120px;
    height: 120px;
  }
  #section-us .tour-step-icon.final span {
    font-size: 54px;
    line-height: 72px;
  }
  #section-about .filters li {
    padding: 0px 18px 24px;
  }
  #section-contact #contact-form label {
    padding-bottom: 12px;
  }
  #footer .twitter-feed {
    padding-top: 72px;
    text-align: center;
    clear: both;
  }
  #footer .twitter-feed span {
    font-size: 64px;
  }
}
/* ===== */
@media screen and (min-width: 768px) and (max-width: 992px) {
  body {
    padding-top: 0;
  }
  header {
    position: relative;
  }
  header .navbar-toggle {
    padding: 0;
    margin: 34px 24px;
  }
  header .navbar-brand {
    height: 72px;
    margin-left: 24px;
    padding: 0;
  }
  header .navbar-brand img {
   /* margin-top: 18px !important;
    height: 36px !important;*/
  }
  header .navbar-collapse {
    margin: 0 auto;
    text-align: center;
  }
  header .navbar-collapse ul li {
    padding: 12px 0;
  }
  #footer .links {
    text-align: right;
  }
  #footer .links .footer-links {
    text-align: right !important;
  }
}
/* ===== */
@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
  header {
    position: relative;
  }
  header .navbar-toggle {
    padding: 0;
    margin: 34px 24px;
  }
  header .navbar-brand {
    height: 72px;
    margin-left: 24px;
    padding: 0;
  }
  header .navbar-brand img {
   /* margin-top: 18px !important;
    height: 36px !important;*/
  }
  header .navbar-collapse {
    margin: 0 auto;
    text-align: center;
  }
  header .navbar-collapse ul li {
    padding: 12px 0;
  }
  #section-slider .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0px;
  }
  #section-slider .flex-direction-nav .flex-prev {
    left: 0px;
  }
  #section-slider .flexslider .flex-next {
    opacity: 0;
    right: 0px;
  }
  #section-slider .flexslider .flex-prev {
    opacity: 0;
    left: 0px;
  }
  #section-slider .flexslider:hover .flex-next {
    opacity: 0.2;
    right: 0px;
  }
  #section-slider .flexslider:hover .flex-prev {
    opacity: 0.2;
    left: 0px;
  }
  #section-slider .flexslider .flex-next:hover {
    opacity: 0.8;
    right: 0px;
  }
  #section-slider .flexslider .flex-prev:hover {
    opacity: 0.8;
    left: 0px;
  }
  #section-about .filters-header {
    width: 96px;
    height: 96px;
    margin: 0 auto;
  }
  #section-about .filters-header .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
  }
  #section-about .filters-header span {
    font-size: 40px;
    margin: 0 auto;
    color: white;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
  }
  #section-about .filters-header span:hover {
    color: #3fa9f5;
  }
  #section-about #filters-nav ul {
    height: 100%;
  }
  #section-about #filters-nav ul li {
    display: block;
    padding-bottom: 6px;
  }
  #section-about #filters-nav.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #section-about #filters-nav.navbar-collapse.in {
    overflow-y: hidden;
    margin-bottom: 24px;
  }
  #section-contact {
    text-align: center;
  }
  #section-contact .btn {
    float: none !important;
  }
  #footer .footer-logo {
    padding: 0;
  }
  #footer img {
    margin: 0 auto;
  }
}

  .text-grey {
	color: #444 !important;
  }  
  .text-white {
	color: #fff !important;
  }    
  .text-mag {
	color: #f75789 !important;
  }    
  .text-light-blue {
	color: #9cd3fa !important;
  }      
  .text-ssu-blue {
	color: #3fa9f5 !important;
  }        
  .no-padding {
	padding: 0px !important;
  }
  .ball-blue {
	background-color:#3fa9f5;
  }
  .ball-mag {
	background-color:#f75789
  }  
  .ball-gold {
	background-color:#ffcc65;
  }  
  .ball {
	padding: 60px;
	border-radius: 50%;
	width: 350px;
	height: 350px;  
  }
  .img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;  
  }