body {
    width: 100%;
    height: 100%;
    /*font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #2A398C;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #BDC0C1;
    border: 1px solid #fff;
    border-radius: 10px;
}
.sprynt-services-submenu {
    color:#252E3D;font-size: 1.0em;text-decoration: underline;
}
.sprynt-services-text-home {
    color:#FFFFFF;fill:#FFFFFF; _stroke:#FFFFFF;
}

.sprynt-client-logo {
    border: 1px;
    border-style: solid;
    border-color: #EBEBEB;
    margin: 0 0 1em 0;
    padding: 1em;
}

.sprynt-footer-menu {
	color:#656565;
	
}

.sprynt-services-menu-item {
background-color:#FFF;border-color:#514F6E;border-width:1px;border-style: solid;padding: 0.5em;margin-bottom:5px;
}

.sprynt-footer-menu-sep {
	margin:0.5em;
}

.sprynt-intro {
    background: url(../img/bg2.png) no-repeat bottom center scroll;
    /*background-color: black;*/
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
    -o-background-size: cover;
    padding: 5em 0 3em 0;
}

.sprynt-services-bg {
    background: url(../img/service-bg2.png) no-repeat top left scroll;
    padding: 0;
}

.sprynt-small-hex-bg-o {
    background: url(../img/small-hex-orange.png) no-repeat center center scroll;
    background-color: white;
    color: #fff;
}
.sprynt-small-hex-bg-b {
    background: url(../img/small-hex-blue.png) no-repeat center center scroll;
    background-color: white;
    color: #fff;
}

.sprynt-flex-container {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.sprynt-flex-item {
    width: 6em;
    font-size:3em;
}

.sprynt-offset-col {
	width:12.5%;
}

.sprynt-first-col {
	width:15%;
}

.sprynt-second-col {
	width:15%;
}

.sprynt-lower-slider-label {
	display: none;
}

/* ----------- Smartphones (portrait and landscape) ----------- */
    @media (max-width: 480px) {
        .sprynt-services-icon {display: none;}

        .content-section {
           /* padding-top: 20em;*/
        }
	.sprynt-flex-container {
		display: -webkit-flex;
		display: flex;
		align-items: center;
    		flex-wrap: wrap;
	}
	
	.sprynt-flex-item {
	    width: 5em;
	    padding:0 0.6em;
	}

	.sprynt-flex-container-lhs {
		flex-direction: column-reverse;
		display: none;
	}

	.sprynt-flex-container-lhs {
		flex-direction: column-reverse;
		display: none;
	}

	.sprynt-flex-container {
		display: none;
	}
	
	.usex-detail {
		display: none;
	}

	.sprynt-offset-col {
		width:27.5%;
	}

.sprynt-first-col {
	width:0;
}

.sprynt-second-col {
	width:0;
}	
	.sprynt-lower-slider-label {
		display: block;
	}
    }

/* ----------- Tablets ----------- */
    @media (min-width : 321px) 
    and (max-width : 767px) {
        .sprynt-services-icon {display: none;}

        .content-section {
            padding-top: 10em;
        }
	.sprynt-flex-container {
		flex-wrap: wrap;
	}
	
	.sprynt-flex-item {
	    width: inherit;
	    padding:0 0.6em;
	}
	
	.sprynt-flex-container-lhs {
		flex-direction: column-reverse;
		display: none;
	}

	.sprynt-flex-container {
		display: none;
	}
	
	.usex-detail {
		display: none;
	}
	
	.sprynt-offset-col {
		width:27.5%;
	}
.sprynt-first-col {
	width:0;
}

.sprynt-second-col {
	width:0;
}		
	.sprynt-lower-slider-label {
		display: block;
	}	
    }

p {
    /*margin: 0 0 10px;*/
    font-size: 1.3em;
    /*line-height: 1.6;*/
}
/* ----------- Desktops & laptops ----------- */    
@media 
    (min-width : 768px) 
    and (max-width : 1024px) {
    .sprynt-services-icon {display: none;}
	.sprynt-flex-container {
		flex-wrap: wrap;
	}
	
	.sprynt-flex-item {
	    width: inherit;
	    padding:0 0.6em;
	}
	
	.sprynt-flex-container-lhs {
		flex-direction: column-reverse;
	}
	
	.usex-detail {
		display: none;
	}	
    }
 
@media (min-width : 1224px) {

}



html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: 700;
  letter-spacing: 1px;
}
a {
  color: #656565;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #656565;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  background-color: black;
}
.navbar-custom .navbar-toggle {
  color: #606060;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: #606060;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: #606060;
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: #606060;
}
@media (min-width: 768px) {
	.sprynt-intro {
	    background: url(../img/bg3.png) no-repeat bottom center scroll;
	    background-color: black;
	      -webkit-background-size: cover;
	      -moz-background-size: cover;
	      background-size: cover;
	    -o-background-size: cover;
	    padding: 9em 0 3em 0;
	}
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  /*padding: 100px 0;*/
  text-align: center;
  color: white;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-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);
  }
}

.about-section {
  width: 100%;
  padding: 3em 0;
  color: white;
  background: url(../img/about-bg.png) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.contact-section {
  width: 100%;
  padding: 3em 0;
  color: white;
  background: url(../img/contact-bg.png) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 16em;
  }
  /*
  .about-section {
    padding: 100px 0;
  }
  */
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  /*amily: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #3A5DC5;
  color: #FFF;
  background-color: #3A5DC5;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #021347;
  outline: none;
  color: #FFF;
  background-color: #021347;
}
ul.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;
  }
}
footer {
  padding: 2em 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
