@charset "utf-8";
/* CSS Document */

/*-------------- Start vertical-banner ------------*/

#theme-options-banner {
  display: inline-block;
  position: fixed;
  top: 95px;
  left: -201px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  -webkit-transform: translateZ(0);
}
#theme-options-banner:hover {
  left: 0px;
}

#icon-options-banner {
	display: inline-block;
	position: absolute;
	right: -44px;
	top: 19px;
}
#icon-options-banner i {
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
  
}
#body-options-banner {
  display: inline-block;
  width: 201px;
  background-color: #;
  padding:0px;
  position: relative;
  z-index: 100;

}

/*-------------- End vertical-banner ------------*/




#theme-options {
  display: inline-block;
  position: fixed;
  top: -27px;
  right: -220px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  -webkit-transform: translateZ(0);
}

#body-options{
  top: 42px;
	
}

#theme-options-2 {
  display: inline-block;
  position: fixed;
  top: 468px;
  right: -220px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  -webkit-transform: translateZ(0);
}



#theme-options:hover {
  right: 0;
}


#theme-options-2:hover {
  right: 0;
}

#icon-options {
	display: inline-block;
	position: absolute;
	left: -45px;
	top: 0px;
}

#icon-options-2 {
	display: inline-block;
	position: absolute;
	left: -45px;
	top: 0px;
}





#icon-options i {
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
  
}

#body-options {
  display: inline-block;
  width: 220px;
  background-color: #;
  padding:0px;
  position: relative;
  z-index: 100;
  /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);*/
  /*background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);*/
}

#body-options-2 {
  display: inline-block;
  width: 220px;
  background-color: #;
  padding:0px;
  position: relative;
  z-index: 100;
  /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);*/
  /*background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);*/
}

/* Left Banner */

#theme-options-left {
  display: inline-block;
  position: fixed;
  top: 10px;
  left: -210px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  -webkit-transform: translateZ(0);
}

#theme-options-left:hover {
  left: 0;
}

#icon-options-left {
	display: inline-block;
	position: absolute;
	right: -50px;
	top: 44px;
}


#theme-options-left-2 {
  display: inline-block;
  position: fixed;
  top: 330px;
  left: -210px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  -webkit-transform: translateZ(0);
}

#theme-options-left-2:hover {
  left: 0;
}

#icon-options-left-2 {
	display: inline-block;
	position: absolute;
	right: -50px;
	top: 0px;
}


/* END Left Banner */


#theme-option {
  display: inline-block;
  position: fixed;
  top: 95px;
  left: -202px;
  z-index: 1000;
  -webkit-transition: all .25s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  -webkit-transform: translateZ(0);
}
#theme-option:hover {
  left: 0;
}

#icon-option {
	display: inline-block;
	position: absolute;
	right: -45px;
	top: 100px;
}
#myOrderForm{padding-bottom: 20px;
}
#icon-option i {
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -moz-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
  
}
#body-option {
  display: inline-block;
  width: 201px;
  background-color: #;
  padding:0px;
  position: relative;
  z-index: 100;
 
}
#theme-option .top{
	margin-left:0;
}
/*calculator css start*/

.cal{
 position:;
 right:;
}
#calculator{
 width:205px;
 margin:auto;
 height:330px;
 background-image:url(https://www.epdmcoatings.com/mobile/images/calculator1-new-coverage2.png);
 display:block;
}

.top input[type=text]{
 width:85px;
 margin-top:3px;
}
.top label{
 font-size:12px;
 margin-top:10px;
 display:inline-block;
}

.top{
	text-align:center;
	margin-left:-18px;
}
.top11{
	padding:20px;
	padding-bottom:0px;
}

labl{
	margin-bottom:0; font-size:14px; 
}

#unit3{
	font-size:12px;  margin-top:-12px;  display:block;
}

#unit2{
	font-size:12px; display:block;
}


.output input[type=text]{
 width:96px;
 border:0;
 background:-moz-linear-gradient( left , #cdcdcd 5%, #f9f9f9 );
 margin-top:10px;
 font-weight:bold;
}

.button, .output, .clear{
 text-align:center;
}

.button input[type=button]{
 background: -moz-linear-gradient( top , #53aad7, #064b74);
 background: -ms-linear-gradient( top , #53aad7, #064b74);
 background: -o-linear-gradient( top , #53aad7, #064b74);
 background: -webkit-linear-gradient( top , #53aad7, #064b74);
 background: linear-gradient( top , #53aad7, #064b74);
 border:1px solid #064f7a;
 color:#ffffff;
 width:85px;
 height:25px;

}

.button input[type=submit]{
 background: -moz-linear-gradient( top , #53aad7, #064b74);
 border:1px solid #064f7a;
 color:#ffffff;
 width:85px;
 height:28px;

}




.backg{
	margin-top: 15px;
}


.total{
	position:relative;
}
#width, #length {
    padding-top: 0;
    width: 50%;
	text-align:center;
	height:22px;
	font-size:14px;
}


.estimate h5{
	margin:0;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
}
.estimate{
	text-align:left;
	margin-bottom:5px;
	font-size:12px;
	margin-left: 10px;
}
h4.text {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 3px;
}


.button {
    margin-top: 6px;
}

p.multiply {
    top:17px;
    left: 47%;
    margin: 0;
    position: absolute;
    width: 5%;
	display:block;
	font-size:14px;
}
.width {
    float: left;
    margin-left: 15px;
    width: 40%;
	font-size:15px;
}
.length {
    float: right;
    margin-right: 15px;
    width: 40%;
	font-size:15px;
}
.center {
   /* padding: 0 26px;*/
    text-align: center;
}
#frm {
    left:0px;
    padding: 17px 20px;
    position: absolute;
    top: 82px;
	text-align:center;
}
.right .top{
	margin-left:0;
}
.right #frm {
    left: 10px;
    padding: 5px 20px;
    position: absolute;
    text-align: center;
    top: 80px;
}

/*calculator css end*/

.pageWrap h2 {
    background: none repeat scroll 0 0 #eaeaea;
    color: #4e4e4e;
    font-size: 22px;
    text-indent: 10px;
}

.popup-gallery {
    text-align: center;
}

/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
background:none; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;

right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure small {
color: #bdbdbd;
display: none;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }




video[poster]{
height:250px;
width:100%;
}
.portfolio-item-caption p {
	
	margin: 0;
	color: #000000;
	font-size: 12px;
}
.portfolio-item-caption h5 {
	margin: 10px 0;
	text-indent: 10px;
}
ul.test{
	width:100%;
	margin-bottom:5px;
}
ul.videos-tabs li {
    margin-bottom: 5px;
    margin-left: -4px;
    width: 33.4%;
}
span.block{
	display:block;
}

.portfolio-topbar-cats.test > li {
    margin-right: -4px;
}
.portfolio-topbar-cats > li
{
    background:-moz-linear-gradient(top, #497cb1, #003366);
	background:-o-linear-gradient(top, #497cb1, #003366);
	background:-ms-linear-gradient(top, #497cb1, #003366);
	background:-webkit-linear-gradient(top, #497cb1, #003366);

	background:linear-gradient(top, #497cb1, #003366);
}
.mfp-bottom-bar {
    display: none;
}
section.detail{
	background:#ffffff;
	margin-top:2%;
}
.detail h3{
	color:#;
}
a.thumbnail img{
	width:100%;
}
.portfolio-menu {
  background-color: #f9f9f9;
  margin-bottom: 40px;
}
.portfolio-menu h3 {
  font-size: 1.2em;
  color: #fff;
  background-color: #21ba49;
  padding: 10px 10px;
  border-left: solid 3px #21ba49;
  margin: 0;
  font-weight: 400;
}
.portfolio-menu h3 i,
.portfolio-menu h4 i {
  font-size: .85em;
  margin-right: 5px;
}
.portfolio-menu h4 {
  font-size: 1.2em;
  color: #333;
  background-color: #f1f1f1;
  padding: 10px 10px;
  border-left: solid 3px #21ba49;
  margin: 0;
  font-weight: 400;
}
.portfolio-cats,
.portfolio-cols,
.portfolio-desc {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  box-sizing: border-box;
}
.portfolio-cats li span {
  padding: 7px 10px;
  border-left: solid 3px #ddd;
  display: block;
  margin: 0;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.portfolio-cats li span:hover,
.portfolio-cats li span.active,
.portfolio-cats li span.active:hover {
  color: #000;
  border-color: #21ba49;
}
.portfolio-cats li span.active {
  font-weight: 600;
}
.portfolio-cols li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.portfolio-cols li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  border-right: solid 1px #ddd;
  padding: 7px 0;
}
.portfolio-desc li:first-child a,
.portfolio-cols li:first-child a {
  border-left: solid 3px #ddd;
}
.portfolio-desc li:last-child a,
.portfolio-cols li:last-child a {
  border-right: none;
}
.portfolio-cols li a.active,
.portfolio-desc li a.active,
.portfolio-cols li a.active:focus,
.portfolio-desc li a.active:focus,
.portfolio-cols li a.active:hover,
.portfolio-desc li a.active:hover {
  background-color: #21ba49;
  color: #fff;
  font-weight: normal;
}
.portfolio-desc li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.portfolio-desc li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  border-right: solid 1px #ddd;
  padding: 5px 0;
}
.portfolio-item-caption {
  text-align: left;
  background: #f0f0f0;
  padding:5px 10px;
  height:90px;
}
.portfolio-item-caption h1,
.portfolio-item-caption h2,
.portfolio-item-caption h3,
.portfolio-item-caption h4,
.portfolio-item-caption h5,
.portfolio-item-caption h6 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.portfolio-topbar {
  background-color: #497cb1;
  margin-bottom: 30px;
  margin-top:30px;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  border-bottom:3px solid #6CF;
  padding:;
  color:#ffffff;
  
}
.portfolio-topbar h1,
.portfolio-topbar h2,
.portfolio-topbar h3,
.portfolio-topbar h4,
.portfolio-topbar h5,
.portfolio-topbar h6 {
  display: block;
  text-align: center;
  font-size: 1.3em;
  margin: 0;
  padding: 4px 5px;
  line-height: 1;
  border-right: solid 1px #eee;
}
.portfolio-topbar-cats li,
.portfolio-topbar-cols li,
.portfolio-topbar-desc li {
  float: ;
  list-style-type: none;
  list-style-position: outside;
  width:16.5%;
  padding:7px 8px;
  text-align:center;
  display:inline-block;
  
}
.portfolio-topbar-cats,
.portfolio-topbar-cols,
.portfolio-topbar-desc {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  margin-bottom:15px;
}
.portfolio-topbar-cats li span {
  display: block;
  padding: 5px 12px;
  cursor: pointer;
  color:#ffffff;
}
.portfolio-topbar-cats li span.active,
.portfolio-topbar-cats li span.active:hover {
  border-bottom: solid 1px #;
}

.portfolio-topbar-cats li span:hover{
	border-bottom:1px solid #;
	opacity:100%;
}

/* ======= Testimonials ======= */
.testimonials {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 60px;
}
.testimonials .carousel-indicators {
  bottom: -60px;
  z-index: auto;
}
.testimonials .carousel-indicators li {
  background: #cccccc;
  border: none;
  margin: 1px;
}
.testimonials .carousel-indicators li.active {
  background: #6b96c2;
  border: none;
  width: 10px;
  height: 10px;
  margin: 1px;
}
.testimonials .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.testimonials .item .profile {
  position: absolute;
  left: 0;
}
.testimonials .item .content {
  padding-left: 210px;
}
.testimonials .item blockquote {
  font-size: 20px;
  font-weight: 300;
  border-left: 0;
  padding: 0;
  position: relative;
}
.testimonials .item blockquote .fa {
  position: absolute;
  color: #5989bb;
  font-size: 22px;
  left: -45px;
}
.testimonials .item .source {
  color: #497cb1;
}
.testimonials .item .source .title {
  font-size: 16px;
  color: #666666;
}


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
/*@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

