body {
	font-size: 15px;
}
body {
        overflow-x: hidden !important;
    }
/* Layout */
header {
	background: rgba(256,256,256, .9);
	height: 100px;
	box-shadow: 0px 0px 30px 2px #444;
	position: fixed;
	z-index: 1030;
	left: 0;
	right: 0;
	top: 0;  
}
header h1 {
	margin: 10px 0; padding: 0;
}
header h1 a img {
	width: 80
}
.paddingTop {
	padding-top: 100px;
}

#fSpotlight {
	clear: both;
}
body.not-home #fSpotlight {
	position: relative;
}
body.not-home #fSpotlight .fModule .fModuleTitle {
	position: absolute;
}
body.not-home #fSpotlight .fModule .fModuleTitle h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.7em;
    font-weight: 400;
    margin-top: 200px;
    margin-left: 100px;
    font-family: "Montserrat";
}
body.not-home #fSpotlight #fModule #fModuleContent img {
	position: absolute;
	z-index: -1;
}
#fContent {
	padding: 30px 0;
    background:url("../images/matter-bg.png");
}
#fMatter {
    background:url("../images/matter-bg.png");
}
#fMatter h1 {
    font-family: "Montserrat";
    font-size: 2.4em;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 25px;
}
#fMatter h2 {
    text-align: left;
    background: url("../images/green-border.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
body.cva-pages-default-135149 #fMatter h3 {
	text-transform: capitalize;
	border-bottom: 0px;
}
#fMatter h3 {
    color: #72be44;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    font-family: "Montserrat";
    margin-bottom: 20px;
}
#fMatter h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 16px;
}
#fMatter h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}
#fMatter p {
    line-height: 140%;
    font-size: 1.1em;
    margin-bottom: 20px;
}

/* Matter with Sidebar */
#fSidebarRight .fModule {
	padding-bottom: 40px;
}

.region-sidebar-right {
	padding: 25px; padding-bottom: 0;
	border: 1px solid #ccc;
}
#fSidebarRight {
	background: #fff;
} 
#fSidebarRight .fModule .fModuleTitle h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0;
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
    font-size: 1.6em;
}
#fSidebarRight nav ul.fMenu {
	overflow: hidden;
}
#fSidebarRight nav ul.fMenu li {
	list-style:disc;
	color: green;
	margin-left: 30px;
}
#fSidebarRight nav ul.fMenu li a {
	padding:5px 10px 8px 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	color: #555;
	font-weight: 500;
	font-size: 1em;
}
#fSidebarRight nav ul.fMenu li a:hover {
	color: #339939;
	text-decoration: none;
}
.fBlogMetaLValue {
	font-weight: 500;
	margin-right: 10px;
	content: "|";
}
.icon {
	display: none;
}
#fContentPost {
    background: #fefefe url("../images/product-bg.png") repeat-x scroll 0 0;
}

.fSpotlightBottom {
	background: #fafafa;
	border-top: 1px solid #e6e7ea;
	padding: 25px 0;
}

footer {
    background: #1c2b38;
    color: #b9c9da;
    font-weight: normal;
    padding: 30px 0;
}



/* Modules */
	header .fRegion {
		float: right;
		margin-top:4px;
	}

	/* Social */
	header .fModuleSocial {
		height: 30px;
	}
	header .fModuleSocial .fSocial {
		display: block;
		float: right;
		margin: 0px;
	}
	header .fModuleSocial .fSocial a {
		float: left;
		margin:0px 7px 0;
	}
	header .fModuleSocial .fSocial a .icon-google-plus,
	header .fModuleSocial .fSocial a .icon-linkedin,
	header .fModuleSocial .fSocial a .icon-facebook, 
	header .fModuleSocial .fSocial a .icon-twitter {
		width: 32px;
		height: 32px;
		opacity: .8;
		display: block;
	}
	header .fModuleSocial .fSocial a .icon-facebook {
		background: url(../images/facebook.png);
	}
	header .fModuleSocial .fSocial a .icon-linkedin {
		background: url(../images/linkedin.png);
	}
	header .fModuleSocial .fSocial a .icon-google-plus {
		background: url(../images/youtube.png);
	}
	header .fModuleSocial .fSocial a .icon-twitter {
		background: url(../images/twitter.png);
	}
	header .fModuleSocial .fSocial a .icon-google-plus:hover,
	header .fModuleSocial .fSocial a .icon-twitter,
	header .fModuleSocial .fSocial a .icon-linkedin:hover,
	header .fModuleSocial .fSocial a .icon-facebook:hover {
		opacity: 1;
	}
	/* Header */
	header .fModule {
		margin: 10px 0 0;
	}

	/* Content (Post) */
	#fContentPost .fModule {
		padding: 20px 0;
	}
	#fContentPost .fModuleTitle h3 {
    	background: url("../images/green-border.png") no-repeat scroll center bottom;
	    color: #192531;
    	font-family: "Montserrat";
	    font-size: 2em;
    	font-weight: bold;
	    margin-bottom: 20px;
    	padding-bottom: 15px;
	    text-align: center;
    	text-transform: uppercase;
	}
	.bg-dark .fModuleTitle h3 {
		color: #fff !important;
	}
	
	/* Spotlight (Bottom) */
	#fSpotlightBottom .fModule {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#fSpotlightBottom .fModule:last-child {
		border-top: 1px solid #ccc;	
	}
	#fSpotlightBottom .fModule:first-child {
		border-top: 0px none;
	}
	#fSpotlightBottom .fModuleTitle h3 {
		color: #2a973e;
	    font-family: "Montserrat";
    	font-size: 1.5em;
	    font-weight: bold;
    	margin-bottom: 30px;
	    text-transform: uppercase;
	    margin-top: 0;
	}
	
	/* Footer */
	footer .fModuleTitle h3 {
    	color: #fff;
	    font-size: 18px;
    	margin-bottom: 15px;
	    padding-bottom: 10px;
    	border-bottom: 2px solid #3799cb;
	}

/* Contained Modules */
.fModule.contained .fModuleTitle,
.fModule.contained .fModuleContent {
	margin: 0 auto;	
}
@media (min-width: 768px) {
	.fModule.contained .fModuleTitle,
	.fModule.contained .fModuleContent {
	    width: 750px;
	}
}
@media (min-width: 992px) {
	.fModule.contained .fModuleTitle,
	.fModule.contained .fModuleContent {
	    width: 970px;
	}
}
@media (min-width: 1200px) {
	.fModule.contained .fModuleTitle,
	.fModule.contained .fModuleContent {
    	width: 1170px;
	}
}

.bg-grained {
    background: #fefefe url("../images/product-bg.png") repeat-x scroll 0 0;
    padding: 30px 0;
}
.bg-dark {
    background: #1c2b38 url("../images/about-bg.png") no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/* Navigation */
nav ul,
nav li {
	margin: 0px 0 0; padding: 0;
	list-style: none;
}

	/* Header */
	header nav li {
		float: left;
	}
	header nav li a {
	    color: #1b2733;
	    font-weight: normal;
    	text-transform: uppercase;
	    padding: 18px 8px 8px;
    	display: block;
    	font-size: 12px;
    	margin-top: 5px;
    	border-bottom: 3px solid #fff;
	}
	@media (min-width: 1199px) {
		header nav li a {
			font-size: 14px;
			padding: 9px 12px 9px;
			margin: 0;
			font-weight: bold;
		}
	}
	header nav li a:hover,
	header nav li a:focus,
	header nav li:hover > a {
	    color: #73CF5E;
    	border-bottom: 3px solid #73CF5E;
	    text-decoration: none;
	}
	header nav ul li {
		position: relative;
	}
	header nav ul ul {
		position: absolute;
		display: none;
    	background: #fff;
    	color: #000;
		width: 180px;
		box-shadow: 0px 0px 2px 2px #ccc;
		z-index: 20;
	}
	header nav ul li:hover > ul {
		display: block !important;
	}
	header nav ul ul li {
		float: none;
	}
	header nav ul ul a {
		font-size: 14px;
		padding: 6px 10px;
		text-transform: none;
		font-weight: normal;
		color: #000;
		border-bottom: 1px solid #bbb;
	}
	header nav ul ul li:hover > a,
	header nav ul ul li a:hover {
		background:#2C9637;
		border-bottom: 1px solid #bbb;
		color: #fff;
	}
	header nav ul ul ul {
		left: 180px; top: 0;
		background: #fefefe;
		color: #fff;
	}
	header nav ul ul ul a {
		border-bottom: 1px solid #bbb;
	}
	header nav ul ul ul a:hover {
		background: #2C9637;
		border-bottom: 1px solid #bbb;
		color: #fff;
	}
	.navbar-toggle {
		margin: 30px 15px 0;
        background-color:#82c55a !important;
	}
.navbar-toggle .icon-bar {
    background: #fff;
}
	@media (max-width: 768px) {
		#fModule-934 {
			margin: 0;
			left: 0; right: 0 !important;
		}
		header nav li {
			float: none;
			text-align: center;
		}
		header nav ul ul {
			width: 100%;
			position: relative;
			box-shadow: 0px 0px 0px;
			left: 0;
			border-left: 0px none;
			border-right: 0px none;
		}
		header nav ul ul ul {
			left: 0;
		}
		header nav li li {
			float: none;
			width: 100%;
			text-align: center;
		}		
		header nav li a {
			font-weight: bold;
		}
        .fModuleSocial  .fSocial {
    opacity: 0;
    }
       
	}
@media (max-width: 480px) {
        .paddingTop {
    padding-top: 80px;
}
}
@media (max-width: 768px) {

}
	@media (max-width: 991px) {
		.region-header {
			position: relative;
		}
		#fModule-934 {
			position: absolute;
			margin: 20px 0;
			right: 15px;
			background: #fff;
			box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
		}

	}
	
	
	
	/* Footer */
	footer nav li {
		margin-left: 20px;
		list-style: disc;
	}
	footer nav li a {
    	color: #fff;
	}
	footer ul li a:hover,
	footer ul li a:active,
	footer ul li a:focus {
	    color: #fff;
    	text-decoration: underline;
	}
	
	
/* Image List */
.fGalleryImages,
.fGalleryImages li {
	margin: 0; padding: 0;
	list-style: none;
}
.fGalleryImages li a {
	color: #333;
}

	/*  Spotlight */
	#fSpotlight .fGalleryImage img {
    	width: 100%;
	}
	
	/* Boxed */
	.fGalleryListBoxed .fGalleryImages {
		height: 100%; overflow: hidden;
	}
	.fGalleryListBoxed .fGalleryImages li {
		float: left;
		margin: 0 15px 15px 0;
		position: relative;
		max-width: 100%;
	}
	.fGalleryListBoxed .fGalleryImages img,
	.fGalleryListBoxed .fGalleryImages .fGalleryImage {
		max-width: 100%;
		display: block;
	}
	.fGalleryListBoxed .fGalleryImages img {
		width: 100%;
	}

	@media (max-width: 767px) {
		.fGalleryListBoxed .fGalleryImages {
			max-width: 320px;
			margin: 0 auto;
		}
		.fGalleryListBoxed .fGalleryImages > li {
			width: 100%;
			margin-right: 0;
		}
        header .fRegion {
    float: none;
}
        header .fModuleSocial {
    height: 0px;
}
	}
	
	@media (min-width: 768px) {

	}
	@media (min-width: 992px) {

	}
	@media (min-width: 1200px) {
		.fGalleryItem-9124 {
			margin-right: 0px !important;
		}
	
		.fGalleryItem-9122,
		.fGalleryItem-9123,
		.fGalleryItem-9126 {
			margin-top: -200px !important;
		}
	}
	
	.fGalleryListBoxed .fGalleryImages .fGalleryText {
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
		padding: 20px;
	    color: #fff;
	}
	.fGalleryListBoxed .fGalleryImages li:hover .fGalleryText {
		background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}
	.fGalleryListBoxed .fGalleryText h3 {
	    font-family: "Montserrat";
	    font-size: 1.3em;
	    font-weight: bold;
	    margin: 25px 0 15px;
	    position: absolute;
	    bottom: 0;
	}
	.fGalleryListBoxed .fGalleryText h3,
	.fGalleryListBoxed .fGalleryText h3 a {
	    color: #fff;
	}
	.fGalleryListBoxed .fGalleryImages .fGalleryText p,
	.fGalleryListBoxed .fGalleryImages .fGalleryText span {
		opacity: 0;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
	}	
	.fGalleryListBoxed .fGalleryImages li:hover .fGalleryText p,
	.fGalleryListBoxed .fGalleryImages li:hover .fGalleryText span {
		opacity: 1;
	}	
	
	
	/* Flipper */
	.fGalleryListFlipper .fGalleryImages {
		margin-top: 20px;
		font-size: 0px;
		height: 100%; overflow: hidden;
	}
	.fGalleryListFlipper .fGalleryText {
		text-align: center;
	}
	.fGalleryListFlipper .fGalleryImages li {
		padding: 15px;
		vertical-align: top;
	}
	
	.fGalleryListFlipper .fGalleryImage:hover .flipper, 
	.fGalleryListFlipper .fGalleryImage.hover .flipper {
    	transform: rotateY(180deg);
	}
	.fGalleryListFlipper .fGalleryImage, 
	.fGalleryListFlipper .front, 
	.fGalleryListFlipper .back {
	    height: 220px;
    	width: 220px;
    	text-align: left;
    	margin: 0 auto;
	}
	.fGalleryListFlipper .flipper {
    	position: relative;
    	display: block;
	    transform-style: preserve-3d;
    	transition: all 0.6s ease 0s;
	}
	.fGalleryListFlipper .front, 
	.fGalleryListFlipper .back {
	    backface-visibility: hidden;
    	left: 0; top: 0;
	    position: absolute;
	}
	.fGalleryListFlipper .front {
	    transform: rotateY(0deg);
    	z-index: 2;
	}
	.fGalleryListFlipper .back {
    	transform: rotateY(180deg);
	}
	
	@media (min-width: 768px) {
		.fGalleryListFlipper .fGalleryImages li {
			width: 33%;
			display: inline-block;
		}
	}
	@media (min-width: 992px) {
		.fGalleryListFlipper .fGalleryImages li {
			width: 33%;
			display: inline-block;
		}
	}
	@media (min-width: 1200px) {
		.fGalleryListFlipper .fGalleryImages li {
			width: 20%;	
			float: left;
		}
	}	

/* Customisation */
body.is-home #fContent {
	color: #fff;
    background: url("../images/message-bg.png") repeat-x scroll 0 0 #138844;
    padding:35px 0;
    text-align: center;
}
body.is-home #fMatter {
	background: transparent !important;
}

body.is-home #fMatter h1 {
	display: none;
}

body.is-home #fMatter h3 {
    font-family: 'Montserrat';
    font-size: 2.1em !important;
    font-weight: 500;
    margin-bottom: 19px;
    line-height: 80%;
    text-transform: none;
    border-bottom: none;
    color: #fff;
}

/*  */
big {
	font-size: 1.2em;
}
ul.row li {
	margin: 0;
}


/* Blog page */

ul.fBlogList li {
    list-style: none;
    margin: 0px 0px 60px 0px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 30px 30px 30px !important;
    border: 1px solid #ccc;
}


#fMatter .fModuleTitle h3 {
	font-family: "Montserrat";
    font-size: 2.4em;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 25px;
    border-bottom: 0px;
    color: #000000;
}
ul.fBlogList {
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul.fBlogList li {
	list-style: none;
	margin: 0px 0px 40px 0px;
	overflow: hidden;
	padding: 0px
}
ul.fBlogList h4 {
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	text-transform: capitalize;
    color: #72be44;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.fBlogList h4 a {
	    color: #72be44;
}
ul.fBlogList h4 a:hover {
	color: #128542;
}
ul.fBlogList li img {
    float: left;
    margin: 0px 20px 3px 4px;
    width: 250px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 1px 0px #555;
}
.fBlogMetaAuthor {
	display: none;
}
 
        h2 {
            color: #192531;
            font-size: 22px;
            font-weight: bold;
        }
        .align-center {
            text-align: center;
        }
        .align-right {
            text-align: right;
        }
        .align-left {
            text-align: left;
        }
        .readMore {
            color: #192531;
            font-size: 18px;
        }
        .white {
            color: #fff !important;
        }
        .uppercase {
            text-transform: uppercase;
        }
ul.ul1, ol.ol1 {
    margin-left: 20px;
    font-size: 1.1em;
}
ul.ul1 li { 
    list-style: disc;
}
img.border {
    border:1px solid #777;
}
table { 
    border-spacing: auto;
    border-collapse: collapse;
    padding: auto;
}
table p { 
    font-size: 1em !important;
    line-height: 140% !important;
}
th, td { padding: 8px; } /* cellpadding */
.omega {
    padding-right:0px;
}
.alpha {
    padding-left:0px;
}
.bottom {
    margin-bottom: 14px;
}
.gamma-left {
    padding-left:7px;
}
.gamma-right {
    padding-right:7px;
}
.btn-success, .fReadmore {
  background: none repeat scroll 0 0 #74ad35;
  border: 1px solid #63962a;
  border-radius: 1px;
  font-size: 17px;
  margin-top: 30px;
  padding: 9px 14px;
  width: auto;
  color: #fff;
}
.fReadmore {
    margin-top: 10px;
    display: inline-flex;
}
.btn-success:hover, .fReadmore:hover {
    background: none repeat scroll 0 0 #609d1e;
    color: #fff;
    text-decoration: none;
}
.btn-success2 {
  background: none repeat scroll 0 0 #74ad35;
  border: 1px solid #74ad35;
  border-radius: 1px;
  font-size: 17px;
  padding: 9px 14px;
  color: #fff;
  width: auto;
  color: #fff;
}
.btn-success2:hover {
    background:none repeat scroll 0 0 #609d1e;
    color: #fff;
}
a.readmore {
    background: #138844;
    width: 180px;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    padding:15px;
    border-radius: 5px;
    display: block;
    margin: 15px auto;
    text-decoration: none;
}
a.readmore:hover {
    background: #72be44;
}
.fRegion .has-dots {
    position: relative;
}
.fRegion ol.dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
}
.fRegion ol.dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    float: none !important;
}
.fRegion ol.dots li.active {
    background: #fff;
    opacity: 1;
}
/* 15 Grid layout */
.fProducts .col-xs-15,
.fProducts .col-sm-15,
.fProducts .col-md-15,
.fProducts .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 480px) {
.fProducts .col-xs-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 768px) {
.fProducts .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
.fProducts .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
.fProducts .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.fProducts ul {
    margin: 40px 0 0 0;
    padding: 0px;
}
.fGalleryListFlipper h3,
.productBlock h3 {
    color: #192531;
    font-size: 1.3em;
    font-weight: bold;
    margin: 25px 0 15px;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
}
.productBlock:hover h3, .productBlock:hover p {
    color: #138844;
}
.productBlock p {
    color: #18343f;
    font-size: 16px;
    text-align: center;
}
.flip-container {
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}
.flip-container, .front, .back {
    height: 220px;
    width: 220px;
}
.flipper {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
}
.front, .back {
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
}
.front {
    transform: rotateY(0deg);
    z-index: 2;
}
.back {
    transform: rotateY(180deg);
}
.fProducts .centered {
    margin-top: 35px;
    color: #192531;
    line-height: 150%;
    font-size: 17px;
}
p.center-block {
    text-align: center;
}


/* About Us */
.fAbout {
    background: url("../images/about-bg.png") no-repeat fixed center center #393F4A;
    padding:40px 0px;
}
.aboutBlock p {
    color: #7d939c;
    font-size: 1.1em;
}
.aboutBlock p.largeHeading {
    border-bottom: 4px solid #74ad35;
    font-size: 3.4em;
    font-weight: normal;
    line-height: 120%;
    padding-bottom: 15px;
    text-align: right;
}
.aboutBlock p.xsmallHeading {
    color: #7d939c;
    font-size: .88em;
    font-weight: normal !important;
    line-height: 140%;
    padding: 0 20px;
}
.aboutCenter P {
    line-height: 152%;
    margin: 16px 25px;
}
.aboutBlock .listing {
    margin-top: 15px;
}
.aboutBlock .listing h4 {
    color: #fff;
    font-size: 1.3em;
    margin-top: 0 !important;
}
.aboutBlock .listing .col-sm-9 {
    padding-left: 26px;
}


/* Technology */
.fTech ul.fMetro {
    margin:40px 0px;
    overflow: hidden;
}
.fTech ul {
    margin: 0px;
    padding: 0px;
}
.fTech ul li {
    list-style:none;
}
.fTech .fGalleryText {
    position: absolute;
}
.fTech .fGalleryText h3 {
      color: #fff;
  margin: 0px;
  position: relative;
  top: -36px;
  left: 20px;
}

.fTech .centered ul {
    margin:0px 0 40px;
    padding: 0px;
}
.fTech .centered ul li:nth-child(1) {
    font-size: 2.7em;
    font-family: "Montserrat";
    text-align: left;
    line-height: 130%;
    font-weight: bold;
}
.fTech .centered ul li:nth-child(2) {
    font-size: 1.3em;
    text-align: left;
    line-height: 170%;
}
.caption {
    font-size: 1.3em;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
}
.caption__media {
    display: block;
    height: auto;
    max-width: 100%;
    min-width: 100%;
}
.caption__overlay {
    bottom: 0;
    color: white;
    font-weight: normal;
    left: 0;
    line-height: 125%;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: transform 0.35s ease-out 0s;
}
.caption__overlay p {
    color: #fff !important;
    font-size: 16px;
    font-weight: normal;    
    text-align: left;
}
.caption:hover .caption__overlay {
    transform: translateY(0px);
}
.caption__overlay__title {
    margin: 0;
    padding: 0 0 12px;
    transform: translateY(calc(-100% - 10px));
    transition: transform 0.35s ease-out 0s;
}
.caption:hover .caption__overlay__title {
    transform: translateY(0px);
}
.caption:before {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.35s ease-out 0s;
}
.caption:hover:before {
    background: rgba(42, 151, 62, .9);
    opacity: 0.8;
}
.small {
    font-size: 10.5px !important;
    font-weight: bold;
    padding: 3px 0;
    text-transform: uppercase;
}
.small img {
    margin-right: 5px;
}


/* Clients & Social Area */
#fHighlight {
    background: #fafafa;
    padding: 30px 0px;
}
#fHighlight h4 {
    color: #2a973e;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#fHighlight ul {
    margin: 0px;
    padding:0px;
}
#fHighlight ul img {
    margin: 0px;
}
#fHighlight .bottom {
    margin-bottom: .9em;
}

/* Callout */
.callout {
    background: #e6e7ea;
    border-top: 1px solid #d0dde8;
    color: #000000;
    font-size: 16px;
    padding: 15px 0px;
}
.callout h4 {
    font-weight: bold;
}
.callout p {
    font-weight: normal;
    line-height: 160%;
    font-size: 1.5em;
    color: #555;
    margin: 30px;
}

address {
    color: #b9c9da;
}

.aboutWhite {
    background: url("../images/white-bg.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 70px 0;
}
.white {
    margin: 0 auto;
    width: 90%;
}
.aboutWhite p {
    color: #34495e;
    font-size: 22px;
    text-align: center;
}
.aboutWhite p.large {
    color: #34495e;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 40px;
}
.aboutWhite p.small {
    color: #34495e;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 30px;
    text-transform: none;
}
.aboutGreen {
    background: url("../images/about-greenbg.png") repeat scroll center top rgba(0, 0, 0, 0);
    padding: 50px 0;
}
.aboutGreen img {
    margin-bottom: 20px;
}
.green {
    margin: 0 auto;
    width: 70%;
}
.aboutGreen p {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 130%;
    margin-bottom: 21px;
    text-align: center;
}
.aboutList h3 {
    background: url("../images/green-border2.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    color: #34495e;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 18px;
    padding-bottom: 12px;
    text-align: center;
}
.aboutList p {
    color: #444444;
    font-size: 16px;
    text-align: center;
}
.aboutList .list {
    padding: 18px;
}
.productWhite {
    border-bottom: 1px solid #dde4eb;
    padding: 40px 0;
}
.productWhite p {
    color: #34495e;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 25px;
    text-align: center;
}
.productList {
    border-bottom: 1px solid #d3dee7;
}
.productList .listing {
    margin-bottom: 20px;
}
.productList .listing h3 {
    color: #f28f17;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.productList .listing p {
    color: #34495e;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
}
.productList .listing .innerlist {
    margin-bottom: 30px;
    margin-top: 20px;
}
.productList .listing .innerlist img {
    float: left;
    margin-right: 16px;
}
.productList .listing .innerlist p {
    color: #34495e;
    font-size: 16px;
    padding: 16px 0;
    text-transform: none;
}


.contactWhite p {
    color: #34495e;
    font-size: 18px;
    text-align: center;
}
.contactWhite p.large {
    font-size: 30px;
    margin-bottom: 20px;
}
.contactTree {
    margin-top: 20px;
}
.contactIcon {
    margin-top: 20px;
}
img.contactIcon1 {
    left: 120px;
    position: relative;
}
img.contactIcon2 {
    left: 90px;
    position: relative;
}
img.contactIcon3 {
    left: 60px;
    position: relative;
}
img.contactIcon4 {
    left: 35px;
    position: relative;
}
.contactIcon p span {
    font-size: 15px;
}
.contactIcon p {
    font-size: 13px;
    font-weight: normal;
    margin-top: 20px;
}
p.one {
    margin-left: 90px;
}
p.two {
    margin-left: 40px;
}
p.three {
    margin-left: 15px;
}
p.four {
    margin-right: 65px;
}
.contactForm {
    background: url("../images/contactform.png") no-repeat scroll center top #eeeeee;
    padding: 100px 0 50px;
}
.form {
    margin: 0 auto;
    width: 68%;
}
.form input, .form textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    color: #898989;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 500px;
}
.form input.send {
    background: none repeat scroll 0 0 #74ad35;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    margin: 10px 0 0 170px;
    padding: 10px 30px;
    text-transform: uppercase;
    width: 140px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
}
.Banner {
    background: none repeat scroll 0 0 #273141;
}
/*.fOthers {
display: inline-flex;
    margin: 0 auto;
    text-align: center;
width: 100%;
}*/
@media only screen and (max-width: 320px) {
        .navbar-nav {
        margin-top: 0px;
    }

}
@media all and (min-width: 320px) and (max-width: 470px) {
    #fHead {
        height: 80px;
    }
    a.navbar-brand img {
        padding-left: 20px;
        margin-top: 10px;
    }
    #fHead h1 {
        width: 70%;
    }
    .navbar-toggle {
        margin-top: 25px;
    }
    .navbar-nav {
        margin-top: 10px;
    }
    .aboutBlock p.largeHeading {
        text-align: center;
        border-bottom: 0px;
        margin-top: 20px;
        font-size: 40px;
    }
    .aboutCenter p {
        text-align: center;
    }
    .aboutBlock .listing .col-sm-9 {
      padding-left: 0px;
      padding-top: 20px;
    }
    .aboutBlock h4,
    .aboutBlock p {
        text-align: center;
    }
    .callout a.readmore {
        margin-top: 30px;
    }
    .fTech ul li {
        padding:10px;
    }
    .fTech .centered ul li:nth-child(1) {
        text-align: center;
        margin-bottom: 25px;
    }
    .fTech .centered ul li:nth-child(2) {
        margin:0px;
        text-align: center;
        width: 100%;
    }
    #fHighlight h4 {
        text-align: center;
    }
    #fHighlight ul img {
        margin: 0px auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    #fHighlight ul .col-md-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
    #fHighlight .fb-page {
        margin: 0px auto;
        text-align: center;
    }
    .callout p {
        text-align: center;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .navbar-nav {
        margin-top: 30px;
    }
    a.navbar-brand img {
        padding-left: 30px;
        margin-top: 15px;
        width: 90%;
    }
    .fMessage h3 {
        font-size: 2em;
    }
    .fMessage p {
        font-size: 1.2em;
    }
    .aboutBlock p.largeHeading {
        text-align: center;
        border-bottom: 0;
        margin-top: 20px;
        font-size: 3em;
        line-height: 130%;
    }
    .aboutCenter p {
        text-align: center;
    }
    .aboutBlock h4,
    .aboutBlock p {
        text-align: center;
    }
    .fTech ul li {
        width: 80%;
        margin:10px auto;
    }
    .fTech ul li.last {
        width: 64%;
    }    
    .fTech .centered ul li:nth-child(1) {
        text-align: center;
        margin-bottom: 25px;
    }
    .fTech .centered ul li:nth-child(2) {
        margin:0px;
        text-align: center;
        width: 100%;
    }
    #fHighlight h4 {
        text-align: center;
    }
    #fHighlight ul img {
        margin: 0px auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    #fHighlight ul .col-md-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
    #fHighlight .fb-page {
        margin: 0px auto;
        text-align: center;
    }
    .callout p {
        text-align: center;
    }
}
@media all and (min-width: 768px) and (max-width: 992px) {
   .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav {
        border-radius: 0px;
    }
    .navbar-nav {
        margin-top: 37px;
    }
    a.navbar-brand img {
        margin-left: 20px;
    }
    .fProducts .centered {
        font-size: 16px;
    }
    .aboutBlock p.largeHeading {
        text-align: center;
        border-bottom: 0px;
        margin-top: 20px;
        font-size: 40px;
    }
    .aboutCenter p {
        text-align: center;
    }
    .aboutBlock .listing .col-sm-9 {
      padding-left: 0px;
      padding-top: 20px;
    }
    .callout a.readmore {
        margin-top: 30px;
    }
    .fTech ul li {
        width: 80%;
        margin:10px auto;
    }
    .fTech ul li.last {
        width: 64%;
    }
    .fTech .centered ul li {
        width: 100%;
    }
    .fTech .centered ul li:nth-child(1) {
        text-align: center;
        margin-bottom: 25px;
    }
    .fTech .centered ul li:nth-child(2) {
        margin:0px;
        text-align: center;
    }
    #fHighlight h4 {
        text-align: center;
    }
    #fHighlight ul img {
        margin: 0px auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    #fHighlight ul .col-md-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
    #fHighlight .fb-page {
        margin: 0px auto;
        text-align: center;
    }
}
@media all and (min-width: 993px) and (max-width: 1200px) {
    a.navbar-brand img {
        width: 90%;
        margin-top: 20px;
    }
    .navbar-nav > li > a {
        font-size: 13px;
        padding: 7px 9px 6px 9px;
    }
    .navbar-nav {
        margin-top: 44px;
    }
    .fProducts li.fGalleryItem:nth-child(odd) {
        margin-left: 90px;
    }
    .fProducts li.fGalleryItem:nth-child(5) {
        margin-left: 290px;
    }
    .aboutBlock p.largeHeading {
        font-size: 45px;
        line-height: 137%;
    }
    .aboutBlock .listing .col-sm-9 {
        padding-left: 0px;
    }
    .aboutCenter P {
        line-height: 135%;
        margin: 16px 0 20px;
    }
    .fTech .centered ul li:nth-child(1) {
      font-size: 32px;
    }
    .fTech .centered ul li:nth-child(2) {
        line-height: 145%;
    }
    #fHighlight .bottom {
        margin-bottom: .5em;
    }
    header .fModule {
    margin: 0px 0 0;
}
}
.fBlogMetaParamAuthor {
    display: none;
}
.f-fieldset-body span.label {
    color: #000;
    font-size: 1.1em;
    text-align: left;
}
@font-face {
    font-family: "HelvN";
    src: url("HelveticaNeue.dfont");
}
@media (max-width: 992px) {
header nav ul.fMenu {
    width: 100%;
    background: #ffffff;
    margin-top: -34px;
}
}

