@charset "utf-8";
/* CSS Document */
/*style sheet for Website.com

version 1.0 last modified on 00/00/11

© 2011 Website.com Designed by Proaxxs Advanced Technologies / falcon Creative studio.com

*/
/* to jump to a specific section search for the unique character pair at the front of each Table Of Contents section 
	<<<tip, highlight the special character and use the shortcut for Find Selection Cntr/Cmd + Shift + G >> */
/* ----- Style sheet Table Of Contents ----------------
      ^1 Global constants
	  ^2 CSS reset
	  ^3 Global classes
	  ^4 Layout Styles
			  ^5a Header
			  ^5b Navigation
			  ^5c Banner
			  ^5d Main Content
			  ^5e Footer
			  behavior: url(/PIE.htc);
*/
/* ^1 *** global constants *** */
body,
html {
  margin: 0px;
  padding: 0px;
}
body {
  text-align: center;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 14px;
}
/* ^2 *** limited-scale reset *** */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
address,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
.center {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  padding: 0px 20px;
}
p {
  line-height: 1.8;
  margin-bottom: 10px;
  color: #444;
}
h1 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #333;
  margin-bottom: 0.4em;
}
h2 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #1d7a26;
  margin-bottom: 20px;
}
h3 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #444;
  font-size: 21px;
}
h4 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #444;
  font-size: 18px;
}
h5 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #444;
  font-size: 16px;
}
h6 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #444;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 25px;
  text-transform: uppercase;
}
/* ^3 *** global classes *** */
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.clearBoth {
  clear: both;
}
br.clearBoth {
  height: 0px;
  clear: both;
  font-size: 1px;
  line-height: 0px;
}
.hide {
  display: none;
}
ul,
li,
a {
  text-decoration: none;
  list-style: none;
}
ul:hover,
li:hover,
a:hover {
  text-decoration: none;
}
a {
  color: #1d7a26;
}
a:hover{
	color: #444;
}
/*button*/
.btn {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.btn-red {
  background: #1d7a26;
  padding: 3px 20px;
  margin: 5px 0px 10px;
  border: 0;
  border-radius: 2px;
  height: 44px;
  line-height: 36px;
  text-transform: uppercase;
}
.btn-red:hover {
  background: #333333;
  color: #fff;
}


/* Custom CSS */


.member p{
height: 7em;
}
/* Banner Style */
.banner {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.ls-layer,
	.ls-layer * {
		font-weight: normal;
		text-shadow: none !important;
	}



#layerslider h1, #layerslider h2, #layerslider h3, #layerslider h4, #layerslider h5, #layerslider h6 {
	color: #fff;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#layerslider .ls-layer .title{
	font-size: 28px;	
}
#layerslider .ls-layer p{
	font-size: 16px;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	color: #fff;
	line-height: 28px;
}
#layerslider .ls-layer .title2{
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
#layerslider .ls-layer p.text{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.ls-bottom-nav-wrapper{
	visibility: hidden !important;
}
#layerslider .ls-layer p.whiteBg{
	background: rgba(255,255,255,.60);
	padding: 20px 30px;
	color: #444;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
#layerslider .ls-nav-prev{
	left: 0; 
	background: #1d7a26;
	font-family: "FontAwesome";
}
#layerslider .ls-nav-prev:before{
	content:"\f053";
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
#layerslider .ls-nav-next{
	right: 0;
	background: #1d7a26;
	font-family: "FontAwesome";
}
#layerslider .ls-nav-next:before{
	content: "\f054";
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}




/* Main Header */
.mainHeader {
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  margin-top: -69px;
  margin-bottom: 50px;
  z-index: 9999;
  width: 100%;
  height: 69px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33111111', endColorstr='#33111111',GradientType=0 );
  border-bottom:2px solid #1d7a26;
}
.mainHeader .logo {
  float: left;
  padding: 2px 0;
}
.mainHeader .logo a {
  background: url(../img/logo.png) no-repeat left top;
  height: 64px;
  width: 200px;
  display: block;
  text-indent: -9999em;
}
.mainHeader .mainNav {
  float: right;
  padding: 23px 0;
  margin-bottom: 0;
}
.mainHeader .mainNav .navbar-toggle {
  border-color: #444;
  margin: 0;
  margin-top: 15px;
}
.mainHeader .mainNav .navbar-toggle .icon-bar {
  background-color: #444;
}
.mainHeader .mainNav ul li {
  float: left;
  padding: 0px 10px;
  text-transform: uppercase;
}
.mainHeader .mainNav ul li a {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #444;
  background: none;
  padding: 0;
}
.mainHeader .mainNav ul li a:hover {
  color: #1d7a26;
}
.mainHeader .mainNav ul li.active a {
  color: #1d7a26;  
}
.mainHeader.affix {
  position: fixed;
  background: #fff;
  margin-top: 0;
  top: 0;
  width: 100%;
}


/* Main Content */
.newSection {
  margin-bottom: 50px;
}
.newSection .header .title {
  float: left;
  background: #fff;
  padding-right: 10px;
  margin-bottom: 20px;
}
.newSection .header .sep {
  background: #ffffff url(../img/sep.png) repeat-x left top;
  height: 10px;
  display: block;
  margin-top: 15px;
}
.mainContainer .header .title {
  float: left;
  background: #fff;
  padding-right: 10px;
  margin-bottom: 20px;
}
.mainContainer .header .sep {
  background: #ffffff url(../img/sep.png) repeat-x left top;
  height: 10px;
  display: block;
  margin-top: 15px;
}



/* About */
.mainContainer .about .ourTeamDetails {
  padding: 33px 0px 0px 0px;
  text-align: center;
}
.mainContainer .about .ourTeamDetails .nav-tabs {
  border: none;
  margin: 0 auto;
  display: inline-block;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.mainContainer .about .ourTeamDetails .nav-tabs li a {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  background: #333;
  padding: 4px 21px;
  border: none;
  border-radius: 0;
  margin: 0;
  font-weight: bold;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  height: 55px;
  line-height: 47px;
}
.mainContainer .about .ourTeamDetails .nav-tabs li a:hover {
  background: #1d7a26;
}
.mainContainer .about .ourTeamDetails .nav-tabs li.active {
  border: none;
  position: relative;
}
.mainContainer .about .ourTeamDetails .nav-tabs li.active .arrow {
  background: url(../img/arrow-bg.png) no-repeat left top;
  position: absolute;
  height: 46px;
  width: 10px;
  left: 47%;
  bottom: -44px;
}
.mainContainer .about .ourTeamDetails .nav-tabs li.active a {
  background: #1d7a26;
  margin: 0;
  border-radius: 0;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  border: 0;
  font-weight: bold;
  border-left: 1px solid #1d7a26;
  border-right: 1px solid #1d7a26;
}
.mainContainer .about .tab-content {
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

/* Team member*/
.mainContainer .about .tab-content .team {
  text-align: center;
}
.mainContainer .about .tab-content .team .member {
  margin-bottom: 30px;
}
.mainContainer .about .tab-content .team .title {
  color: #444;
  margin-bottom: 2px;
  font-size: 16px;
}
.mainContainer .about .tab-content .team .job {
  color: #999999;
  font-size: 12px;
  margin-bottom: 8px;
}
.mainContainer .about .tab-content .team .ourImg {
  margin-bottom: 20px;
}
.mainContainer .about .tab-content .team .social {
  padding-top: 10px;
}
.mainContainer .about .tab-content .team .social .icon28 {
  border-radius: 2px;
  background: #e5e5e5;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  margin-right: 5px;
  color: #444;
}
.mainContainer .about .tab-content .team .social .facebook:hover {
  background: #345290;
  color: #fff;
}
.mainContainer .about .tab-content .team .social .twitter:hover {
  background: #1bb2e9;
  color: #fff;
}
.mainContainer .about .tab-content .team .social .linkedin:hover {
  background: #007bb6;
  color: #fff;
}
.mainContainer .about .tab-content .team .social .googleplus:hover {
  background: #d54636;
  color: #fff;
}
/* Skill */
.mainContainer .about .tab-content .skill .title {
  text-align: left;
  margin-bottom: 10px;
}
/*Progress Bar*/
.progress {
  height: 40px;
  box-shadow: none;
  border-radius: 0;
  background: #333;
  margin-bottom: 30px;
}
.progress-bar {
  background-color: #1d7a26;
}


/*process*/
.process {
  text-align: center;
  margin-bottom: 30px;
}
.process .blackBg {
  background: #333;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  color: #fff;
  line-height: 130px;
  display: inline-block;
  position: relative;
}
.process .blackBg .number {
  background: #1d7a26;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  line-height: 33px;
  position: absolute;
  left: 0;
  font-size: 14px;
}



/*Testimonial*/
.testimonialContainer .testimonialContent {
  border-left: 2px solid #1d7a26;
  padding: 15px 20px ;
  background: #f7f7f7;
  position: relative;
}
.testimonialContainer .testimonialContent p {
  font-family: "Alike", Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 30px;
  margin: 0px;
}
.testimonialContainer .testimonialContent .arrowdown {
  position: absolute;
  background: url(../img/testimonial-arrow.png) no-repeat left top;
  height: 10px;
  width: 10px;
  bottom: -9px;
  left: 30px;
}
.testimonialContainer .testimonialAuthor {
  margin-top: 22px;
}
.testimonialContainer .testimonialAuthor .author {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 50%;
}
.testimonialContainer .testimonialAuthor .authorDetails {
  margin-top: 15px;
  float: left;
}
.testimonialContainer .testimonialAuthor .authorDetails .title {
  color: #444;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.testimonialContainer .testimonialAuthor .authorDetails .job {
  color: #1d7a26;
  margin: 0px;
  font-size: 12px;
}
.testimonialContainer .contact {
  border-left: 2px solid #1d7a26;
  padding: 20px 20px 15px;
  background: #f7f7f7;
  line-height: 30px;
}
.testimonialContainer .contact p {
  font-family: Alike;
  font-size: 14px;
  line-height: 30px;
}

.cbp-qtrotator {
	position: relative;
	width: 100%;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
	visibility: hidden;
}
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent{
	visibility: visible;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #ddd;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}




/* Gallery Portfolio */
#content.portfolios {
  margin-left: 0;
}
#content.portfolios .group {
  text-align: center;
  padding-top: 30px;
}
#content.portfolios .group .option-set {
  margin: 0 auto;
  display: inline-block;
}
#content.portfolios .group .option-set li {
  float: left;
  margin-bottom: 0;
  border-right: 1px solid #222222;
}
#content.portfolios .group .option-set li:last-child {
  border-right: none;
}
#content.portfolios .group .option-set li a {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background: #333333;
  text-shadow: none;
  border: none;
  padding: 4px 27px;
  text-transform: uppercase;
  height: 55px;
  line-height: 47px;
}
#content.portfolios .group .option-set li a:hover{
	background: #1d7a26;
}
#content.portfolios .group .option-set li a.selected {
  position: relative;
  background: #1d7a26;
  padding: 4px 25px;
  color: #fff;
  border-radius: 0;
  border: none;
  border-left: 1px solid #1d7a26;
  border-right: 1px solid #1d7a26;
}
#content.portfolios .group .option-set li a.selected .arrowbg {
  position: absolute;
  background: url(../img/arrow-bg.png) no-repeat left top;
  height: 43px;
  width: 10px;
  bottom: -40px;
  cursor: default;
  left: 45%;
}
#content.portfolios .sepTwo {
  border-bottom: 1px solid #eeeeee;
  height: 1px;
  margin-top: 20px;
}
#content.portfolios #container {
  border: none;
  padding: 0;
  margin: 40px -1.2% 0px -1%;
}
#content.portfolios #container .element {
  border-radius: 0;
}
#content.portfolios #container .element.item {
  position: relative;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
#content.portfolios #container .element.item .view {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
}
#content.portfolios #container .element.item .view .tag {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}
#content.portfolios #container .element.item .view .price {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#content.portfolios #container .element.item .view .price .value {
  color: #1d7a26;
}
#content.portfolios #container .element.item .view .mask,
#content.portfolios #container .element.item .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
#content.portfolios #container .element.item .view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#content.portfolios #container .element.item .view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 25px 20px;
  height: 100%;
  border-bottom: 4px solid #1d7a26;
}
#content.portfolios #container .element.item .view-first .top {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content.portfolios #container .element.item .view-first .title {
  color: #444 ;
}
#content.portfolios #container .element.item .view-first .bottom {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#content.portfolios #container .element.item .view-first:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#content.portfolios #container .element.item .view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#content.portfolios #container .element.item .view-first:hover .top,
#content.portfolios #container .element.item .view-first:hover .bottom {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
#content.portfolios #container .element.item .view-first:hover .bottom {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#content.portfolios #container .element.item .view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#content.portfolios #container .element.col-md-4 {
  width: 300px;
  height: 320px;
  margin: 10px;
  padding: 0;
}



/* Blog Post */
.blog {
  margin-bottom: 30px;
}
.blog .singlepost {
  background: #fff;
  border: 5px solid #f5f5f5;
  box-shadow: inset 0px 0px 0px 1px #e5e5e5;
  padding: 15px;
  margin-bottom: 20px;
  min-height: 542px;
}
.blog .singlepost:nth-child(3n+1) {
  margin-left: 0px;
}
.blog .singlepost .postImg {
  margin-bottom: 20px;
}
.blog .singlepost .postImg img {
  width: 100%;
}
.blog .singlepost .by {
  color: #666666;
}
.blog .singlepost .by .author {
  color: #1d7a26;
  padding-left: 5px;
}
.blog .singlepost .by .author:hover{
	color: #444;
}
.blog .singlepost .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  min-height: 50px;
}
.blog .singlepost .title a {
  color: #444;
}
.blog .singlepost .title a:hover {
  color: #1d7a26;
}
.blog .singlepost .tag {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.blog .singlepost .tag .iconTag {
  font-size: 14px;
  padding-right: 5px;
  color: #999999;
}
.blog .singlepost .tag a {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #1d7a26;
}
.blog .singlepost .tag a:hover{
	color: #444;
}
.blog .singlepost .reading {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.blog .singlepost .reading .link {
  float: left;
}
.blog .singlepost .reading .iconHeart {
  float: right;
  color: #999999;
  margin: 5px;
}
.blog .singlepost .reading .iconComment {
  float: right;
  color: #999999;
  margin: 5px;
}


/* Twitter Feed */
.tweets {
  border-left: 3px solid #1d7a26;
  background: #f7f7f7;
  font-family: Alike;
  font-size: 14px;
}
.tweets .iconTwitter {
  float: left;
  font-size: 55px;
  margin-right: 20px;
  line-height: 0;
  color: #1bb2e9;
}
.tweets li {
  padding: 25px 20px;
}
.tweets .text {
  padding-top: 5px;
  font-size: 14px;
  line-height: 27px;
  color: #444;
}


/* Contact Form */
.contactForm .success {
  padding-top: 20px;
}
.contactForm .success p {
  color: #499127;
  font-weight: normal;
  margin-bottom: 0;
}
.contactForm .success strong {
  font-weight: normal;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.contactForm p.error {
  color: #1d7a26;
  padding-top: 20px;
}
.contactForm form p {
  margin: 0 0 25px;
}
.contactForm form label {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 16px;
  cursor: default;
  padding-top: 5px;
  float: left;
  width: 100px;
  font-weight: normal;
}
.contactForm form label.error {
  font-size: 11px;
  display: block;
  float: none;
  width: 100%;
  margin-left: 100px;
  color: #F00;
}
.contactForm form label span {
  color: #1d7a26;
}
.contactForm form .textfield {
  width: 45%;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  padding: 6px;
  outline: none;
}
.contactForm form .textarea {
  width: 70%;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  padding: 6px;
  outline: none;
}
.contactForm form .btn-red {
  margin: 0px 0px 0px 100px;
  padding: 0px 25px;
  text-transform: uppercase;
  font-weight: normal;
}


/* Contact Details */
.contactInfo {
  margin-bottom: 30px;
}
.contactDetails{
	margin-bottom: 30px;
}
.contactDetails ul li {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 26px;
}
.contactInfo .header .title{
	margin-bottom: 30px
}

/* Get iIn Touch */
.getInTouch .social .icon28 {
  border-radius: 2px;
  background: #e5e5e5;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  margin-right: 2px;
  color: #444;
  text-align: center;
  margin-bottom: 10px;
}
.getInTouch .social .icon28:hover{
	color: #fff;
}
.getInTouch .social .facebook:hover {
  background: #345290;
}
.getInTouch .social .twitter:hover {
  background: #1bb2e9;
}
.getInTouch .social .linkedIn:hover {
  background: #007bb6;
}
.getInTouch .social .googlePlus:hover {
  background: #d54636;
}
.getInTouch .social .dribbble:hover{
	background: #f46899;
}
.getInTouch .social .flickr:hover{
	background: #0063c9;
}
.getInTouch .social .tumblr:hover{
	background: #35506b;
}

/* Footer */
.footer {
  background: #333333;
}
.footer p {
  color: #fff;
  margin: 0;
  padding: 10px 0;
  float: left;
}
.footer p.right {
  float: right;
}
.footer p a{
	color: #fff;
}
.footer p a:hover{
	color: #1d7a26;
}

/*flexslider*/
.flexslider .slides li {
  position: relative;
}
.flexslider .slides li .bg {
  text-align: left;
  position: absolute;
  left: 20%;
  top: 20%;
  background: rgba(34, 34, 34, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33222220', endColorstr='#33222220',GradientType=0 );
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  width: 30%;
}
.flexslider .slides li .bg h2 {
  color: #fff;
}
.flexslider .slides li .bg P {
  color: #fff;
}
.flexslider .slides li .bg .btn-red {
  text-transform: uppercase;
  padding: 0px 22px;
  font-size: 16px ;
  margin: 10px 0px 0px 0px;
  font-weight: normal;
  line-height: 44px;
}

/* Banner Social icons */
.socialIcons {
	text-align: center;
	position: absolute;
	top: 70%;
	width: 100%;
}
.socialIcons .icon28{
	background: #e5e5e5;
	width: 28px;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	margin-right: 2px;
	color: #fff;
	border-radius: 2px;
	opacity: .9;
}
.socialIcons .icon28:hover{
	opacity: 1;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}
.socialIcons .icon28.facebook{
	background: #345290;
}
.socialIcons .icon28.twitter{
	background: #1bb2e9;
}
.socialIcons .icon28.linkedIn{
	background: #007bb6;
}
.socialIcons .icon28.googlePlus{
	background: #d54636;
}
.socialIcons .icon28.dribbble{
	background: #f46899;
}
.socialIcons .icon28.flickr{
	background: #0063c9;
}
.socialIcons .icon28.tumblr{
	background: #35506b;
}


/* Media Query */
@media screen and (max-width: 767px) {
  .banner img {
    height: auto;
  }

  header.mainHeader {
    background: #fff;
    margin-top: 0px;
	height: auto;
  }
  .mainHeader .mainNav {
    padding: 0;
    float: none;
  }
  .mainHeader .mainNav ul li {
    float: none;
    padding: 7px 10px;
  }
  .testimonial {
    margin-bottom: 20px;
  }
  .contactForm {
    margin-bottom: 50px;
  }
  .footer p,
  .footer p.right {
    float: none;
    text-align: center;
  }
  .footer p.right {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  body #wrapper .col-xs-6 {
    width: 100%;
  }
  .flexslider .slides li .bg {
  padding:5px 10px;
  top: 0%;
  height:100%;
  width:66%;
  }
  .flexslider p{
  line-height: 1.2;
  }
  .flexslider h2{
  margin-bottom: 10px;
  font-size:18px;
  }
  .map iframe{
  height: 200px
  }
  .contactForm form label {
    float: none;
    display: block;
    margin-bottom: 15px;
  }
  .contactForm form label.error{
	  margin-left: 0;
  }
  .contactForm form .textfield {
    width: 75%;
  }
  .contactForm form .textarea {
    width: 100%;
  }
  .contactForm form .btn-red {
    margin: 0px;
  }
  .mainContainer .about .ourTeamDetails .nav-tabs li.active .arrow,
  #content.portfolios .group .option-set li a.selected .arrowbg {
    display: none;
  }
}
@media screen and (max-width: 365px) {
  #content.portfolios #container .element.col-md-4 {
    width: 96%;
  }
}


/* Testimonial */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}
