/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto',sans-serif,Helvetica,Arial,sans-serif;
    color: #464646;
    background-color: #FFF;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: 'Roboto', sans-serif,Helvetica,Arial,sans-serif;
    font-weight: 400;
}

h2 {
	font-size: 30px;	
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 3px;
  width: 30px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.95);
}

.b-a, .bar2, .bar2:before, .bar2:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 3px;
  width: 30px;
  border-radius: 0px;
  background-color: #464646;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #464646;
    background-color: #464646;
    overflow-y: hidden;
    /*transition: 0.2s;
*/}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #00adef;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 22%;
    font-size: 60px;
}
#menu {
	float:right;	
	font-size:20px;
	cursor:pointer;
	color:#FFF;
	padding-top:3%;
	
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.menu-collapsed {
  transition: all .25s;
  top: 10px;
  right: 9px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
}
.nav-container {
    position: relative;
}
.menu-collapsed ul {
    position: relative;
    right: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    height: 100%;
    padding-top: 300px;
    padding-left: 0;
}

.navbar nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #464646;
}

.bar-wrap {
    right: 20px;
    top: 20px;
    width: 0;
    height: 0px;
    position: absolute;
    cursor: pointer;
    padding: 20px;
    z-index: 100;
}
.bar:before {
  top: -8px;
}
.bar:after {
  top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 50px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: rgba(70, 70, 70, 0.85);
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  top: 100px;
  left: 0;
  z-index: 2;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 2em;
  padding: 5px;
  color: #fff;
}
.menu-expanded a:hover {
  color: #00adef;
}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}

#servicenav ul
{
list-style-type: none;
}

#servicenav li {
	float: left;
	padding-left:20px;
	padding-top:40px;
	padding-bottom: 20px;
	color:#000;
}

#servicenav a {
	color:#000;
	
}
#servicenav a:hover {
	color:#00adef;
	
}

/* carousel */
#quote-carousel {
  padding: 0 0px 30px 0px;
  margin-top: 30px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #00adef;
  height:10px;
  width:10px;
  margin-bottom:1px;
}

.test {
	height:777px;
	padding-top:220px;
		
}

.footer a:hover {
	color:#00adef !important;
}

.learnmore {
	margin-bottom: 0px;
	margin-left:-20px;
}

@media(min-width:768px) {
    p {
        margin: 0 0 55px;
        font-size: 15px;
        line-height: 1.8;
		font-weight:300;
    }

.footer {
        margin: 0 0 35px;
        font-size: 15px;
        line-height: 1.6;
		font-weight:300;
    }
}

a {
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: 'Roboto',sans-serif,Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    z-index: 100;
    position: relative;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

#homepage-img{
	width:100%;
}
#homepage-img-header{
	width:100%;
}

@media(min-width:768px) {
    .navbar-custom {
        padding-top: 10px;
		padding-bottom:20px;
		padding-left:0;
		padding-right:0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

}
.navbar-custom.top-nav-collapse {
    padding: 0;
    background: #464646;
    min-height: 85px;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.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: 40px;
		line-height:1.2;
		font-weight:400;
		margin-top:-10%;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 370px;
    padding: 7px 16px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,0);
}

@-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);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
}

.left,.right{
	height:900px;	
}

.img-left{
	padding-top: 17%;
	padding-bottom:10%;	
}

.img-right{
	padding-top: 17%;
	padding-bottom:10%;	
	float:right;
}

.text-left2{
	padding-top:50%;	
}

.text-left-top{
	padding-top:40%;	
}

.text-right{
	padding-top:50%;	
	text-align:left;
}

.sticky {
  position: fixed;
  width: 120%;
  left: -191px;
  top: 0;
  z-index: 100;
  border-top: 0;
  background-color:#FFFFFF;
}

@media(min-width:767px) {
    .content-section {
    padding-top: 250px;
    padding-bottom: 250px;
    }
	
#credentials.content-section {
    padding-top: 150px;
    padding-bottom: 150px;
	padding-right: 6%;
    padding-left: 6%;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
    }
}

.btn {
    border-radius: 0;
    font-family:'Roboto',sans-serif,Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #00adef;
    color: #00adef;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #00adef;
    outline: 0;
    color: #000;
    background-color: #00adef;
}

.btn-black {
    border: 1px solid #000000;
    color: #000000;
    background-color: transparent;
}

.btn-black:hover,
.btn-black:focus {
    border: 1px solid #00adef;
    outline: 0;
    color: #FFF;
    background-color: #00adef;
}


ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
    .menu-collapsed ul {
        padding-top: 100px;
    }
    .navbar-custom a {
        font-size: 25px;
    }
    .navbar-custom {
        padding: 0;
        background: #464646;
        min-height: 85px;
    }
}

@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: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

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

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

@media(min-device-width:340px) and (max-device-width:425px){
.row {
	    max-width: 390px !important;
    overflow-x: hidden;		
}

.row right {
	margin-right:0 !important;	
}
img{
	width:40%;	
}
	
#menu {
    float: right !important; 
    font-size: 12px !important;
    cursor: pointer;
    color: #FFF;
    padding-top: 3%!important;
}

.navbar-custom {
    padding: 0;
    background: transparent;
    min-height: 70px;
	border-bottom:none;
	
}
.intro .intro-body .intro-text {
    font-size: 23px;
    padding-left: 10%;
    padding-right: 10%;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: -2px;
    padding: 31px 35px;
    font-size: 15px;
    color: #fff;
    background: 0 0;
}
p {
    /*margin: 0 5px 25px;*/
    font-size: 12px;
    line-height: 1.5;
}
h2 {
    font-size: 18px;
	margin-top:25px;
	margin-bottom:25px;
}
.content-section {
    padding-top: 24px;
}
.test {
    height: 500px;
    padding-top: 100px;
	padding-bottom: 463px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
	left:25%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.small, small {
    font-size: 60%;
}
.item p {
	margin-left:25px;	
}

#portfolio {
	max-width: 100%;
    overflow: hidden;
}

#about {
	padding-top:25% !important;
	padding-bottom:100% !important;	
	height: 60%;
    padding-left: 10%;
    padding-right: 10%;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 25%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -7%;
    text-align: center;
    list-style: none;
}
#contact2{
	padding-bottom:60px;	
}

#test,#test2,#test3{
	width:94%;
}

#homepage-img-header {
    height: 619px;
    width: 220%; 
    padding-top: 25px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 200% !important;
    max-height: 800px;
}

.overlay .closebtn {
    position: absolute;
    top: -20px;
    right: 30px;
    font-size: 60px;
}

#servicenav {
	display:none;	
}

.text-left-top {
    padding-top: 0%;
}
#leftside{
	width:100%;	
}
.img-right {
    padding-top: 7%;
    padding-bottom: 0%;
    padding-left: 10%;
    float: left;
    width: 97%;
}

  .img-left {
	padding-top: 7%;
    padding-bottom: 0%;
    padding-left: 10%;
    float: left;
    width: 90%;
}
.left, .right {
    height: 510px;
}
.text-left2 {
    padding-top: 0%;
}
#c1,#c2,#c3,#c4,#c5,#c6,#c7,#c8{
	padding-left:30px;	
	padding-right:30px;
}
.text-right {
    padding-top: 85%;
    text-align: left;
}

#c1{
	height:200px;	
}
#c2{
	height:240px;	
}
#c3{
	height: 200px;
    padding-top: 43px;	
}
#c5{
	height: 200px;
    padding-top: 43px;
	}
#c7{
	height:200px;	
}

#c5img, #c7img {
	width:90%;	
}

.intro {
    display: table;
    width: 100%;
    height: 164%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
	background: url(../img/intro-bg-mobi.jpg) no-repeat bottom center scroll
}

.intro .intro-body {
    display: table-cell;
    vertical-align: top;
    padding-top: 25%;
}
#about {
	margin-bottom:100px;	
	margin-top:100px;
}
#menu{
	color:transparent !important;	
}

.content-section  {
    padding-top: 20%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20%;
}

#logo {
	width:80%;
}

.col-md-offset-1 {
    margin-left: 1.333333% !important;
    margin-right: 0%;
}

#c1img{
	padding-top:30% !important;	
}

#c2img{
	padding-top:5% !important;	
}

#c3img{
	padding-top:15% !important;	
}

#c4img{
	padding-top:5% !important;	
}
#c5img{
	padding-top:15% !important;	
}
#c6img{
	padding-top:5% !important;	
}
#c7img{
	padding-top:5% !important;	
}
#c8img{
	padding-top:5% !important;	
}
.left, .right {
    height: 650px;
    max-width: 104%;
}
}

@media(min-device-width:1023px) and (max-device-width:1024px)  {
.navbar-custom {
    padding: 0;
    background: transparent;
    min-height: 70px;
	border-bottom:none;
	
}
#homepage-img {
    width: 106% !important;
}
.row.text {
    margin-right: 33px;
    margin-left: 23px;
}
	
.row {
    max-width: 1024px !important;
    overflow-x: hidden;
}

#homepage-img-header {
    height: 619px;
	padding-top:25px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    max-height: 800px;
}

#servicenav {
	display:none;	
}
.overlay .closebtn {
    position: absolute;
    top: -14px;
    right: 7%;
    font-size: 60px;
}

.text-left-top {
    padding-top: 10%;
}

.left, .right {
    height: 650px;
}
.col-md-offset-1 {
    margin-left: 4.333333%;
    margin-right: 3%;
    }
.row {
	max-width: 1024px;
} 
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)

{
	

.navbar-custom {
    padding: 0;
    background: transparent;
    min-height: 70px;
	border-bottom:none;
	
}
#homepage-img {
    width: 106% !important;
}
.row.text {
    margin-right: 33px;
    margin-left: 10px;
}
	
.row {
    max-width: 1024px !important;
    overflow-x: hidden;
}

#homepage-img-header {
    height: 619px;
	padding-top:25px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    max-height: 800px;
}

#servicenav {
	display:none;	
}
.overlay .closebtn {
    position: absolute;
    top: -14px;
    right: 7%;
    font-size: 60px;
}

.text-left-top {
    padding-top: 15%;
}
.text-right-top {
    padding-top: 15%;
}

.row {
	max-width: 1024px !important;
}	
.text-right{
		
		padding-top:15% !important;
	}
.left, .right {
    height: 600px !important;
}
}
@media (min-device-width:768px) and (max-device-width:768px){
.row {
	max-width: 768px;
    overflow-x: hidden;	
}
.intro-text{
	margin-top:0 !important;
	width: 90%;
    padding-left: 5%;	
}
	
.img-right {
    padding-top: 25%;
    padding-bottom: 10%;
    padding-right: 6%;
    float: right;
}
.img-left {
    padding-top: 0%;
    padding-bottom: 10%;
    padding-left: 6%;
}
.col-md-offset-1 {
    margin-left: 6.333333%;
    margin-right: 3%;
}
#c1{
	height:200px;	
}
#c2{
	height:240px;	
}
#c3{
	height: 200px;
    padding-top: 43px;	
}
#c5{
	height: 200px;
    padding-top: 43px;
	}
#c7{
	height:200px;	
}
#servicenav {
	display:none;	
}
.content-section {
    padding-top: 25%;
    padding-bottom: 25%;
	padding-right: 10%;
    padding-left: 10%;
}
.text-right {
    padding-top: 0%;
    text-align: left;
}
.left, .right {
    height: 940px;
}
.text-left2 {
    padding-top: 5%;
}
.text-left-top {
    padding-top: 14%;
}
#c2img{
	padding-top:5% !important;	
}
#c3img{
	padding-top:5% !important;	
}

#c4img{
	padding-top:5% !important;	
}
#c5img{
	padding-top:5% !important;	
}
#c6img{
	padding-top:5% !important;	
}
#c7img{
	padding-top:5% !important;	
}
#c8img{
	padding-top:5% !important;	
}

.navbar-brand>img {
    display: block;
    padding-left: 30px;
}
#menu {
    float: right;
    font-size: 20px;
    cursor: pointer;
    color: #FFF;
    padding-top: 3%;
    padding-right: 20px;
}
#homepage-img pipes {
	 width: 100%;
    height: 400px;	
}
#map {
	height: 87%;	
}
.navbar-custom {
        padding: 0;
        background: transparent; 
        min-height: 85px;
    }
.carousel-inner {
    position: static;
    width: 70%;
    overflow: initial;
    margin-left: 15%;
}

#homepage-img-header {
    height: 500px;
    padding-top: 25px;
}
}

@media(min-device-width:414px)and (max-device-width:600px){
.row {
	    max-width: 440px !important;
    overflow-x: hidden;		
}

.row right {
	margin-right:0 !important;	
}
img{
	width:40%;	
}
	
#menu {
    float: right !important; 
    font-size: 12px !important;
    cursor: pointer;
    color: #FFF;
    padding-top: 3%!important;
}

.navbar-custom {
    padding: 0;
    background: transparent;
    min-height: 70px;
	border-bottom:none;
	
}
.intro .intro-body .intro-text {
    font-size: 23px;
    padding-left: 10%;
    padding-right: 10%;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: -2px;
    padding: 31px 35px;
    font-size: 15px;
    color: #fff;
    background: 0 0;
}
p {
    /*margin: 0 5px 25px;*/
    font-size: 12px;
    line-height: 1.5;
}
h2 {
    font-size: 18px;
	margin-top:25px;
	margin-bottom:25px;
}
.content-section {
    padding-top: 24px;
}
.test {
    height: 500px;
    padding-top: 100px;
	padding-bottom: 463px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
	left:25%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.small, small {
    font-size: 60%;
}
.item p {
	margin-left:25px;	
}

#portfolio {
	max-width: 100%;
    overflow: hidden;
}

#about {
	padding-top:25% !important;
	padding-bottom:100% !important;	
	height: 60%;
    padding-left: 10%;
    padding-right: 10%;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 25%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -7%;
    text-align: center;
    list-style: none;
}
#contact2{
	padding-bottom:60px;	
}

#test,#test2,#test3{
	width:94%;
}

#homepage-img-header {
    height: 619px;
    width: 220%; 
    padding-top: 25px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 200% !important;
    max-height: 800px;
}

.overlay .closebtn {
    position: absolute;
    top: -20px;
    right: 30px;
    font-size: 60px;
}

#servicenav {
	display:none;	
}

.text-left-top {
    padding-top: 0%;
}
#leftside{
	width:100%;	
}
.img-right {
    padding-top: 7%;
    padding-bottom: 0%;
    padding-left: 10%;
    float: left;
    width: 97%;
}

  .img-left {
	padding-top: 7%;
    padding-bottom: 0%;
    padding-left: 10%;
    float: left;
    width: 90%;
}
.left, .right {
    height: 510px;
}
.text-left2 {
    padding-top: 0%;
}
#c1,#c2,#c3,#c4,#c5,#c6,#c7,#c8{
	padding-left:30px;	
	padding-right:30px;
}
.text-right {
    padding-top: 85%;
    text-align: left;
}

#c1{
	height:200px;	
}
#c2{
	height:240px;	
}
#c3{
	height: 200px;
    padding-top: 43px;	
}
#c5{
	height: 200px;
    padding-top: 43px;
	}
#c7{
	height:200px;	
}

#c5img, #c7img {
	width:90%;	
}

.intro {
    display: table;
    width: 100%;
    height: 124%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
	background: url(../img/intro-bg-mobi.jpg) bottom center scroll;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: top;
    padding-top: 25%;
}
#about {
	margin-bottom:100px;	
	margin-top:100px;
}
#menu{
	color:transparent !important;	
}

.content-section  {
    padding-top: 20%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20%;
}

#logo {
	width:80%;
}

.col-md-offset-1 {
    margin-left: 1.333333% !important;
    margin-right: 0%;
}

#c1img{
	padding-top:30% !important;	
}

#c2img{
	padding-top:5% !important;	
}

#c3img{
	padding-top:15% !important;	
}

#c4img{
	padding-top:5% !important;	
}
#c5img{
	padding-top:15% !important;	
}
#c6img{
	padding-top:5% !important;	
}
#c7img{
	padding-top:5% !important;	
}
#c8img{
	padding-top:5% !important;	
}
.left, .right {
    height: 650px;
    max-width: 104%;
}
}


