.inner-container .site-content{
    padding-bottom: 50px;
}
.not-home .content .lwi ul {
	margin: 0;
	padding: 0;
}
.not-home .normal-content .lwi li{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-weight: 200;
}
.lwi li p:nth-of-type(1) {
	margin-bottom: 0;
}
.tci {
	overflow: hidden;
	margin: 50px 0 30px;
	padding-bottom: 10px;
}
.tci .col-lg-5.left {
	padding-left: 0;
	width: 50%;
}
.tci .col-lg-5.right {
	padding-right: 0;
	width: 50%;
}
.tci img {
	max-width: 100%;
	box-shadow: 7px 7px 7px rgba(0,0,0,0.29);
}
.content-left {
	padding-bottom: 80px;
}
.section.header-alt {
	z-index: 1;
}
.has-header-alt header {
	z-index: 2;
}
.sidebar-up .has-sidebar {
	margin-top: -27px;
}
.sidebar-up .normal-content {
	margin-top: 114px;
	padding-right: 100px;
    padding-left: 0;
    float: left;
}
.sidebar-up .normal-content img {
	max-width: 100%;
}
.sidebar-up .sidebar-container {
	right: 0;
	padding: 95px 40px 80px;
}
.plain-content img.alignright {
	float: right;
	margin-left: 50px;
}
.plain-content {
	overflow: hidden;
}
ul.flist {
	overflow: hidden;
}
.not-home .content ul.flist li {
    margin-bottom: 5px;
    float: left;
    width: 25%;
    font-weight: 200;
}
.section p, .section li {
	font-weight: 200;
}
.section li {
	position: relative;
	padding-left: 10px;
}
sup {
	font-weight: normal;
    font-size: 18px;
    top: -0.9em;
    left: 1px;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
   color: #000;
}

.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

.gform_wrapper input::-moz-placeholder , .gform_wrapper textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #000;
}

.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
   color: #000;
}
.site .gform_wrapper input[type=email], .site .gform_wrapper input[type=number], .site .gform_wrapper input[type=password], .site .gform_wrapper input[type=tel], .site .gform_wrapper input[type=text], .site .gform_wrapper input[type=url] {
	height: 52px;
	line-height: 52px;
}
.section.header-alt {
	background-position: left bottom;
}
.section.header-alt {
	/*height: auto;*/
}
.not-home .section.header-alt h1 {
	margin: 0;
	line-height: 85px;
}
.absolute-right .quote-button {
	display: inline-block;
	vertical-align: top;
}
.absolute-right, .absolute-right span a {
	top: 0;
	vertical-align: top;
}
.absolute-right * {
	line-height: 40px;
}
.absolute-right .tel{
margin:0;
}
.main-navigation a {
	padding: 0 20px 0 0;
    letter-spacing: -0.5px;
}
.page.not-home .section.section-header {
    padding-top: 290px;
   padding-bottom: 50px;
}
/*.section.content-right:before {
	display: none;
}*/
.container {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    width: 100%;
}
/*.section.content-right {
	-webkit-mask-size: cover;
	-webkit-mask-image: url(images/mask-page.png);
	mask-image: url(images/mask-page.png);
	margin-top: -5px;
	margin-bottom: -10px;
	z-index: 50;
}*/
.vmm {
	display: none !important;
}
.nav-icon2 {
	position: absolute;
	left: 25px;
	width: 40px;
	top: 39%;
	height: 30px;
	z-index: 200;
}
#nav-icon2 {
  width: 100%;
  height: 45px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.has-header-alt #nav-icon2 span,
.home #nav-icon2 span {
  background: #fff;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 0;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 24px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 13px;
  border-radius: 0px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 13px;
  border-radius: 0px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 25px;
  border-radius: 0px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 25px;
  border-radius: 0px;
}
.mmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mmenu ul li {
	display: block;
	text-align: center;
	float: none;
}
.mmenu ul li a {
	color: #000;
	font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 0;
    display: block;
    padding: 0;
    font-weight: 200;
}
.menu-vm {
	position: absolute;
	top: 0;
	right: -100%;
	max-width: 250px;
	width: 100%;
	z-index: 9000;
	height: 100%;
	/*overflow-y: scroll;*/
	text-align: center;
	padding-left: 0;
	background-color: #ede9e0;
}
.mm-cont {
	background: #ede9e0;
	padding: 30px;
    /*height: 100%;*/
}
.menu-vm:before {
	content: "";
	background: url(images/bleft.png) repeat-y top left;
	position: absolute;
	left: -21px;
	top: 0;
	width: 21px;
	height: 100%;
}
.menu-vm .search-icon {
	display: none;
}
.mlogo {
	margin-bottom: 20px;
}
.menu-opened, .menu-opened #page {
	overflow: hidden;
	height: 100%;
}
body.menu-opened {
	position: relative;
}
.overlay-mobile {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 150;
}
.msearch {
	position: absolute;
	top: 39%;
	right: 25px;
}
.msearch a {
	font-size: 24px;
	color: #000;
}
.has-header-alt .msearch a,
.home .msearch a{
	color: #fff;
}
.mlogo img {
	max-width: 180px;
}
.logo {
	margin-top: 10px;
}
.video-wrap:after {
	/*display: none;*/
}
.contact .gforms_confirmation_message {
	font-size: 20px;
}
.home .site-header {
	position: absolute;
	left: 0;
	width: 100%;
}
.home .section.section-header {
	margin-top: 0;
}
.not-home .header-content-left .logos ul li, .not-home .header-blog .logos ul li {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.not-home .header-content-left .logos ul, .not-home .header-blog .logos ul {
	display: table;
	overflow: hidden;
}
.not-home .header-content-left .logos ul li img, .not-home .header-blog .logos ul li img {
	transform: none;
}
.not-home.about .section.header-alt h1 {
	margin-bottom: 20px;
}
.section.testimonial-listing .testimonial img {
	opacity: 1;
}
.search-slide {
	display: none;
	width: 100%;
    text-align: right;
    float: right;
    max-width: 500px;
}
#masthead .vmm+.container {
    position: absolute;
    z-index: 50;
    width: 100%;
    left: 50%;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
}
@media screen and (max-width: 1100px) {
	.site-header .pull-left {
		width: 20%;
	}
	.site-header .pull-left img {
		max-width: 100%;
	}
	.site-header .pull-right {
		width: 80%;
	}

	.site-header ul a {
		padding: 0 10px 0 0;
	}
} /*1100px*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
	.site-header .pull-left{
	    width: 18%;
    	padding-top: 8px;
	}
	.site-header .pull-left img{
		max-width: 100%;
	}
	.main-navigation a{
	    padding: 0 16px 0 0;
	}
	.site-header .pull-right ul {
	    padding-left: 0;
    	float: right;
	}
}
@media screen and (max-width: 1024px) {
	.site-header .pull-left, .site-header .pull-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.site-header .pull-right ul {
	    padding: 0;
	    text-align: center;
	}
	.site-header .pull-right ul li {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.section.section-header {
		margin-top: 0;
	}
	.site-header {
		position: absolute;
		left: 0;
		width: 100%;
	}
	.header {
		height: auto;
	}
	.header h1, .site-header .pull-right ul {
	    margin: 0;
	    padding: 10px 0;
	}
	.section.section-header {
		padding-top: 280px;
	}
	.section.section-header h1 {
		font-size: 52px;
	}
	.section.section-header p {
		font-size: 25px;
	}
	.site .gform_wrapper h3.gform_title {
		font-size: 22px;
	}
}/*1024*/
@media screen and (max-width: 900px) {
	.absolute-right .tel {
		font-size: 22px;
	}
	.absolute-right * {
		margin-left: 0;
	}
	.top-bar .pull-right, .top-bar .pull-left, .absolute-right span a {
		font-size: 12px;
	}
} /*900*/
@media screen and (max-width: 800px) {
	.site-header ul a {
		font-size: 12px;
	}
	.absolute-right .quote-button, .absolute-right .tel {
		font-size: 12px;
	}
} /*800*/
@media screen and (max-width: 768px) {
	.section.section-header h1 {
	    font-size: 42px;
	}
	.section h2 {
		font-size: 36px;
	}
	.section p, .section li {
	    font-size: 14px;
	}
	.section .services-block .service {
		width: 50%;
		margin-bottom: 50px;
	}
	.section .services-block .service img {
		margin-left: 0;
		max-width: 100%;
	}
	.section .services-block .service p {
		min-height: 0;
		height: auto;
	}
	.section .services-block .service:nth-of-type(3) {
		clear: left;
	}
} /*768*/
@media screen and (max-width: 767px) {
	.vmm {
		display: block !important;
	}
	.hmm {
		display: none !important;
	}
	.site-header{
		background: #ede9e0;
	    padding: 10px 0 20px;
	}
	.has-header-alt .site-header,
	.home .site-header {
		background-color: rgba(0,0,0,0.6);
	}

	.mob-logo {
		text-align: center;
	}
	.mob-logo h1 {
		margin: 0;
	}
	.top-bar .pull-left {
		display: none;
	}
	.absolute-right {
		width: 100%;
		padding-left: 25px;
		position: static;
	}
	.top-bar .container {
		padding: 0;
	}
	.absolute-right .quote-button {
		float: right;
	}
	.absolute-right .quote-button, .absolute-right .tel {
		font-size: 14px;
	}
	.section.section-header .btn-wrap {
		display: none;
	}
	.section.section-header .container>.pull-right, .section.section-header .container>.pull-left {
		float: none !important;
		width: 100%;
		padding: 0;
	}
	.section .content-wrap {
		width: 100%;
		height: auto;
		float: none !important;
		padding: 40px 25px;
	}
	.section .absolute-wrap img  {
		max-width: 100%;
	}
	.section .absolute-wrap {
		position: static;
		height: auto;
		width: 100%;
	}
	.section.section-content-image .container {
		padding: 0;
	}
	.vmm.hform {
		float: none !important;
		width: 100%;
		padding: 40px 25px;
	}
	.site .gform_wrapper h3.gform_title {
	    font-size: 30px;
	    text-align: center;
	}
	.section.testimonial-slider p {
		font-size: 22px;
		padding: 0 70px;
	}
	.search-slide {
		position: absolute;
		bottom: -54px;
		left: 0;
		max-width: 100%;
	}
	.nav-icon2 {
		top: 150px !important;
	}
} /*767*/
@media screen and (max-width: 600px) {
	.section .services-block h3 {
		margin-top: 60px;
	}
	.section .services-block .service {
		width: 100%;
		text-align: center;
	}
	.etc.list-inline>li {
		display: block;
	}
} /*600*/
@media screen and (max-width: 480px) {
	.section.testimonial-slider {
		padding-top: 39px;
	}
	.section.testimonial-slider .owner div {
		font-size: 18px;
	}
	.section.testimonial-slider .owner img {
		max-width: 100px;
	}
	.section.testimonial-slider p {
		font-size: 14px;
	}
	.section.testimonial-slider p.author {
		font-size: 16px;
	}
	.mob-logo h1 img {
		max-width: 156px;
	}
	.msearch, .nav-icon2 {
		top: 22%;
	}
	.nav-icon2 {
		width: 25px;
	}
	#nav-icon2 span {
		height: 3px;
	}
	#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
		top: 18px;
	}
	#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
		top: 9px;
	}
	#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(2) {
		    top: 19px;
	}
	#nav-icon2.open span:nth-child(6), #nav-icon2.open span:nth-child(5) {
		top: 23px;
	}
	.absolute-right .quote-button, .absolute-right .tel {
	    font-size: 13px;
	}
	.absolute-right .quote-button {
		padding:0 10px;
	}
	#nav-icon2 {
		top: 3px;
	}
	.absolute-right {
		padding-left: 15px;
	}
	#nav-icon2.open {
		right: 10px;
	}
	.section .services-block .service {
		width: 100%;
		padding: 0;
	}
	.testimonials .call-action .btn-wrap {
		text-align: center;
	}
	.testimonials .call-action .btn.yellow.alt {
		background-image: url(images/yb.png);
		max-width: 242px;
		width: 100%;
		font-size: 12px;
		background-repeat: no-repeat;
	    height: 49px;
	    line-height: 49px;
	    margin-bottom: 15px;
		text-align: center;
	}
	.absolute-right .extra {
		padding-right: 15px;
		font-size: 12px;
	}
	#nav-icon2 {
		top: 48px !important;
	}
	.nav-icon2 {
	    top: 80px !important;
	    left: 20px !important;
	}
	.logo img {
		max-width: 65%;
	}
	.about .section.section-header {
		height: 380px;
	}
	.page.not-home.about #content .section.section-header {
		padding-top: 220px !important;
	}
} /*480*/
@media screen and (max-width: 375px) {
	.absolute-right .extra {
	    padding-right: 10px;
	    font-size: 12px;
	    position: relative;
	    top: -9px;
	}
}/*375*/

