/* Global */
@import url(http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900,1000);
* {
	font-family: Abel,Lato, sans-serif;
}

body {
	padding-top: 100px;
}

a:hover {
	text-decoration: none;
}
.justify-content-center {justify-content: center;}
@media (min-width: 768px) {
	.d-md-flex {display: flex;}
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1;} } 

.fade-in { 
    opacity:0;
    /* Number of times to repeat */
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    /* End frame key */
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    /* Duration of animation */
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

/* Delay before animation starts */
.fade-in.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

br.mobile-break {
	display: none;
}
.mobile-display {
    display: none !important;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.img-responsive {
	width: 100%;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

b {
	font-weight: bolder;
}

/* Header */

.navbar {
	margin-bottom: 0;
	height: 100px;
	border-bottom: none;
}

.navbar-default {
	background-color: #fff;
}

.navbar-collapse {
	margin-top: 25px;
	border-top: none;
}

.navbar-default .navbar-nav > li > a {
    color: #666666;
    cursor: pointer;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-weight: 700;
    font-style: normal;
}

.navbar-default .navbar-nav > li{
	font-size: 14px;
    font-family: 'Wire One', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ff0033;
}

.navbar-default .navbar-nav > li > a.active {
    color: #ff0033;
}

.banner-text h1 {
    color: #fff;
    font-size: 50pt;
    position: absolute;
    padding: 5%;
    padding-left: 10%;
    font-weight: bolder;
}
/***********************************************************************************************************/

/* About */

.about-row1{
	background-image: url(../images/about/1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
}
.about-row1 .container {
	color: #fff;
	padding: 5%;
	padding-bottom: 100px;
}
.about-row1 h1 {
	font-weight: bold;
	font-size: 40pt;
}

.about-row2 .whoweare {
	padding: 0 30px;
}
.about-row2 .whoweare h1 {
	color: #333;
	font-size: 20pt;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
}
.about-row2 .whoweare p {
	text-align: justify;
	line-height: 180%;
	font-size: 12pt;
}

.about-row2 .vision-mission .col-md-4, .about-row2 .vision-mission .col-md-7 {
    background-color:rgba(234,232,232,1);
    padding: 40px;
    margin-left: 15px;
    margin-right: 15px;
}
.about-row2 .vision-mission h1 {
	font-size: 20pt;
}
.about-row2 .vision-mission p{
	font-size: 12pt;
    text-align: justify;
	line-height: 180%;
}


.about-row3 {
	background-color: #cccccc;
	padding: 5px 0;
	width: 100%;
	position: relative;
}
.about-row3 .col-md-3 {
	padding-right: 0;
}
.about-row3 h1 {
	text-align: left;
	font-size: 16pt;
	line-height: 150%;
	padding-top: 5px;
}
.about-row3 button {
	background-color: #333333;
	color: #ffffff;
	width: 100%;
	padding: 20px 0;
	margin: 28px 0;
	margin-bottom: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	border-radius: 0;
}
.about-row3 button:hover {
	background-color: #cc3333;
	color: #fff;
}

.about-row4 h1 {
	font-size: 20pt;
}
.about-row4 p {
	margin-top: 15px;
}
.about-row4 .col-md-6 {
	padding-right: 0;
}
.about-row4 ul {
	padding-left: 15px;
}
.about-row4 li {
	font-size: 11pt;
	font-weight: normal;
}
/***********************************************************************************************************/

/* Services */
.space {
    position: absolute;
    top: 11px;
}
.space2 {
    position: absolute;
    top: -100px;
}
.space3 {
    position: absolute;
    top: -100px;
}
.services-row1{
	background-image: url(../images/services/1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
}
.services-row1 .container {
	color: #fff;
	padding: 5%;
	padding-bottom: 100px;
}
.services-row1 h1 {
	font-weight: bold;
	font-size: 40pt;
}


.services-row2 a img {
    border: 1px solid rgba(0,0,0,0.1);
}
.services-row2 .col-md-3 img {
	padding-top: 0;
}
.services-row2 .services {
	padding-top: 20px;
	padding-right: 100px;
}
.services-row2 .services h1 {
	color: #333;
	font-size: 20pt;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 120%;
}
.services-row2 .services p {
	line-height: 22px;
	font-size: 12pt;
    text-align: justify;
	line-height: 180%;
}
.services-row2 .certificate {
	text-align: center;
}
.services-row2 .certificate .carousel-inner > .item.active img{
	margin: 0 auto;
}
.services-row2 .certificate .carousel-inner > .item img{
	margin: 0 auto;
}
.services-row2 .certificate .carousel-control {
	opacity: 1;
}
.services-row2 .certificate .carousel-control.right, .carousel-control.left {
	background-image: none;
}
.services-row2 .certificate .carousel-control .fa-angle-left,
.services-row2 .certificate .carousel-control .fa-angle-right {
	position: absolute;
	top: 40%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.services-row2 .certificate .carousel-control .fa-angle-left {
  	left: 0;
  	margin-left: -30px;
	background-color: #666666;
}
.services-row2 .certificate .carousel-control .fa-angle-right {
  	right: 0;
  	margin-right: -30px;
	background-color: #666666;
}
.services-row2 .certificate h1 {
	font-size: 20pt;
}
.services-row2 .certificate p{
	font-size: 12pt;
	font-weight: normal;
	line-height: 180%;
}


.services-row3 {
	background-color: #666666;
	text-align: center;
	color: #ffffff;
}

.services-row3 .nav-tabs .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}
.services-row3 h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 20px 0;
}
.services-row3 .nav-tabs h4 {
	color: #fff;
	font-weight: 700;
	line-height: 150%;
}
.services-row3 .nav-tabs li.active h4 {
	color: #666666;
}
.services-row3 .nav-tabs li:hover h4 {
	color: #666666;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.services-row3 .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.services-row4 {
	padding: 0;
	font-size: 10pt;
}
.services-row4 .col-md-4 {
	padding-left: 0;
}
.services-row4 .col-md-77{
	padding-top: 100px;
	padding-bottom: 20px;
}
.services-row4 ul{
	padding-left: 20px;
}
.services-row4 ul li{

	font-size: 12pt;

}
.services-row4 h1 {
	font-size: 20pt;
}
.services-row4 p {
	font-size: 12pt;
    text-align: justify;
	line-height: 180%;
}
.services-row4 .services-project {
	background-image: url(../images/services/project-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
}
.services-row4 .services-project h1 {
	text-align: center;
	color: #fff;
	padding: 80px 15px;
	font-size: 15pt;
	font-weight: normal;
	line-height: 180%;
}
#mobile-padding {
	padding-left: 0;
}

.switchyard ul {
	padding-left: 35px;
}

.services-row4 .switchyard-bg {
	background-image: url(../images/services/switchyard-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
	color: #fff;
}
.services-row4 .switchyard-bg h1 {
	text-align: center;
	padding: 15px 0;
}
.services-row4 .switchyard-content{
	padding-bottom: 50px;
}
.services-row4 .switchyard-content .col-md-4 ul{
	padding-left: 100px;
}

.services-row4 .schematics {
	background-image: url(../images/services/schematics-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
	color: #fff;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.services-row4 .schematics h1 {
	padding: 15px 0;
	padding-bottom: 0;
}
.services-row4 .schematics p {
    text-align: center;
}
.services-row4 .schematics .col-md-6:nth-child(1){
	text-align: right;
}
.services-row4 .schematics .col-md-6:nth-child(2){
	text-align: left;
}
.services-row4 .schematics .col-md-6:nth-child(1) img{
	padding-left: 20px;
}
.services-row4 .schematics .col-md-6:nth-child(2) img{
	padding-right: 20px;
}
.schematics .col-md-3:nth-child(1), .schematics .col-md-3:nth-child(2), .schematics .col-md-3:nth-child(3){
    border-right: 1px solid #fff;
}
/********************************************************************************************************/

/* Facilities */

.facilities .col-md-4:nth-child(2){
    padding-left: 80px;
    padding-right: 80px;
}
.facilities h1 {
    margin-top: 0;
    color: #333;
}
.facilities p {
    font-size: 12pt;
    color: #333;
    text-align: justify;
    line-height: 180%;
}

ul.faci li{
    position: relative;
	list-style-type: none;
	line-height: 150%;
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
	text-align: left;
}
ul.faci li:before {
    content: "";
    position: absolute;
    left: -40px;
    width: 24px;
    height: 23px;
    background-image: url(../images/facilities/bullet.png);
}
/********************************************************************************************************/
/* Portfolio */

.portfolio-row1{
	background-image: url(../images/portfolio/1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
}
.portfolio-row1 .container {
	color: #fff;
	padding: 5%;
	padding-bottom: 100px;
}
.portfolio-row1 h1 {
	font-weight: bold;
	font-size: 40pt;
}

.portfolio-row2 .col-md-3:nth-child(2) {
	text-align: center;
}
.portfolio-row2 .col-md-3:nth-child(3){
	text-align: center;
}
.portfolio-row2 span {
	font-size: 12pt;
	color: #ff0000;
}
.portfolio-row2 span.portfolio-h1 {
	font-weight: bold;
}
.portfolio-row2 .nav-tabs{
	border-bottom: none;
	max-width: 766px;
	margin: auto;
}
.portfolio-row2 .nav-tabs li a{
	border: 1px solid #ff0000;
    border-radius: 0;
}
.portfolio-row2 .nav-tabs li.active a{
	border: 1px solid #ff0000;
    border-radius: 0;
}
.portfolio-row2 .nav-tabs li:hover a{
    border-radius: 0;
	background-color: #ff0000;
}
.portfolio-row2 .nav-tabs li.active a{
	background-color: #ff0000;
}
.portfolio-row2 .nav-tabs li.active span.portfolio-h1 {
	color: #fff;
	font-weight: bold;
}
.portfolio-row2 .nav-tabs li.active span.portfolio-h2 {
	color: #fff;
}
.portfolio-row2 .nav-tabs li:hover span.portfolio-h1 {
	color: #fff;
	font-weight: bold;
}
.portfolio-row2 .nav-tabs li:hover span.portfolio-h2 {
	color: #fff;
}

.portfolio-row3 .row {
    border: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 10px;
}
.portfolio-row3 .col-md-6 {
    padding: 10px 50px; 
    border-right: 3px solid transparent;
    -webkit-border-image: url(border.png) 30 round; /* Safari 3.1-5 */
    -o-border-image: url(border.png) 30 round; /* Opera 11-12.1 */
    border-image: url(../images/portfolio/border.png) 30 round;
}
.portfolio-row3 .carousel-control {
	opacity: 1;
}
.portfolio-row3 .carousel-control.right, .carousel-control.left {
	background-image: none;
}
.portfolio-row3 .carousel-control .fa-angle-left,
.portfolio-row3 .carousel-control .fa-angle-right {
	position: absolute;
    top: 100%;
	margin-top: -35px;
	z-index: 5;
	display: inline-block;
	width: 35px;
	height: 35px;
}
.portfolio-row3 .carousel-control .fa-angle-left {
  	left: 0;
  	margin-left: 0px;
	background-color: rgba(36,18,9,0.8);
}
.portfolio-row3 .carousel-control .fa-angle-right {
  	left: 0;
  	margin-left: 40px;
	background-color: rgba(36,18,9,0.8);   
}
.portfolio-row3 h1 {
    font-size: 15pt;
    color: #333333;
    width: 330px;
    padding-bottom: 10px;
}
.portfolio-row3 .viewmore {
	text-align: center;
    color: #333333;
	display: block;
	margin: 0 auto;
}

/* View more */
.read-more-state {
  display: none;
}

.read-more-target {
	position: absolute;
	opacity: 0;
	overflow-x: hidden;
	margin-bottom: 40px;
	visibility: hidden;
	top: 0;
}
.read-more-target .row {
	border: 1px solid rgba(0,0,0,0.3);
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
 position: relative;
  opacity: 1;
  overflow-x: visible;
  visibility: visible;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'View more';
	color: #ff0000;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Back to Top';
	color: #ff0000;
}

.read-more-trigger {
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0 .5em;
  color: #333333;
  font-size: 14px;
  line-height: 2;
  border: none;
}
/******************************************************************************************************/

/* Career */

.career-row1{
	background-image: url(../images/career/bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
}
.career-row1 .container {
	color: #fff;
	padding: 5%;
	padding-bottom: 100px;
}
.career-row1 h1 {
	font-weight: bold;
	font-size: 40pt;
}


.career-row2 .col-md-12 h1 {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20pt;
}
.career-row2 .row .col-md-3:nth-child(1){
    padding-right: 0;
    padding-left: 0;
}
.career-row2 .row .col-md-3:nth-child(1) img{
    margin: 0 auto;
    display: block;
}
.career-row2 .row .col-md-3:nth-child(1) img.shakehandgirl{
    padding-top: 220px;
}
.career-row2 .interested{
    background-color: #eeeeee;
    text-align: center;
    padding: 20px;
}

.career-row2 .row .col-md-3-2nd{
    padding-left: 50px;
    padding-right: 50px;
}
.career-row2 .col-md-3-2nd h1 {
    padding-top: 0;
    margin-top: 0;
    font-size: 20pt;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    padding-left: 0;
}
.career-row2 .nav-tabs li a{
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
.career-row2 .nav-tabs li a p{
    margin-bottom: 0;
}
.career-row2 .nav-tabs > li.active > a, .career-row2 .nav-tabs > li.active > a:hover, .career-row2 .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    color: #333;
	font-weight: bold;
}
.career-row2 .nav-tabs > li > a{
    border: none;
    color: #999999;
    background-color: transparent;
    border-bottom: 2px solid rgba(0,0,0,0.2);
}
.career-row2 .nav-tabs > li > a:hover, .career-row2 .nav-tabs > li > a:focus {
    color: #333333;
}

.career-row2 .col-md-6 {
    padding-left: 50px;
    border-left: 2px solid rgba(0,0,0,0.2);
}
.career-row2 .col-md-6 h1 {
    padding: 0 60px 15px 0;
    margin-top: 0;
    font-size: 20pt;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    display: inline-block;
}
.career-row2 .col-md-6 .tab-content ul{
    padding-left: 15px;
}
.career-row2 .col-md-6 .tab-content ul li{
    color: #333333;
	line-height: 180%;
    font-size: 12pt;
    padding: 1px 0;
}
/************************************************************************************************************/

/* Contact Us */

.contact-row1{
	background-image: url(../images/contact/bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: auto;
}
.contact-row1 .container {
	color: #fff;
	padding: 5%;
	padding-bottom: 100px;
}
.contact-row1 h1 {
	font-weight: bold;
	font-size: 40pt;
}

.contact-row2 ul li {
    position: relative;
	list-style-type: none;
	line-height: 150%;
    font-size: 12pt;
    padding-left: 60px;
}
.contact-row2 ul li.address:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    width: 28px;
    height: 36px;
    background-image: url(../images/contact/address.png);
}
.contact-row2 ul li.mobile:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -40px;
    width: 33px;
    height: 33px;
    background-image: url(../images/contact/mobile.png);
}
.contact-row2 ul li.phone:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -40px;
    width: 38px;
    height: 39px;
    background-image: url(../images/contact/phone.png);
}
.contact-row2 ul li.email:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -40px;
    width: 38px;
    height: 25px;
    background-image: url(../images/contact/email.png);
}
.contact-row2 ul li.line:before {
    content: "";
    position: absolute;
    left: -40px;
    width: 150px;
    height: 20px;
    border-bottom: 3px solid rgba(0,0,0,0.2);
}
.contact-row2 ul li.line p {
    visibility: hidden;
}

.contact-row2 .col-md-8 {
    padding-left: 50px;
}

.contact-row2 .col-md-6 input {
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #333;
    height: 56px;
}
.contact-row2 .col-md-6 textarea.form-control {
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #333;
}
.contact-row2 .col-md-6 button.btn {
    border-radius: 0;
    width: 100%;
    padding: 16px 15px;
    background-color: #333;
    color: #ffffff;
}
.contact-row2 .col-md-6 button.btn:hover {
    background-color: #e13430;
}

/***********************************************************************************************************/

/* Footer */

footer {
	background-color: #000066;
	color: #999999;
	font-size: 8pt;
	padding: 15px 0;
}

footer p {
	margin-bottom: 0;
}

footer a {
	color: #999999;
}

footer .col-md-6:nth-child(1) {
	text-align: left;
}

footer .col-md-6:nth-child(2) {
	text-align: right;
}
/************************************************************************************************************/
/* Media */
@media only screen and (max-width: 1000px) { 
    .banner-text h1 {
        font-size: 40pt;
    }
    .schematics .col-md-3:nth-child(1), .schematics .col-md-3:nth-child(2), .schematics .col-md-3:nth-child(3){
        border-right: none;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .row-eq-height {
        display: inline;
    }
    
	br.mobile-break {
        display: inline;
    }
	br.pc-display {
		display: none;
	}
    
    .facilities .col-md-4:nth-child(2){
        padding-left: 15px;
        padding-right: 15px;
    }
	
	.services-row4 .col-md-77{
		padding-top: 20px;
	}
	
	.career-row2 .row .col-md-3:nth-child(1) img.shakehandgirl{
    	padding-top: 0;
	}
	
	.navbar-fixed-top .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.about-row1 .container {
		padding-bottom: 20px;
		text-align: center;
	}
	
	.about-row2 {
		text-align: center;
	}
	.about-row2 .row {
		height: auto;
		display: block;
	}
	
	.about-row2 .vision-mission {
		padding-bottom: 40px;
	}
	
	.about-row3 h1{
		text-align: center;
	}
	.about-row3 .col-md-3 {
		padding-right: 15px;
	}
	
	.about-row4 {
		text-align: center;
	}
	.about-row4 ul{
		text-align: left;
	}
	
	.services-row2 {
		text-align: center;
	}
	.services-row2 .services {
		padding-right: 15px;
		padding-top: 0;
	}
	.services-row2 .certificate .carousel-control .fa-angle-right, .services-row2 .certificate .carousel-control .fa-angle-left {
		margin-left: 0;
		margin-right: 0;
	}
	
	.services-row4 {
		text-align: left;
	}
	#mobile-padding {
		padding-left: 15px;
	}
	.services-row4 .col-md-4 {
		padding-left: 15px;
	}
    
    .portfolio-row3 .row {
        border: none;
    }
    
    .portfolio-row3 .col-md-6 {
        padding: 0; 
        border-right: none;
    }
    
    .portfolio-row3 h1, .portfolio-row3 p {
        text-align: center;
        width: auto;
    }
    
    .portfolio-row3 a.viewmore {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    
    .career-row2 .col-md-3-2nd h1 {
        font-size: 15pt;
        padding-bottom: 15px;
        border-bottom: 3px solid rgba(0,0,0,0.2);
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        width: 100%;
    }
    .career-row2 .nav-tabs{
        text-align: center;
    }
    .career-row2 .col-md-6{
        padding-right: 15px;
        padding-left: 15px;
        border: none;
    }
    .career-row2 .col-md-6 h1 {
        display: block;
        text-align: center;
        padding-right: 0;
        padding-top: 30px;
    }
    
    .contact-row2 .col-md-8 {
        padding-left: 15px;
    }
	
	footer *{
		text-align: center;
	}
}
@media only screen and (max-width: 991px) { 
    .mobile-display {
        display: block !important;
    }
    .pc-pc-display {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) { 
    .banner-text h1 {
        font-size: 30pt;
        padding: 0;
        padding-top: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
	br.mobile-break {
        display: inline;
    }
	br.pc-display {
		display: none;
	}
    
	.navbar-collapse {
		margin-top: 50px;
		text-align: center;
		position: relative;
		background-color: #fff;
	}

	.portfolio-row2 .nav-tabs li {
		width: 100%;	
	}
}