@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body {
  background: #ffffff;
  color: #333333;

}
@media (min-width: 1200px){
.container {
    max-width: 1108px;
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
  font-weight: 300;
}
a {
  color: #52b6ec;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn.btn-primary {
  background-color: #52b6ec;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus {
  color: #80c9f1;
  text-decoration: none;
  outline: none;
}
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  z-index: 99999;
  background-color:#FFFFFF;
  z-index:1000;
}
#main-slider {
}
#main-slider .banner-img img{
  /*max-width: 100%;*/
  height:auto;
}
#main-slider .caption {
  position:absolute;
  top:40%;
  width:42%;
  right:60px;
  text-align:left;
  background-color:rgba(255, 255, 255, 0.57);
  padding:20px;
}
#main-slider .item {
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
  text-align: center;
}
#main-slider .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .item.active h1 {
  -webkit-animation: scaleUp 400ms;
  -moz-animation: scaleUp 400ms;
  -o-animation: scaleUp 400ms;
  -ms-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -50px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider h1 {
  font-size: 31px;
  color: #23175a;
  font-family: 'Lato', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  margin:0px;
}
#main-slider h1 span {
  color: #009083;

}
#contact .box {
  background-color: #222;
  color: #999;
}
#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-mid {
	background-color:#ffffff;
	overflow:hidden;
}
.box {
  padding: 30px 20px;
  position: relative;
}
.box.first {
  
}
.box.last {
  border-radius: 0 0 5px 5px;
}
.box h2 {
	display: inline-block;
	border-radius: 4px;
	position: relative;
	margin-bottom: 20px;
	margin-top:0px;
	color:#3b297b;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
}
.box p {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom:10px;
}

.box a {
  color:#009083;
  font-weight: bold;
}

.box a:hover {
  color:#3b297b;
  font-weight: bold;
}

ul.bullet {
	margin-top:20px;
	margin-bottom:20px;
	padding-left:0px;
    overflow: hidden;
}
ul.bullet li{
	margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    display: block;
    background-image: url(../images/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
    color: #333333;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.box .news h2 {
	color:#333333;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px
}
.box .news p.date { 
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#727272;
	font-style:italic;
}
.box .news p.news-title { 
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#24185b;
	font-weight:bold;
}
.box .news p.read-more a { 
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#24185b;
	font-weight:bold;
}
/* Start: Inner page content */

.box .products-content h2 {
	color:#333333;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height:25px;
}
.box .products-content p.title { 
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	margin-bottom:20px;
}
.box .products-content ul {
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.box .products-content ul li {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	display:block;
	background-image: url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:15px;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

/* END: Inner page content */


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#services .box {
	padding: 0;
	background-image: url(../images/services-bg.png);
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-right: 20px;
    background-color: #ffffff;
}
#services .row > div {
	margin-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
}
.box-inner {
	background-color:#FFFFFF;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 3px solid #009083;
	-webkit-box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.33);
	-moz-box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.33);
	box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.33);
	padding:7px;
	height:88px;
	top: -40px;
    position: relative;
    z-index: 100;
}
.box-img {
	border-radius: 100px;
    height: 102px;
    width: 102px;
	background: url(../images/service_img1.jpg);
    background-position: center center;
	border:#5e4a98 solid 5px;
	position:absolute;
	left:-4px;
	top:-11px;
}
.box-inner h4 {
	float:right;
	width:55%;
	text-transform:uppercase;
	color: #23175a;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
	font-size:13px;
	margin-top:20px;
	line-height:15px;
}
.box-inner h4 span {
	color: #009083;

}
#page-inner .box {
	padding-left: 20px;
	padding-right: 20px;
    background-color: #ffffff;
	padding-top:0px;
	padding-bottom:0px;
}
#page-inner .heading {
	background-color:#5e4a98;
	padding:10px 20px 10px 20px;
	top: -145px;
    position: absolute;
    z-index: 100;
	margin-left:15px;
	margin-right:15px;
}
#page-inner .heading h4{
	font-family: 'Lato', sans-serif;
    font-weight: bold;
	font-size:31px;
	color:#FFFFFF;
	line-height: 30px;
}
#products .content {
    background-color: #ffffff;
    overflow: hidden;
	padding-top:30px;
}
.left-sidebar {
	padding:25px 20px 20px 20px;
}
.left-sidebar ul {
	padding:0px;
	padding-left:20px;
	display:block;
}
.left-sidebar ul li {
	padding:0px;
	margin:0px;
	display:block;
}
.left-sidebar ul li a {
	color:#009083;
	font-family: 'Lato', sans-serif;
    font-weight: bold;
	font-size:17px;
	line-height:30px;
	
}
.left-sidebar ul li a:hover {
	color:#016057;
	
}
.left-sidebar ul li a.active {
	color:#016057;
	
}

h2.page-heading {
	margin:0px;
	margin-left:15px;
	color:#5e4a98;
	font-size:30px;
	font-weight:700;
}
ul.gallery { margin:0px; padding:0px; }

#portfolio .content {
    background-color: #ffffff;
    overflow: hidden;
	padding-top:10px;
}
#portfolio .box {
   padding-right: 0px;
   padding-left: 0px;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
  position:relative;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item .item-inner {
  margin: 0 20px 20px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0,144,131,0.75);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  	
}
.portfolio-item .overlay h2 {
	position: relative;
	top: 45%;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;

}
.portfolio-item:hover .overlay {
  opacity: 1;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -10px;
}
.carousel.scale .right-arrow {
  right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}
.icon-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.icon-social.icon-facebook {
  background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
  background: #789bde;
}
.icon-social.icon-twitter {
  background: #5bceff;
}
.icon-social.icon-twitter:hover {
  background: #8eddff;
}
.icon-social.icon-linkedin {
  background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}
.icon-social.icon-google-plus {
  background: #dc422b;
}
.icon-social.icon-google-plus:hover {
  background: #e36957;
}
.icon-social.icon-pinterest {
  background: #cb2027;
}
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}
.icon-social.icon-youtube {
  background: #ce332d;
}
.icon-social.icon-youtube:hover {
  background: #da5954;
}
.icon-social:hover {
  color: #fff;
}
.navbar-default {
    background-image: url(../images/nav-bg.jpg);
    background-repeat: repeat-x;
    border-radius: 5px 5px 5px 5px;
    border: 0;
    margin-top: 30px;
    margin-left: 150px;
    margin-right: 20px;
    height: 75px;
    width: 82%;
}
.navbar-header {
    float: none;
	position:absolute;
	top:-30px;
	width:100%;
}
.navbar-brand {
    float: left;
    padding: 0px 0px;
}

.navbar-default .first a {
  border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
  margin-left: 20px;
      position: absolute;
    left: -160px;
}
.navbar-nav {
    float: left;
    margin-left:0px;
}
.navbar-default .navbar-nav > li {
      float: left; 
}
.navbar-default .navbar-nav > li.last a {
  background-image:none;
  
}
.navbar-default .navbar-nav > li > a {
  padding: 28px 19px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  background-image: url(../images/nav-seperator.jpg);
  background-repeat:no-repeat;
  background-position:right;
}
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #2a1e63;
  color: #fff;
 
}
.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #009083;
    border-bottom-color: #009083;
	border-left: solid transparent 5px;
    border-right: solid transparent 5px;
    border-top: solid #009083 5px;
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #009083;
    border-bottom-color: #009083;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
.navbar-default .navbar-nav > li a:hover:before {
    border: solid #009083 3px;
	border-radius: 5px 5px 0px 0px;
    top: -6px;
    content: " ";
    height: 0;
    left: -1%;
    margin: auto;
    position: absolute;
    width: 100%;
}
.navbar-default .navbar-nav > li a:hover:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #009083 6px;
    top: 0px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
.navbar-default .navbar-nav > li.active a:before {
    border: solid #009083 3px;
	border-radius: 5px 5px 0px 0px;
    top: -6px;
    content: " ";
    height: 0;
    left: -1%;
    margin: auto;
    position: absolute;
    width: 100%;
}
.navbar-default .navbar-nav > li.active a:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #009083 6px;
    top: 0px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
.navbar-default .navbar-nav > li.dropdown ul li a:hover:before {
  border:none;
}
.navbar-default .navbar-nav > li.dropdown ul li a:hover:after {
  border:none;
}
.navbar-default .navbar-nav > li ul li a:before {
    border: 0 !important;
    border-radius: 0;
    top: -6px;
    content: " ";
    height: 0;
    left: -1%;
    margin: auto;
    position: absolute;
    width: 100%;
}
.navbar-default .navbar-nav > li ul li a:after {
    border: 0 !important;
    border-radius: 0;
    top: -6px;
    content: " ";
    height: 0;
    left: -1%;
    margin: auto;
    position: absolute;
    width: 100%;
}
.navbar-default .navbar-nav > li.dropdown ul li a {
  padding-top:7px;
  padding-bottom:7px;
  
}
.navbar-default .navbar-nav > li.dropdown ul li a:hover {
  background-color: #009083;
  
}
.navbar-phone {
	float:right;
	padding: 28px 19px;
	font-size: 20px;
	line-height: 18px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	position: relative;
}
.social-icons {
	position:absolute;
	right:-30px;
	top:7px;
}
.social-icons ul {
	display:block;
	padding:0px;
	margin:0px;
}
.social-icons ul li {
	display:block;
	margin-bottom:5px;
	margin-top:5px;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.icon-color1 {
  background-color: #e74c3c;
}
.icon-color2 {
  background-color: #2ecc71;
}
.icon-color3 {
  background-color: #3498db;
}
.icon-color4 {
  background-color: #8e44ad;
}
.icon-color5 {
  background-color: #1abc9c;
}
.icon-color6 {
  background-color: #2c3e50;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
#footer {
  padding-top: 0px;
  padding-bottom:0px;
  color: #999;
}
#footer  .footer-content {
	background-color:#FFFFFF;
	overflow:hidden;
	padding:40px 20px 20px 20px;
	background-image: url(../images/footer-strip.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  text-align:center;
}
#footer  .footer-content p {
	color: #666666;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a {
  color: #009083;
  font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a:hover {
  color: #5e4a98;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.social > li {
  margin: 0 0 20px;
}
ul.social > li > a {
  display: block;
  font-size: 18px;
}
ul.social > li > a i {
  margin-right: 10px;
}
textarea#message {
  padding: 10px 15px;
  height: 220px;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@media (max-width: 768px) {
	/* Mobile menu */
.navbar-default .navbar-toggle {
	margin-top:45px;
}
.navbar-default .navbar-brand {
    margin-left: 20px;
    position: relative;
    left: 0;
}
.navbar-default {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    height: 75px;
    width: 92%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top: 65px;
    border: none;
    padding: 0px;
}

.navbar-default .navbar-collapse ul {
	margin:0px;
	float:none;
	width:100%;
}
.navbar-default .navbar-nav > li {
      float: none; 
}
.navbar-default .navbar-collapse ul li a {
	background-color:#2a1e63;
	padding:10px;
}
.navbar-default .navbar-collapse ul li a:hover {
	background-color:#009083;
}
.navbar-default .navbar-collapse ul li.active > a {
	background-color:#009083;
}
.navbar-default .navbar-collapse ul li a:hover:before {
  border:none;
}
.navbar-default .navbar-collapse ul li a:hover:after {
  border:none;
}
.navbar-default .navbar-collapse ul li.active a:before {
	 border:none;
}
.navbar-default .navbar-collapse ul li.active a:after {
	 border:none;
}
.navbar-default .navbar-collapse ul li ul {
	background-color:#fff;
	border-radius:0px;
}
.navbar-default .navbar-collapse ul li ul li a {
	background-color:#fff;
}
/* End: Mobile menu */

.navbar-phone {
    display:none;
}
.social-icons {
    position: absolute;
    right: 0px;
    top: -30px;
}
.social-icons ul li {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
	margin-right:2px;
	margin-left:2px;
	float:left;
}
#main-slider .caption {
    display:none;
}
.box-inner { 
	margin-bottom:20px;
}
.box {
    padding: 0px 20px;
    position: relative;
}
#page-inner .heading {
    top: auto;
    position: relative;
}
#products .content {
    padding-top: 0px;
}
}
@media (min-width:768px) and (max-width:992px) {
	/* Mobile menu */
.navbar-default .navbar-toggle {
	margin-top:45px;
}
.navbar-default {
    width: 77%;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse.collapse {
    display: none !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top: 65px;
    border: none;
    padding: 0px;
}

.navbar-default .navbar-collapse ul {
	margin:0px;
	float:none;
	width:100%;
	
}
.navbar-default .navbar-nav > li {
      float: none; 
}
.navbar-default .navbar-collapse ul li a {
	background-color:#2a1e63;
	padding:10px;
}
.navbar-default .navbar-collapse ul li a:hover {
	background-color:#009083;
}
.navbar-default .navbar-collapse ul li.active > a {
	background-color:#009083;
}
.navbar-default .navbar-collapse ul li a:hover:before {
  border:none;
}
.navbar-default .navbar-collapse ul li a:hover:after {
  border:none;
}
.navbar-default .navbar-collapse ul li.active a:before {
	 border:none;
}
.navbar-default .navbar-collapse ul li.active a:after {
	 border:none;
}
.navbar-default .navbar-collapse ul li ul {
	background-color:#fff;
	border-radius:0px;
}
.navbar-default .navbar-collapse ul li ul li a {
	background-color:#fff;
}
/* End: Mobile menu */
.navbar-phone {
    display:none;
}
.social-icons {
    position: absolute;
    right: 0px;
    top: -30px;
}
.social-icons ul li {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
	margin-right:2px;
	margin-left:2px;
	float:left;
}
#main-slider .caption {
    display:none;
}
.box-inner { 
	margin-bottom:20px;
}
.box {
    padding: 0px 20px;
    position: relative;
}
}
@media (min-width:992px) and (max-width:1200px) { 
	.navbar-phone {
    float: none;
	position:absolute;
	top:-55px;
	right:-15px;
    padding: 28px 19px;
    font-size: 20px;
    line-height: 18px;
    color: #000;
    font-family: 'Lato', sans-serif;
}
}