/* ==== Google font ==== */

@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);

/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  General
  ========================================================================== */
body {
	font-family: "calibri", Helvetica, Arial, sans-serif;
	color:#555;
	background: #f7f7f7;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	text-shadow: none;
}
.clear {
	clear: both;
}
body {
	font-family: calibri, sans-serif;
}
img{max-width:100%;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	margin: 0 0 20px 0;
	color:#333;
}
h1 {
	  color: #000;
	  font-family: "calibri",sans-serif;
	  font-size: 40px;
	  font-weight: 700;
	  line-height: 40px;
	  text-transform: uppercase;
}
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
.txt-light {
	font-weight: 300;
}
.txt-regular {
	font-weight: 400;
}
.txt-bold {
	font-weight: 700;
}
.txt-uppercase {
	text-transform: uppercase;
}
blockquote {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
}
blockquote.bigquote {
	border: none;
	background-color: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
	margin-top: 70px;
}
.text-bold {
	font-weight: 900;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
small {
	font-size: 70%;
	font-weight: 100;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline: none;
}
.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.t-uppercase {
	text-transform: uppercase;
}
/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}
.big {
	font-size: 20pt;
	font-weight: 300;
}
.blink:hover {
	opacity: 0.9;
}
.half-offset {
	margin-bottom: 75px !important;
}
.no-offset {
	margin: 0 !important;
	padding: 0;
}
.content, .container {
	overflow: hidden;
}
.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.nobg {
	background: 0;
	border: 0;
}
.noborder {
	border: 0 !important;
}
.color-white {
	color: #fff;
}
.theme-bg {
	background-color: #ff7701 !important;
}
.normalize-font-top {
	padding-top: 25px;
}
/* --- float --- */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	padding-top: 50px;
}
.align-center i:hover {
	cursor: pointer;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}
/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}
.pad-top10 {
	padding-top: 10px;
}
.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
.pad-top50 {
	padding-top: 50px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0 !important;
}
.pad-bot5 {
	padding-bottom: 5px;
}
.pad-bot10 {
	padding-bottom: 10px;
}
.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}
/* ---- margin --- */
.mar-left5 {
	margin-left: 5px;
}
.mar-left10 {
	margin-left: 10px;
}
.mar-left15 {
	margin-left: 15px;
}
.mar-left20 {
	margin-left: 20px;
}
.mar-left25 {
	margin-left: 25px;
}
.mar-left30 {
	margin-left: 30px;
}
.mar-right5 {
	margin-right: 5px;
}
.mar-right10 {
	margin-right: 10px;
}
.mar-right15 {
	margin-right: 15px;
}
.mar-right20 {
	margin-right: 20px;
}
.mar-right25 {
	margin-right: 25px;
}
.mar-right30 {
	margin-right: 30px;
}
/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}
/*service*/
i.service-icon {
	border: 1px solid #000;
	border-radius: 50%;
	display: inline-block;
	font-size: 56px;
	color:#417630;
	width: 140px;
	height: 140px;
	line-height: 136px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 25px;
}
i.service-icon:hover {
	border: 1px solid #417630;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 56px;
	background-color:#417630;
	line-height: 136px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.service-col {
	padding: 40px 20px;
	margin: 0 10px;
	background-color: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin-bottom: 40px;
}
.service-col .service-icon {
	height: 140px;
	width: 140px;
	margin: 0 auto;
	border: 3px solid #417630;
	-webkit-box-shadow: inset 0 0 0 0 #fff;
	-moz-box-shadow: inset 0 0 0 0 #fff;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}
.service-col .service-icon i {
	font-size: 4.5em;
	line-height: 140px;
	margin: 0 auto;
	color: #417630;
	-webkit-animation: serviceicon 0.6s ease-in-out;
	-moz-animation: serviceicon 0.6s ease-in-out;
	animation: serviceicon 0.6s ease-in-out;
}
.service-col h2 {
	font-weight: 600;
	margin: 1em 0 0.75em;
}
.service-col h2 a {
	color: #417630;
}
}
.service-col p {
	font-size: 0.875em;
	font-weight: 200;
	margin-bottom: 0;
}
.service-col:hover {
	background-color: rgba(65, 118, 48, 0.25);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.service-col:hover .service-icon {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-webkit-box-shadow: inset 0 0 0 100px #fff;
	-moz-box-shadow: inset 0 0 0 100px #fff;
	box-shadow: inset 0 0 0 100px #fff;
}
.service-col:hover .service-icon i {
	color: #417630;
	-webkit-animation: serviceiconhover 0.5s ease-in-out;
	-moz-animation: serviceiconhover 0.5s ease-in-out;
	animation: serviceiconhover 0.5s ease-in-out;
}
/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}
.mar-bot10 {
	margin-bottom: 10px;
}
.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}
.mar-bot45 {
	margin-bottom: 45px;
}
/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	padding: 150px 0 80px 0;
	position:relative
}
.bg-white {
	background-color: #fff;
}
/* --- section heading --- */
.section-header {
	text-align: center;
	padding-top: 30px;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}
/* ==========================
 --- Parallax ---
============================= */

#parallax1 {
	background-image: url(../img/p1.jpg);
	height:650px;
	background-size:cover;
}
#parallax2 {
	background-image: url(../img/p2.jpg);
	height:650px;
	background-size:cover
}
#parallax3 {
	background-image: url(../img/p3.jpg);
	height:650px;
	background-size:cover
}
#parallax4 {
	background-image: url(../img/p4.jpg);
	min-height:650px;
	background-size:cover
}

#parallax-inner{
	background-image: url(../img/black-pattern.jpg);
	min-height:650px;
	background-size:cover
}
.quote1-pattern {
	width:100%;
	height:100%;
	margin:0 auto;
	background-image: url(../img/pattern.png);
	position:absolute;
	left:0;
	top:0;
}

#parallax-in-1{
	background-image: url(img/p-inner-1.jpg);
	height:100%;
	background-size:100% auto;
	}
	
	
	.ind_block{}
.ind_block h1{color: #000;font-family: "calibri",sans-serif;font-size: 40px;font-weight: 700;line-height: 40px;text-transform: uppercase;}
.ind_block ul.ind_list{display:block; }
.ind_block ul.ind_list li{display:inline-block; min-width:215px; text-align:center; margin-bottom:15px}
.ind_block ul.ind_list li a{cursor:default;}
.ind_block ul.ind_list li h5{font-family:calibri; font-size:22px; color:#8e0202; padding:10px 0;}
	
/*===========================
	---Pricing---
===========================*/
.line-pricing-table {
	margin: 50px 0 100px 0;
}
.line-wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.line-wrap:after {
	clear: both;
	content: "";
	display: block;
}
.line-pricing-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.line-pricing-table .pricing-table-wrap {
	display: table-cell;
	text-align: center;
}
.line-pricing-table .pricing-table-wrap ul {
	border: 2px solid #e6e6e6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0 10px;
	padding: 40px 20px;
	background: #ffffff;
	list-style: none;
}
.line-pricing-table .pricing-table-wrap ul li.line-head-row {
	font-size: 24px;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	list-style: none;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row {
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 30px;
	margin-bottom: 35px;
	list-style: none;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row p {
	margin: 0;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row small {
	font-size: 18px;
	color: #b3b3b3;
	list-style: none;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row span {
	font-size: 72px;
	color: #417630;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	line-height: 100%;
}
.line-pricing-table .pricing-table-wrap ul li.line-price-row span.symbol {
	position: relative;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	top: -15px;
}
.line-pricing-table .pricing-table-wrap ul li.line-btn-row {
	margin-top: 30px;
	list-style: none;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight {
	border-color: #417630;
	padding: 0;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row {
	background: #417630;
	border-color: #417630;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row small {
	color: #ffffff;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row span {
	color: #ffffff;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-price-row span.symbol {
	color: #ffffff;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-head-row {
	color: #ffffff;
	background: #417630;
	padding-top: 40px;
}
.line-pricing-table .pricing-table-wrap ul.line-highlight li.line-btn-row {
	padding-bottom: 40px;
}
.line-btn, input[type="submit"], button[type="submit"] {
	font-weight: bold;
	font-size:18px;
	color: #fff;
	background:rgba(0, 0, 0, .2);
	border:1px solid rgba(255, 255, 255, .5);
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	cursor: pointer;
	white-space: nowrap;
	border-radius:0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
}
.line-btn.small, input[type="submit"].small, button[type="submit"].small {
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
}
.line-btn.big, input[type="submit"].big, button[type="submit"].big {
	height: 60px;
	line-height: 60px;
	padding: 0 70px;
}
.line-btn.blue, input[type="submit"].blue, button[type="submit"].blue {
	background: #009eca;
	border: none;
	color: #ffffff;
}
.line-btn.lightblue, input[type="submit"].lightblue, button[type="submit"].lightblue {
	background: #58c5c0;
	border: none;
	color: #ffffff;
}
.line-btn.darkblue, input[type="submit"].darkblue, button[type="submit"].darkblue {
	background: #42555c;
	border: none;
	color: #ffffff;
}
.line-btn.red, input[type="submit"].red, button[type="submit"].red {
	background: #bc0000;
	border: none;
	color: #ffffff;
}
.line-btn.green, input[type="submit"].green, button[type="submit"].green {
	background: #417630;
	border: none;
	color: #ffffff;
}
.line-btn.orange, input[type="submit"].orange, button[type="submit"].orange {
	background: #f6ba70;
	border: none;
	color: #ffffff;
}
.line-btn.light, input[type="submit"].light, button[type="submit"].light {
	background: #dddddd;
	color: #000000;
	border: none;
}
.line-btn:hover, input[type="submit"]:hover, button[type="submit"]:hover {
	color: #ffffff;
	opacity:.7;

}
/*===========================
  --- Header & menu ----
=========================== */

.navbar {
	height: 100px;
	background-color: rgba(255, 255, 255, 1);
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
	border-bottom:2px solid #dedede;
}
.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
	margin-right:0;
	background:#bc0000;
	border-bottom:2px solid #010101;
	border-top:2px solid #010101;
	z-index:11
}

.navbar-header {
  background: #ff0000 none repeat scroll 0 0;
  display: inline-block;
  margin: 0 auto;
}

/*--Responsive--*/

@media (max-width: 1199px) {
.navbar .navbar-collapse {
 margin-bottom: 0;
 padding-bottom:0;
 margin-left:-15px;
 
  
}
.navbar .navbar-nav > .active > a {
 padding-bottom: 0px;
}
.row-slider {
height: auto;
}
}
.nav li {
	height: auto;
	line-height: 100%;
	margin-bottom: 0;

	float:none;
	display:inline-block;
	border-right:1px solid #fff;
        padding : 7px 0;
}
.nav li:last-child {
	border:none;
}
.nav>li>a {
	display: table-cell;
	
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-weight: 0;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding:0 10px;
	font-weight:bold;
}
.nav>li>a:hover {
	color: #fff;
	background: none;
}
.navbar-nav {
	float: none;
	margin:0 auto;
	display:block;
	text-align:center;
	padding-bottom:0;
	height:30px;
	
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 0;
}
h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	text-shadow: none;
	margin-left: 40px;
}
.navbar-brand {
	padding: 0;
	height:auto;
}
.navbar-brand img {
	vertical-align: middle;
	padding: 0
}
.navbar-toggle {
	padding: 3px 0;
	margin: 0;
	width: 80px;
}
 
/*===========================
  --- Featured section ----
=========================== */

section.featured {
	height: auto;
	padding: px 0 0px;
	background: #333333;
	vertical-align: middle;
	text-align: center;
	color:#fff;
}
section.featured img {
	height: auto;
}
section.featured h2.slogan {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}
/*row-slider*/
.row-slider {
	padding-top: 20px;
	vertical-align: middle;
	padding-bottom: 20px;
}
.title {
	padding-top: 100px;
	text-align: center;
}
.list-style {
	list-style: none;
	left:0%;
}
.learn-more {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 60px;
	display: inline-block;
	background : rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, .1);
	width: 150px;
	height: 40px;
}
.learn-more:hover {
	background : rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.4);
}
.learn-more a {
	font-size: 12px;
	letter-spacing: 1px;
	color:#fff;
	padding-top: 9px;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.learn-more a.first {
	position: absolute;
	top:0;
	left:18%;
}
.learn-more a.sec {
	position: absolute;
	top: -30px;
	right:10px;
	left:8%;
	font-size:26px;
}
.learn-more:hover a.first {
	position: absolute;
	top: 30px;
}
.learn-more:hover a.sec {
	position: absolute;
	top: -3px;
}
.circle {
	font-size: px;
	width: 200px;
	height: 200px;
	line-height: 380px;
	vertical-align: middle;
	text-align: center;
	margin-top: 60px;
}
.circle:hover {
	width: 140px;
	height: 140px;
	font-size: 20px;
	line-height: 390px;
	vertical-align: middle;
	text-align: center;
	margin-top: 60px;
}
/* inner heading */
section.featured.inner {
	background: #eee;
	padding: 150px 0 50px;
}
/*id*/
 
#section-services {
	background-color: #fff;
	height: 650px;
}
#section-team {
	background-color: #fff;
	height: 650px;
}
#section-about {
	background-color: #fff;
	height: auto;
}
.about {
	padding:0 20px 80px;
}
.company h4 span {
	color:#417630;
}
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
}
.flex-control-paging li a.flex-active {
	background: #fff;
}
.flex-control-nav {
	bottom: -25px;
}
.flexslider .slides img {
	width: auto;
	display: inline;
}
.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	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-next {
	right: -70px;
	background: url(../img/arrow_large_right.png) no-repeat top left;
}
.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../img/arrow_large_left.png) no-repeat top left;
}
.flex-direction-nav a.flex-next:before {
	content: none !important;
}
/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}
/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style: none;
	padding:0;
}
.tp-rightarrow.large {
	margin-left: 0;
}
.tp-leftarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_left.png) no-Repeat top left;
}
.tp-rightarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_right.png) no-Repeat top left;
}
.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}
.fullwidthbanner {
	height: 650px;
}
.tp-bullets.simplebullets.round .bullet {
	background: url(../img/bullets-new.png) no-repeat top left;
}
.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	font-weight:300;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.fullwidthbanner a.btn {
	color: #fff;
}
.carousel, .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
/*==========================
About
=========================== */

.team-section {
	width: 100%;
	min-width: 100%;
	text-align: center;
	padding: 100px 0;
	position: relative;
}
.team-section .special-heading {
	margin-bottom: 30px;
}
.team-member {
	margin: 0 40px 40px;
	padding: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	z-index: 2;
}
.team-member .profile-picture {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	overflow: hidden;
	max-width: 240px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.team-member .profile-picture .profile-overlay {
	height: 94%;
	width: 94%;
	background-color: #b4dba7;
	position: absolute;
	top: 3%;
	left: 3%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	display: block;
}
.team-member .profile-picture img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
}
.team-member h3 {
	font-size: 1.75em;
	font-weight: 700;
	margin-bottom: 0;
}
.team-member span {
	font-size: 0.875em;
	font-family: 'calibri', sans-serif;
	text-transform: uppercase;
	color: #417630;
	padding-top:-10px;
}
.team-member .profile-social {
	font-size: 1.3125em;
	line-height: 1.9047em;
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 60%;
	left:55px;
	display: none;
}
.team-member .profile-social .icons-wrapper {
	margin: 50px auto 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.team-member .profile-social .icons-wrapper a {
	color: #fff;
	margin: 0 5px;
}
.team-member .profile-social .icons-wrapper a:hover {
	color: #417630;
}
.team-member .team-bio {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 89%;
	left: 40px;
	right: 70px;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: rgba(91, 223, 48, 0.25);
	padding: 0 20px 20px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-background-clip: border;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	z-index: 1;
}
.team-member .team-bio p {
	font-size: 0.75em;
	height: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	margin-bottom: 0;
}
.team-member:hover {
	background-color: rgba(91, 223, 48, 0.12)
}
.team-member:hover .profile-picture .profile-overlay {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.team-member:hover .profile-picture .icons-wrapper {
	margin-top: 150px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}
.team-member:hover .team-bio {
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-member:hover .team-bio p {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}
.team-detail h4 span {
	margin-top: 5px;
}
.box-bg p {
	padding: 10px 20px;
	font-size: 14px;
}
.box-bg h6, h4 {
	font-weight:700;
	line-height:1.1em;
	margin-bottom: 20px;
}
.box-bg {
	padding: 10px 20px;
}
/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #417630;
	color:#fff;
}
/* ------- */

.isotopeWrapper article {
	margin-bottom: 30px;
}
#portfolio img {
	width:100%;
}
#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}
nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}
.portfolio-items article img {
	width:100%;
}
.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.portfolio-item .portfolio-desc {
	display: block;
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220, 0.7);
}
.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
	transition: all 200ms ease-in-out 0s;
	opacity: 1;
}
.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
	opacity: 0;
	position: relative;
}
.portfolio-item:hover .folio-info {
	height: 100%;
	opacity: 0.8;
	transition: all 500ms ease-in-out 0s;
	top:-10px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}
/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top: 20px;
	padding-bottom:40px;
	position:relative;
}
.testimonial i {
	color: #fff;
	margin-top:100px;
}
.testimonial span.author {
	color: #fff;
	font-weight: 700;
}
.testimonial h5 {
	color: #fff;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	line-height: 1.5em;
}
.testimonial h1 {
	color:#fff;
	line-height:normal;
}
/*===========================
  --- Contact ----
=========================== */

/*====================
  Clients
==================== */
#clients img {
	opacity: 0.7;
}
#clients img:hover {
	opacity: 1;
}
/*=========================
  Footer
 ================= */

section#footer {
	background: #242424;
	margin: 0;
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	padding:0;
}
section#footer .copyright {
	text-align: center;
	padding:5px 0 0 0;
	color:#fff;
	font-size:13px
}
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}
a.scrollup {
	height:40px;
	width:40px;
	color:#fff;
	font-size:22px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.scrollup:hover {
	opacity:1;
	color:#fff;
	font-size:18px;
	line-height:30px;
}
/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#417630;
}
.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}
.stats strong.number {
	font-size: 38px;
}
.stats span.text {
	font-weight: 700;
	font-size: 24px;
}
/* buttons */
.btn {
	border: 0;
}
.btn.bold {
	font-weight: 600;
}
.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}
.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}
.arrowdown {
	width:35px;
	height:35px;
	position:absolute;
	top: -45px;
	left:50%;
	margin-left:-49px;
}
.arrowback {
	width:35px;
	height:35px;
	position:absolute;
	bottom: 3px;
	left:50%;
	margin-left:-49px;
}
.arrowback ul {
	padding:0px;
}
.arrowback li {
	padding:0px;
}
.arrowback nav ul li a {
	padding:0;
}
.about-us-main {
	width:310px;
	height:200px;
	float:left;
	margin-right:0px;
}
.about-us-main a {
	text-decoration:none;
}
.about-us-main h1 {
	font-family: 'calibri', sans-serif;
	text-transform:uppercase;
	font-size:40px;
	line-height:40px;
	color:#000;
	font-weight:700;
}
a {
	text-decoration:none;
}
.about-us-main h2 {
	font-family: 'oswaldlight';
	text-transform:uppercase;
	font-size:34px;
	line-height:34px;
	color:#333;
	font-weight: normal;
	margin-top:25px;
}
.about-us-main h3 {
	font-family: 'oswaldlight';
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
	color:#333;
	font-weight: normal;
	margin-top:7px;
}
/* -----------------------------------------
   About Slider
----------------------------------------- */
#wrap22, #wrap23, #wrap24, #wrap25, #wrap26 {
	width:100%;
	margin:0 auto;
}
 
#content, #content2, #content3, #content4, #content5 {
	max-width: 1200px;
	overflow:hidden;
}
.contentbox-wrapper {
	position:relative;
	left:0;
	width:5000px;
	height:100%;
}
.contentbox h3 {
	margin:5px 0 10px;
	display:inline-block;
	text-transform:capitalize;
}
.contentbox-wrapper-about-1, .contentbox-wrapper-about-2, .contentbox-wrapper-about-3, .contentbox-wrapper-about-4, .contentbox-wrapper-about-5, .contentbox-wrapper-about-6, .contentbox-wrapper-about-7, .contentbox-wrapper-about-8, .contentbox-wrapper-about-9, .contentbox-wrapper-about-10 {
	position:relative;
	left:0;
	width:5000px;
	
}
.contentbox-wrapper-team-1, .contentbox-wrapper-team-2, .contentbox-wrapper-team-3, .contentbox-wrapper-team-4, .contentbox-wrapper-team-5, .contentbox-wrapper-team-6, .contentbox-wrapper-team-7, .contentbox-wrapper-team-8, .contentbox-wrapper-team-9, .contentbox-wrapper-team-10, .contentbox-wrapper-services-1, .contentbox-wrapper-services-2, .contentbox-wrapper-services-3, .contentbox-wrapper-services-4, .contentbox-wrapper-services-5, .contentbox-wrapper-services-6, .contentbox-wrapper-services-7, .contentbox-wrapper-services-8, .contentbox-wrapper-services-9, .contentbox-wrapper-services-10 {
	position:relative;
	left:0;
	width:5000px;
	
}
.contentbox-wrapper-news-1, contentbox-wrapper-news-2, .contentbox-wrapper-news-3, .contentbox-wrapper-news-4, .contentbox-wrapper-news-5, .contentbox-wrapper-news-6, .contentbox-wrapper-news-7, .contentbox-wrapper-news-8, .contentbox-wrapper-news-9, .contentbox-wrapper-news-1 {
	position:relative;
	left:0;
	width:5000px;
	
}
.contentbox {
	width:320px;
	overflow:hidden;
	height:390px;
	float:left;
	padding:0px;
	margin-right:90px
}
.contentbox p {
	max-height:110px;
	overflow:hidden;
	min-height:110px;
}
.contentbox2 {
	width: 1200px;
	height: 390px;
	float: left;
	padding: 0px;
}
.button2 a {
	text-transform:uppercase;
	font-family: 'calibri', sans-serif;
	font-weight:300;
	font-size:12px;
	padding:4px 8px 4px 8px;
	background:#4d4d4d;
	color:#FFF;
	text-align:center;
	float:right
}
#nav2, #nav3, #nav4, #nav5 {
	margin-top:20px;
	padding: 5px 10px 5px 0px;
}
#nav2 > ul {
	padding: 0;
}
#nav2 ul li, #nav3 ul li, #nav4 ul li, #nav5 ul li {
	display:inline;
	margin-right:10px;
	z-index:	999999999999999999999999999999;
}
#nav2 a, #nav3 a, #nav4 a, #nav5 a {
	font-weight:normal;
	text-decoration:none;
	background:none;
	padding:5px;
	text-align:center;
}
#nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover {
	background:#bc0000;
	color:#fff
}
#nav2 a.active, #nav3 a.active, #nav4 a.active, #nav5 a.active {
}
/* @override http://www.parksonspackaging.com/v2/wp-content/themes/parksons/stylesheets/stylehov.css?ver=3.5.1 */
 


.divider {
	width:5px;
	border-left:1px solid #ccc;
	height:385px;
	display:block;
	float:left;
	margin-right:40px;
	margin-left:40px;
}
.divider2 {
	width:1px;
	border-left:0px solid #999;
	height:440px;
	display:block;
	float:left;
}
.client_list {
    text-align: justify;
}
.client_list ul {
	margin:0;
	padding:0
}
.client_list ul li {
	display:inline-block;
	width:auto;
	height:85px;
	padding:10px 0
}
.client_list ul li a {
}
.client_list ul li img {
	height:auto;
transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
-o-transition:.3s;
}
.client_list ul li:hover img {
	-ms-transform: scale(1.05, 1.05); /* IE 9 */
	-webkit-transform: scale(1.05, 1.05); /* Safari */
	transform: scale(1.05, 1.05);
}
/*-----------------------
	Single Pages
-------------------------*/

.clr {
	clear:both
}
.page-section {
	width:100%;
	height:auto;
	position:relative;
	max-width:800px;
	margin:0 auto;
	padding:0;
	overflow: hidden; /* for standards compliant browsers */
	width: 100%; /* for IE */
	margin-bottom:40px;
	padding-bottom:20px;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
	* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.page-wrapper {
	border: 0px solid #fff;
	position:relative;
	padding: 2px;
	background: #fff url(images/line.png) repeat-y 1px;
}
 
.page-wrapper2 {
	border: 0px solid #fff;
	position:relative;
	padding: 2px;
	background: #fff;
}
.page-content2 {
	width:760px;
	height: auto;
	padding:15px 20px 10px 20px;
	margin:0;
	position:relative;
	float:right;
	display:block;
	border-left: 0px solid #ccc;
}
.page-content2 h2 {
	width:100%;
	float:left;
	font-size:24px;
	line-height:26px;
	color:#29abe2;
	font-weight: 400;
	margin-bottom: 10px;
	text-align:left;
}
.category-content {
	width:440px;
	max-height: 440px;
	padding:20px;
	margin:0;
	position:relative;
	float:left;
	display:block;
	overflow:hidden;
}
.category-content h2, .page-content h2 {
	width:100%;
	float:left;
	font-size:24px;
	line-height:26px;
	color:#bc0000;
	font-weight: 400;
	margin-bottom: 10px;
	text-align:left;
}
h2.category-main-title {
	width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	float:left;
	font-family: 'oswaldlight';
	text-transform:uppercase;
	font-size:28px;
	line-height:36px;
	color:#333;
	font-weight: normal;
	margin-top:10px;
	text-align:left;
}
.page-content img {
	max-width:100%;
	height:auto;
}
.category-content img {
	width:auto;
	height:250px;
}
.post-meta-data, .post-meta-data-bottom {
	width:100%;
	margin:0 auto;
	padding:0;
	float:left;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-bottom:20px;
	color:#666;
}
.post-meta-data-bottom {
	margin-top:30px;
}
.single-published-by, .single-tags {
	float:left;
	width: auto;
	margin:0 auto;
	padding:0;
}
.single-category {
	float:right;
	width: auto;
	margin:0 auto;
	padding:0;
	margin-left:30px;
}
.page-content p { 
	font-weight:normal;
	font-size:14px;
	color:#555;
	line-height:22px;
	padding-bottom:10px;
}
/* -- COMMENTS -- */

.page-section input[type="text"], .page-section input[type="password"], .page-section input[type="date"], .page-section input[type="datetime"], .page-section input[type="email"], .page-section input[type="number"], .page-section input[type="search"], .page-section input[type="tel"], .page-section input[type="time"], .page-section input[type="url"], .page-section textarea {
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 6px;
	height: 24px;
	width: 100%;
	max-width:604px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.page-section textarea {
	height: auto;
}
.comments {
	margin-top:20px;
	margin-bottom:40px;
	padding:0;
	padding-left:0px;
	margin-left:0;
	margin-right:0;
}
.comments .children {
	margin-top:20px;
	margin-bottom:40px;
	padding:0;
	padding-left:40px;
	margin-left:0;
	margin-right:0;
}
.comment-body {
	margin-bottom:60px;
}
ol#comments, ol.commentlist {
	margin-left:0px;
}
h3#comments {
	text-align:left;
	margin-top:10px;
	margin-bottom:30px;
	color:#666;
}
.comment-author {
	width:100%;
	display:block;
	position:relative;
	float:left;
}
.comment-meta {
	width:100%;
	display:block;
	position:relative;
	float:left;
	margin-top:10px;
}
.comment-author img, .comment-author .fn, .comment-author .says {
	display:block;
	float:left;
}
.comment-author .fn, .comment-author .says {
	margin-left:10px;
	padding-top:20px;
	display:block;
	float:left;
	font-family: 'oswaldlight';
	text-align:left;
	color:#808080;
	font-size:14px;
	line-height:14px;
	font-weight: normal;
	font-style: normal;
	text-transform:uppercase;
}
.reply {
	width:100%;
	margin-left:0px;
	padding-top:0px;
	display:block;
	float:left;
	margin-bottom:20px;
}
.reply a {
	width:100%;
	font-family: 'oswaldlight';
	text-align:left;
	color:#808080;
	font-size:14px;
	line-height:14px;
	font-weight: normal;
	font-style: normal;
	text-transform:uppercase;
	display:block;
}
.comment-meta {
	text-align:left;
}
.commentlist p {
	margin-bottom:10px;
}
h3#reply-title {
	width:100%;
	text-align:left;
	margin-top:10px;
	color:#666;
}
h2.comments-header, h2#comments-header {
	width:100%;
	font-family: 'oswaldlight';
	font-style:normal;
	font-size:36px;
	line-height:36px;
	text-align:left;
	padding-bottom:15px;
	margin-top:20px;
	color:#666;
}
.form-submit input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	padding:8px;
	border:1px #c3c3c3 solid;
	background:#fff;
	color:#000;
	cursor:pointer;
}
.form-submit input:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	padding:8px;
	border:1px #c3c3c3 solid;
	background:#eee;
	color:#000;
	cursor:pointer;
}
/*-----------------------
	Sidebar
-------------------------*/

.inner-sidebar{width:200px;} 
.inner-sidebar .widget-title{font-size:20px; font-weight:bold; line-height:18px; padding:20px 10px ; color:#333; background:#f7f7f7;margin:0; text-align:left } 
.inner-sidebar ul{ margin:0; padding:0}
.inner-sidebar ul li {border-bottom:1px solid #CCC; background:#f7f7f7; list-style:none; padding:5px 10px}
.inner-sidebar ul li:last-child {border:none;} 
.inner-sidebar ul li a{ color:#000; font-size:14px; color:#666;}
.inner-sidebar ul li a:hover{ color:#C30;}
.inner-sidebar li.current-menu-item a{ color:#C30 !important;}

.page-content {
  border-left: 0 solid #ccc;
  display: block;
  float: right;
  height: auto;
  margin: 0;
  padding: 15px 20px 10px;
  position: relative;
  width: 590px;
}
.feature-img{
    
}
.feature-img img{
    width:100%;
    height:300px;
}

.metaslider {
  margin-top: 35px;
}

.metaslider .caption-wrap{
  left: 0 !important;
  top: 45% !important;
  width: 100% !important;
  bottom:auto !important;
  background:none !important;
  opacity:1 !important;
}
.metaslider .caption-wrap .caption {
  color: #fff !important;
  font-size: 40px !important;
  line-height: normal !important;
  font-weight:400!important;
  padding: 0 3px !important;
  font-family:"Raleway",Helvetica,Arial,sans-serif;
}

.metaslider .caption-wrap .caption .line-btn{margin-top:15px;}
.metaslider .caption-wrap .caption .line-btn a{color:#fff; }
 
.metaslider .flex-direction-nav .flex-prev,.metaslider .flex-direction-nav .flex-next{ background:#fff  !important; font-size:24px  !important; color:#333 !important; font-weight:bold !important;text-indent:0; height:60px; padding:15px 0; width:35px ;margin:0 !important; }
.flexslider .slides li{margin:0; padding:}
.metaslider .flex-direction-nav .flex-prev {
  left: 0;
  padding-left: 0;
  -webkit-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
}
.metaslider .flex-direction-nav .flex-prev:hover {
  text-decoration: none;
  margin:0 !important
}
.metaslider .flex-direction-nav .flex-next {
  right: 0;
  padding-right: 0;
  -webkit-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}
.metaslider .flex-direction-nav .flex-next:hover {
  text-decoration: none;
  margin:0 !important
}
/* ========================================
contact page
========================================= */


.contactW {
	width:100%;}
 
	
.contactTitle {	width:40%;	font-size:50px;	color:#fff;	padding:15px;	background:#000;	}
.contactContent {	font-family: 'Titillium Web', sans-serif;	float:right;	background:#FFF;	width:100%;	height:auto;	padding:20px;	color: #333;	font-size: 14px;line-height: 24px;	margin-bottom:100px}
.contactContent h1 {font-family: 'Titillium Web', sans-serif;	font-size:31px;	color:#000;	text-transform:uppercase;	font-weight:700;	padding-bottom: 10px;}
.contactInfo { }
.contactInfo a:hover{color:#3A84DF !important;} 
.contactForm { }
 .wpcf7-response-output.wpcf7-validation-errors {
  padding: 20px 0;
}
 
.contactForm form {
		font-family:Arial, Helvetica, sans-serif;
line-height: 8px;
position: relative;
height: auto;
	}
	
.contactForm form span {
	color:#333;
 }

.contactForm form label.input {
border:solid 1px #878787;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: block; 
position: relative;
margin-bottom: 15px;
margin-top:10px;
}

.contactForm form label.input > span {
font-size: 15px;
color: #000;
text-transform: lowercase;
font-style: normal;
line-height: 27px; 
display:inline-block;
width:85%
}

.contactForm form .wpcf7-form-control-wrap span {  clear: both;  color: #f00 !important;  display: block;  position: absolute;  right: 0;  top: 100%; text-align:right}
 .screen-reader-response {
  display: none;
}

.contactForm form label.input img { 
margin-left:-1px;
}
section.section {
	margin:0;
	padding: 150px 0 80px 0;
	position:relative
}
.bg-white {
	background-color: #fff;
}
.bg-gray {
	background-color: #d5d5d5;
}
/* --- section heading --- */
.section-header {
	text-align: center;
	padding-top: 30px;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 700;
}

.contactForm form label.input input {
font-family:Arial, Helvetica, sans-serif;
color: #000000;
border: none;
font-size: 14px;
position: relative;
left: 10px;
top: 0px;
text-align: left;
padding-top: 0;
background: transparent;
outline: none;
}

.contactForm textarea{ background:none;font-family:inherit;color:#000;display:block;font-size:14px;margin:5px 0 12px 0;padding:6px; width: 100%;
border:solid 1px #878787;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top:10px}

.contactWrap h4{margin:25px 0 10px 0 !important; font-size:20px }
.contactInfo h6 {
  color: #bc0000 !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 5px 0;
}

 


section.section#parallax1,
section.section#parallax2,
section.section#parallax3{
 padding:0 !important;
}

#parallax1 .col-lg-12,
#parallax2 .col-lg-12,
#parallax3 .col-lg-12{
  height: 100%;
}
 
.flexslider .slides li:first-child{display:none}
.pad-top40.pad-bot40 {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  margin: 0 !important;
  padding:5px 30px !important;
  display: inline-block !important;
  height: auto !important;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0px);
}
.pad-top40.pad-bot40 h1{padding:0; margin:0;}
/* ========================================
Media queries
========================================= */
 
 
@media (max-width: 768px) {
 
.team-member, .col-lg-4 { margin-bottom: 30px;}
.stats .col-md-3 { margin-bottom: 30px;}
section.section {  margin: 0;  padding: 80px 0;  position: relative;}
.about-us-main {  float: none;  height: auto;  margin-right: 0;  width: 100%;  text-align:center}
.divider {  border-left:none;  display: block;  float: none;  border-bottom:1px solid #ccc;  height: 1px;  margin:20px auto;  width:100%}
.contentbox {  margin: 0.5% 0.8%; }
.section.section h1{text-align:center}
.contactTitle {
  width: auto;
}
.contactInfo {
  float: none;
  width: 100%;
}

.contactForm {
  float: none;
  width: 100%;
}

.contactContent {
  margin-bottom: auto;
}

.client_list {
  text-align: center;
}

.inner-sidebar {
  width: 100%;
}
.page-content {
  display: block;
  float: none;
  width: 100%;
}
#parallax1 { 
	height:350px; 
}
#parallax2 { 
	height:350px; 
}
#parallax3 { 
	height:350px; 
}
#parallax4 { 
	min-height:350px; 
}

#parallax-inner{ 
	min-height:350px; 
}
#parallax-inner {  
  background:none;
  min-height: auto;
  padding: 0;
}
#parallax-inner .quote1-pattern{display:none}

.metaslider .caption-wrap{
  top: 25% !important;
}
.text-center.small {
  margin: 10px 0 0 !important;
}


.contentbox {
  margin: 0 0.5%;
}
}


@media (max-width: 767px) {
 
.navbar { height:auto !important;}  
.navbar-fixed-bottom, .navbar-fixed-top{position:relative; height:auto}
.navbar-brand {  float: none !important;  font-size: 18px;  height: auto;padding: 5px; display:inline-block }
.navbar-brand > img {  display: block;  margin: 0 auto;}
 .metaslider {  margin-top: 0;}
.navbar-nav{ height:auto;}
.navbar .navbar-collapse ul.nav {
 background-color: #989898;
 width: 100%;
 float: none;
 margin:0;
 padding:0;
}

.navbar .navbar-collapse{padding:0; margin:0}
.navbar .navbar-collapse ul.nav li {
 border:none;
 border-bottom: 1px solid #666;
 display:block;
 text-align:center;
 padding:10px 0
}
.navbar .navbar-collapse ul.nav > li > a{display:block}
.mar-bot40{margin:0}
}

@media (max-width: 480px) 
{
.metaslider .caption-wrap .caption{text-shadow:1px 2px 3px #000; font-size:24px !important}
section.section{padding:50px 0}
#parallax1,#parallax2,#parallax3,#parallax4,#parallax5 {
  height: 220px;
  padding: 5% 0 !important;
}
.contentbox p{min-height:auto;}
.ind_block ul.ind_list {  display: block;  padding: 0;  text-align: center;}
.pad-top40.pad-bot40 h1{font-size:24px !important}	
.pad-top40.pad-bot40{top:35%;}
}
@media (max-width: 380px) 
{
#header {
  margin:0;
}
.metaslider .caption-wrap{display:none !important;}
.caption.header{display:none}
.navbar-fixed-bottom, .navbar-fixed-top{position:relative; height:auto}
.navbar-brand {  float: none !important;  font-size: 18px;  height: auto;padding: 5px; display:inline-block }
section#footer{position:relative}
.line-btn, input[type="submit"], button[type="submit"] {padding:0 20px}
.contentbox {
  margin: 0.4%;
  width:280px
}

}
.img {
	width: 100%;
	max-width: 50px;
	display:inline-block;
}

