/* ==========================================================================
   Global styles
   ========================================================================== */
h1, .h1, h2, .h2, h3, .h3, p, .btn, btn, .navbar, ul, li, link, .thumbs a span.title, .panel-body, #snap-menu  {
  font-family: 'Source Sans Pro', sans-serif;

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-bottom: 7px;
  margin-top: 7px;
}

/*h1, .h1 {
  font-weight: 300;
  color: #ffffff;
  font-size: 80px;
  line-height: 100px;
  letter-spacing: -5px;
 }*/

h1, .h1 {
  font-weight: 300;
  color: #ffffff;
  font-size: 54px;
  line-height: 64px;
  letter-spacing: -2px;
}

h2, .h2 {
  color: #212428;
  font-size: 31px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 38px;
}

h3, .h3 {
  color: #212428;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 26px;
  font-weight: 600;
}

h4, .h4 {
  color: #212428;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}


p, body {
  color: #5b6363;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.lead {
	color: #ffffff;
	font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.link {
	color: #212428;
	font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

a {
  color: #34d276;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover, a:focus {
  color: #29a85e;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 2;
}

a:focus {
  outline: 0 none;
  outline-offset: -2px;
}

section {
	padding: 80px 0px;
}

.partner:hover {
    opacity: 0.8;
}

sup {
    font-size: 35%;
    vertical-align:middle;
}

sup.white {
    color: #fff;
}

sup.black {
    color: #000;
}

sup.green {
    color: #34d276;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  border-radius: 0px;
  border: none;
  margin-bottom: 10px;
}

.btn-lg {
  font-size: 16px;
  line-height: 1.33;
  padding: 13px 70px;
  font-weight: 700;
  letter-spacing: 0px;
}

.btn-sm {
  font-size: 13px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 700;
}

.btn-wide {
  width: 100%;
  font-size: inherit;
  font-weight: 700;
  padding: 10px;
}

.btn-primary {
  background-color: #34d176;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #3de684;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-black {
	background-color: #212428;
	color: #ffffff;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  background-color: #3e444d;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-white {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #fff;
}

.btn-white:hover {
  background-color: #fff;
  color: #34d276;
  border: 2px solid #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #adadad;
  color: #6b7879;
}


/*-----------------Utilities------------------*/

.scrollToTop, a.scrollToTop {
	width:40px;
	height:40px;
	border-radius: 4px;
	text-align:center;
	background: #777;
	font-weight: bold;
	font-size: 19px;
	padding-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
}
.scrollToTop:hover{
	text-decoration:none;
	opacity: 0.8;
}


/*---------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*---------------Colors------------------*/

.black {
	color: #212428;
}

.dark-gray {
	color: #6b7879;
}

.gray {
	color: #b0c4c5;
}

.light-gray {
	color: #f2f2f2;
}

.white {
	color: #ffffff;
}

.green {
	color: #34d276;
}

.black-bg {
	background: #212428;
}

.dark-gray-bg {
	background: #6b7879;
}

.gray-bg {
	background: #b0c4c5;
}

.light-gray-bg {
	background: #f2f2f2;
}

.white-bg {
	background: #ffffff;
}

.green-bg {
	background: #34d276;
}


/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar-nav {
	float: left;
}

.navbar-brand {
  float: left;
  margin-top: 10px;
  padding: 0;
  width: 200px;
}

.navbar-inverse {
  background-color: transparent;
  border-color: none;
}

.navbar-nav > li {
  padding: 20px 5px;
}

.nav > li > a {
  display: block;
  padding: 5px 10px;
  position: relative;
  font-size: 13px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-fixed-top {
  border-width: 0;
  top: 0;
}

.navbar-inverse .navbar-nav > li > a{
	border-bottom: 3px solid transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #34d276;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  border-bottom: 3px solid #34d276;
  color: #fff;
  width: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.demo {
	background-color: #34d276;
	padding: 0 0px;
}

.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 15px;
  padding: 9px 10px;
  position: relative;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
}

.menu-background {
	background-color: #212428;
	-webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}

/*-----------------Cookie Banner------------------*/
#cookie_banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #34d276;
    text-align: center;
    padding: 20px;
    z-index: 10000;
}

#cookie_banner p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

#cookie_banner__dismiss {
    padding: 6px 10px 7px;
    background-color: #fff;
    color: #212428;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 1300px) {
    #cookie_banner {
        padding: 20px 120px 20px 20px;
    }

    #cookie_banner__dismiss {
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 700px) {
    #cookie_banner {
        padding: 20px;
    }

    #cookie_banner p {
        display: block;
    }

    #cookie_banner__dismiss {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-left: 0;
        margin-top: 10px;
    }
}


/* ==========================================================================
   Main styles
   ========================================================================== */

header {
	width: 100%;
	margin: auto;
}

header .overlay-text {
  bottom: 2%;
  left: 0;
  position: absolute;
  right: 0;
}

.page-header {
	width: 100%;
	padding: 120px 0px 50px 0px;
  border-bottom: 0px solid transparent;
  margin: 0px 0 0px;
}

.fa-li {
  left: -2.14286em;
  position: absolute;
  text-align: center;
  top: 25%;
  width: 2.14286em;
}

/*-----------------Testimonals Carousel------------------*/

.carousel-control {
  bottom: 0;
  color: #212428;
  font-size: 20px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  width: 15%;
  top: 25%;
}

.carousel-control:hover, .carousel-control:focus {
  color: #484f57;
  opacity: 0.9;
  outline: 0 none;
  text-decoration: none;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;

  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(41,137,216,0) 50%, rgba(32,124,202,0) 51%, rgba(32,124,202,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(41,137,216,0)), color-stop(51%,rgba(32,124,202,0)), color-stop(100%,rgba(32,124,202,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00207cca',GradientType=0 ); /* IE6-9 */
}

.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;

	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(41,137,216,0) 50%, rgba(32,124,202,0) 51%, rgba(32,124,202,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(41,137,216,0)), color-stop(51%,rgba(32,124,202,0)), color-stop(100%,rgba(32,124,202,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(41,137,216,0) 50%,rgba(32,124,202,0) 51%,rgba(32,124,202,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00207cca',GradientType=0 ); /* IE6-9 */
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  background-color: rgba(33,36,40,0.39);
  border: 0px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0px;
  text-indent: -999px;
  width: 10px;
}

.carousel-indicators .active {
  background-color: #212428;
  height: 10px;
  margin: 0;
  width: 10px;
}


/*-----------------About------------------*/

.thumbs {
	padding: 50px 20px 20px 20px;
  overflow: hidden;
  position: relative;
  margin: auto;
  font: 14px;
  height: 225px;
}

.thumbs div {
  bottom: -200px;
  color: #FFFFFF;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.thumbs div span.title {
	display: table;
	width: 100%;
	height: 100%;
	padding-left: 0px;
}

.thumbs div span.title span {
	color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
	vertical-align: middle;
	display: table-cell;
}

.thumbs div span.title span.project-info {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
}

.thumbs div:hover {
	bottom: 0;
  opacity: 1;
  background-color: #34d276;
  -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -moz-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -o-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
}

.service-icon {
	max-width: 25%;
}


/*-----------------Products------------------*/

.connector-img {
  left: 0;
  margin: -2% auto;
  position: absolute;
  right: 0;
  width: 25%;
  z-index: 100;
}

.module {
	padding: 50px 20px 20px 20px;
  overflow: hidden;
  position: relative;
  margin: auto;
  font: 14px;
  height: 225px;
}

.module:hover {
	bottom: 0;
  background-color: rgba(243,243,243,0.6);
  -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -moz-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  -o-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
  transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.840, 0, 1) 0s;
}

.product-icon {
  max-height: 48%;
}

.license {
  font-size: 17px;
}

/*-----------------Modal------------------*/
.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2040;
}

.modal-header {
  border-bottom: 0 solid transparent;
  min-height: 16.43px;
  padding: 20px 30px 0;
}

.modal-body {
  padding: 20px 30px 0;
  position: relative;
}

.modal-footer {
  border-top: 0 solid transparent;
  padding: 10px 30px;
  text-align: center;
}

.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  outline: 0 none;
  position: relative;
}


/*-----------------Snap Menu------------------*/
#snap-wrapper {
  width: 100%;
  position: absolute;
  margin-top: 0px;

}

#snap-wrapper.affix {
  position: fixed;
  top: 0;
  margin-top: 72px;
  z-index: 1000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#snap-menu {
  background: #777;
  padding: 10px 0px 5px;
}

.list-inline.snap-top {
  padding-top: 0px;
  padding-right: 10px;
  color: #323232;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans',sans-serif;
}

.list-inline > li {
  display: inline-block;
  padding-left: 13px;
  padding-right: 0;
}

.list-inline.snap-top li a {
  color: #fff;
  padding-right: 20px;
  padding-left: 5px;
}

.list-inline.snap-top li a:hover {
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
}



/*-----------------Secondary Navigation------------------*/

ul.nav-tabs{
    width: 140px;
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

ul.nav-tabs li{
    margin: 0;
    border-top: 1px solid #ddd;
}

ul.nav-tabs li:first-child{
    border-top: none;
}

ul.nav-tabs li a{
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
}

ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover{
    color: #fff;
    background: #0088cc;
    border: 1px solid #0088cc;
}

ul.nav-tabs li:first-child a{
    border-radius: 4px 4px 0 0;
}

ul.nav-tabs li:last-child a{
    border-radius: 0 0 4px 4px;
}

ul.nav-tabs.affix{
    top: 50px; /* Set the top position of pinned element */
}

/*-----------------System Features------------------*/

.box-text {
	padding: 40px;
	min-height: 315px;
}


/*----------------FAQ Collapse Panel-----------------*/

#accordion {
  margin: auto;
  width: 96%;
}

.accordion-toggle {
    color: #ffffff;
}

.panel {
  background-color: #FFFFFF;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.panel-default {
  border-color: rgba(0, 0, 0, 0);
}

.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 0;
  overflow: hidden;
}

.panel-default > .panel-heading {
  background-color: #34d276;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}

.panel-title {
  color: inherit;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: -0.3px;
  margin-top: 0;
}

.panel-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 16.5px 15px;
}

.panel-body {
  color: #787878;
  font-size: 14px;
  line-height: 22px;
}

.fa-plus-circle, .fa-minus-circle {
  opacity: 0.5;
}

/*-----------------Contact------------------*/

.contact-box {
  height: 275px;
  padding: 0;
  width: 100%;
}

.contact-box > .btn {
	 bottom: 0;
	 position: absolute;
	 left:	0;
	 width:	100%;
}

.form-control {
  background-color: #f2f2f2;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  color: #6b7879;
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin-bottom: 0px;
  border-left: solid 3px #34d276;
}

.form-control:focus {
  border-color: #34d276;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

.form-group {
  margin-bottom: 5px;
}

.error {
  color: #fb8282;
  font-size: 10px;
  position: absolute;
  margin-top: -3px;
}

.error.valid {
	color: #6ff0b4;
	font-family: "FontAwesome";
}

label{
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

input:focus, textarea:focus{
  outline: 0;
}

label input, textarea{
  width: 100%;
}

.radio label, .checkbox label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 30px;
  min-height: 20px;
  padding-left: 0;
}

.form-emphasis {
  color: #34d176;
}


/*-----------------Footer------------------*/

footer {
	padding: 30px 0px;
}

.border-top {
	border-top: 1px solid #bfbfbf;
	padding-top: 30px;
}


/*-----------------Support------------------*/

.white-box {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
}


/* ==========================================================================
   Mobile Styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) {

.navbar-inverse {
    background-color: #212428;
}

.navbar-brand {
  padding-left: 15px;
  width: 150px;
}

.navbar-nav > li {
  padding-bottom: 3px;
  padding-top: 3px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  height: 30px;
}

h1, .h1 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: auto;
  line-height: 32px;
}

.lead {
  font-size: 16px;
  font-weight: 600;
  line-height: auto;
}

.contact-box {
  height: 250px;
}

.carousel-control {
    top: 0;
}

#snap-menu {
  margin-top: -13px;
  text-align: center;
}

.list-inline.snap-top {
  font-size: 12px;
}

.list-inline.snap-top li a {
  padding-right: 0;
}

.list-inline {
  margin-left: -10px;
}


}

@media (max-width:480px) {



#social {position:relative;left:25% !important;margin:auto;}
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

.navbar-inverse {
    background-color: #212428;
}

.navbar-brand {
  padding-left: 15px;
  width: 150px;
}

.navbar-nav > li {
  padding-bottom: 3px;
  padding-top: 3px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  height: 30px;
}

.thumbs {
  height: 300px;
}

.box-text {
	padding: 40px;
	min-height: 280px;
}

.module {
  height: 300px;
}

.contact-box {
  height: 200px;
}

.carousel-control {
  top: 0;
}

#snap-menu {
  margin-top: -13px;
}


}

@media (max-width:880px) {



#social {position:relative;left:38%;margin:auto;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

.box-text {
	padding: 40px;
	min-height: 445px;
}

.contact-box {
  height: 200px;
}



}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

.box-text {
	padding: 40px;
	min-height: 336px;
}

}



/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}


#social {position:relative;left:43%;margin:auto;}


#contact-form .form-group:nth-child(2) { display: none; }