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



body {
	font-family: 'Lato', Arial, Verdana, Georgia, Lucida, Helvetica, Tahoma, sans-serif, "Myriad Pro";
	font-size: 12px;
	text-align: center;
	color: #000;
	background: #E0DFD0 url(../images/bg.jpg) no-repeat center top;
	margin: 0;
}
:focus {
	outline: none;
}
img, fieldset {
	border: none;
}
a {
	color: #000;
	text-decoration: none;
}
/*================================================================*/



/*----------Start Wraper-----------*/



.wraper {
	width: 1900px;
	margin: 0 auto;
}
.top-border {
	width: 100%;
	height: 6px;
	background: #F47622;
	position: fixed;
	z-index: 3;
}
.header {
	width: 1170px;
	margin: 0 auto;
	padding: 6px 0 15px 0;
}
.topbar {
	float: right;
}
.quote-btn {
	width: 261px;
	height: 42px;
	background: #F47521 !important;
	float: right;
	position: fixed !important;
	top: 6px;
	right: 6.5%;
	z-index: 3;
	font-size: 20px;
	color: #fff;
	line-height: 42px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
}
.quote-btn:hover:before, .hvr-shutter-out-horizontal:before {
	background: #111 !important;
}
.social-media {
	margin: 12px 275px 0 15px;
	padding: 0;
	list-style: none;
	float: right;
}
.social-media li {
	float: left;
	margin: 0 6px;
}
.contact {
	/*width:275px;*/

	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
.contact li {
	margin-right: 18px;
	padding-left: 22px;
	font-size: 14px;
	color: #1a1c27;
	text-align: left;
	font-weight: 700;
	float: left;
}
.contact li.phone {
	background: url(../images/phone-icon.png) no-repeat left 3px;
}
.contact li.email {
	background: url(../images/email-icon.png) no-repeat left 3px;
}
.contact li a {
	font-size: 14px;
	color: #1a1c27;
	text-align: left;
	font-weight: 700;
}
.header .logo {
	width: 286px;
	height: 53px;
	margin: 35px 0 0 8px;
	float: left;
}
.header .logo img {
	width: 100%;
	height: auto;
}
.nav {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
.nav li {
	margin: 0 0 0 20px;
	float: left;
	position: relative;
}
.nav li:first-child {
}
.nav li a {
	font-size: 16px;
	color: #201d1b;
	font-weight: 400;
	display: inline-block;
	padding: 0 15px;
	line-height: 30px;
	transition-duration: .3s;
	border-radius: 4px;
}
.nav li a:hover {
	color: #fff;
	background: #A62131;
	border-radius: 4px;
}
.nav li ul {
	width: 240px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	background: #8E0F06;
	position: absolute;
	left: 0px !important;
	visibility: hidden;
	z-index: 999 !important;/*-webkit-box-shadow: 0 7px 7px 1px #F1F1F1;

	box-shadow: 0 7px 7px 1px #F1F1F1;*/
}
.nav li:last-child ul {
	left: auto !important;
	right: 0;
}
.nav li ul li {
	width: 240px;
	padding: 0px 0px;
	margin: 0;
	z-index: 99 !important;
	background: none;
	border-left: none;
	position: relative;
	background: none;
}
.nav li ul li:first-child {
	padding: 0px 0px;
	background: none;
}
.nav li ul li a {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	text-align: left;
	display: block;
	padding: 4px 20px;
	color: #fff;
	background: none;
}
.nav li ul li a:hover {
	color: #1f1b1b;
	background: none;
}
.mobile-menu-holder {
	width: 100%;
	margin: 20px auto;
	position: relative;
	display: none;
	float: left;
}
.mobile-menu {
	display: none;
	background: url(../images/menu-btn.png) no-repeat right center;
	width: 0px;
	height: 20px;
	font-size: 18px;
	color: #3C1F11;
	padding: 0 28px 0 0;
	margin: 0px auto;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.mobile-nav {
	display: none;
	width: 100%;
	z-index: 9999;
	position: absolute;
	top: 32px;
	right: 0;
}
.mobile-nav .nav {
	/*background:url(images/m-menu-bg.png) repeat;*/

	background-color: #fff;
	-webkit-box-shadow: 0 7px 7px 1px #999;
	box-shadow: 0 7px 7px 1px #999;
	width: 100%;
	padding-left: 0px;
	height: auto;
	padding: 10px 0;
	margin: 0;
}
.mobile-nav .nav li {
	margin: 0;
	width: 100%;
	float: none;
	padding: 0;
	background: none;
	border-right: none;
}
.mobile-nav .nav li:first-child {
	margin: 0;
}
.mobile-nav .nav li a {
	font-size: 14px;
	text-align: left;
	padding: 4px 10px 4px 20px;
	display: block;
	line-height: normal;
	color: #1f1b1b;
	background: none;
}
.mobile-nav .nav li a:hover {
	color: #f47520;
	border-bottom: none;
	background: none;
}
.mobile-nav .nav li ul {
	position: static;
	background: none;
	box-shadow: none;
	visibility: visible;
}
.mobile-nav .nav li ul li {
	padding: 0;
}
.mobile-nav .nav li ul li a {
	padding: 4px 0 4px 30px;
}
.banner {
	width: 1170px;
	margin: 15px auto 0;
	position: relative;
}
.banner img {
	width: 100%;
	height: auto;
}
.flexslider-home {
	position: relative;
}
.slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-direction-nav a {
	color: #000000;
	cursor: pointer;
	display: block;
	margin: 0 !important;
	opacity: 1 !important;
	overflow: hidden;
	position: absolute;
	text-shadow: none !important;
	text-indent: -9999px !important;
	top: 45% !important;
	bottom: auto !important;
	transition: all 0.3s ease 0s;
	z-index: 10;
	content: normal !important;
	font-size: 0px !important;
}
.flex-direction-nav a.flex-next:before {
	content: inherit !important;
	text-indent: -9999px !important;
}
.flex-direction-nav .flex-prev {
	width: 56px;
	height: 53px;
	background: url(../images/prev-btn.png) no-repeat left top;
	right: auto !important;
	left: -6% !important;
}
.flex-direction-nav .flex-next {
	width: 56px;
	height: 53px;
	background: url(../images/next-btn.png) no-repeat left top;
	left: auto !important;
	right: -6% !important;
	text-indent: 9999999px !important;
}
.flex-direction-nav .flex-prev:hover {
	background: url(../images/prev-btn-hover.png) no-repeat left top;
}
.flex-direction-nav .flex-next:hover {
	background: url(../images/next-btn-hover.png) no-repeat left top;
	transition-property: background;
	transition-duration: .3s;
}
.flex-control-nav {
	display: none;
}
.caption {
	width: 470px;
	padding: 15px 30px;
	text-align: left;
	background: url(../images/caption-bg.png) no-repeat right top;
	background-size: cover;
	position: absolute;
	top: 120px;
	right: 0px;
}
.caption h2 {
	margin: 0px 0 0 0;
	font-size: 39px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 45px;
	text-shadow: 1px 1px 1px #000000;
}
.caption .learn-more-btn {
	margin: 15px 0 0 0;
	width: 130px;
	padding: 0 30px 0 15px;
	border: #fff 1px solid;
	border-radius: 6px;
	background: url(../images/arrow.png) no-repeat right center;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
}
.caption .learn-more-btn img {
	width: 100%;
	height: auto;
	display: inline-block;
}
.slides li.slide-3 .caption {
	padding: 15px 30px 15px 70px;
	background: url(../images/caption-bg4.png) no-repeat left top;
	background-size: cover;
	right: auto;
	left: 2px;
}
.steps {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.steps li {
	width: 33%;
	float: left;
	text-align: left;
}
.steps li img {
	width: 100%;
	display: inline-block;
}
 .steps li 2 {
 margin:0;
 padding:30px 45px;
 font-size:18px;
 color:#201d1b;
 font-weight:400;
}
.steps li p {
	margin: 0;
	padding: 30px 45px;
	font-size: 18px;
	color: #201d1b;
	font-weight: 400;
}
.steps li a {
	font-size: 18px;
	color: #f47521;
	font-weight: 400;
}
.steps li a:hover {
	text-decoration: underline;
}
.section {
	width: 100%;
	float: left;
}
.white-section {
	background: #fff;
}
.gray-section {
	background: #e4e4e4;
}
.pagetop {
	padding-top: 48px;
}
.pagebottom {
	padding-bottom: 48px;
}
.content-area {
	width: 1170px;
	margin: 0 auto;
}
.content-area .welcome-text h1 {
	font-size: 48px;
	color: #f47521;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.welcome-text h1 span {
	color: #808080;
}
.content-area .welcome-text p {
	font-size: 18px;
	color: #1a1c27;
	font-weight: 400;
	text-align: center;
}
.sponsors {
	width: 100%;
	padding: 40px 0;
	margin: 0;
	list-style: none;
	float: left;
}
.sponsors li {
	margin: 10px 30px;
	display: inline-block;
}
.video-panel {
	position: relative;
    width:100%;
    height:37vh;
    overflow: hidden;		
}
.video-panel img {
	width: 100%;
	height: auto;
	display: block;
}
.video-panel .view-our-demo {
	width: 223px;
	height: 57px;
	display: inline-block;
	position: absolute;
	margin: 0 auto;
	bottom: 10%;
	left: 0;
	right: 0;
	padding: 0 45px 0 30px;
	border: #fff 1px solid;
	border-radius: 6px;
	background: url(../images/play-arrow.png) no-repeat right center;
	font-size: 18px;
	color: #fff;
	line-height: 57px;
	font-weight: 400;
	text-transform: uppercase;
}
.video-panel video {
      /*object-fit: contain;*/
/*       object-fit: fill; */
      object-fit: cover;
      width:100%;
      height:100%;
}
video::-webkit-media-controls {
    display:none !important;
}
.estimate-section {
	background: url(../images/estimate-section-bg.jpg) no-repeat center top;
	background-size: cover;
}
.estimate-panel {
	width: 1030px;
	margin: 0 auto;
	padding: 25px 0;
}
.estimate-panel p {
	margin: 0;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	text-align: left;
	line-height: 57px;
	float: left;
}
.estimate-section .estimate-btn {
	width: 200px;
	height: 52px;
	display: inline-block;
	float: right;
	padding: 0 47px 0 24px;
	border-radius: 6px;
	background: #201D1B url(../images/email-icon-btn.png) no-repeat right center;
	font-size: 16px;
	color: #fff;
	line-height: 52px;
	font-weight: 400;
	text-transform: uppercase;
}
.estimate-section .estimate-btn.hvr-ripple-out:before {
	border: none !important;
	border-radius: 6px !important;
}
.estimate-section .estimate-btn.hvr-ripple-out:hover::before, .estimate-section .estimate-btn.hvr-ripple-out:focus::before, .estimate-section .estimate-btn.hvr-ripple-out:active::before {
	border: #111 4px solid !important;
}
.featured-cta {
	width: 100%;
	margin: 15px 0;
	padding: 0;
	list-style: none;
	float: left;
}
.featured-cta li {
	width: 21%;
	min-height: 255px;
	margin: 2%;
	display: inline-block;
	float: left;
}
.featured-cta li a {
	display: block;
}
.featured-cta li h4 {
	margin: 20px 0;
	font-size: 30px;
	color: #0f060e;
	text-transform: uppercase;
}
.featured-cta li h4 a {
	color: #0f060e;
	transition-property: color;
	transition-duration: .3s;
}
.featured-cta li h4 a:hover {
	color: #f47520;
	transition-property: color;
	transition-duration: .3s;
}
.content-area .why-us-panel{
	width:87%;
	text-align:center;
	margin: 0  auto;
}
.content-area .why-us-panel h2 {
	font-size: 42px;
	color: #1a1c27;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.content-area .why-us-panel p {
	font-size: 18px;
	line-height: 24px;
	color: #1a1c27;
	font-weight: 400;
	text-align: center;
}
.contact-panel {
	padding: 30px 0;
}
.content-area .contact-panel h3 {
	margin: 0;
	font-size: 32px;
	color: #f47520;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.content-area .contact-panel p {
	font-size: 24px;
	color: #1a1c27;
	font-weight: 700;
	text-align: center;
}
.button-holder {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
.button-holder li {
	margin: 0 9px;
	display: inline-block;
	vertical-align: middle;
}
.button-holder li a {
	display: block;
}
.button-holder li .contact-n-btn {
	width: 271px;
	height: 52px;
	display: inline-block;
	float: right;
	padding: 0;
	border-radius: 6px;
	background: #201d1b url(../images/phone-icon-btn.png) no-repeat right center;
	font-size: 16px;
	color: #fff;
	line-height: 52px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.button-holder li .estimate-btn-o {
	width: 200px;
	height: 52px;
	display: inline-block;
	float: right;
	padding: 0 47px 0 24px;
	border-radius: 6px;
	background: #F47520 url(../images/email-icon-btn.png) no-repeat right center;
	font-size: 16px;
	color: #fff;
	line-height: 52px;
	font-weight: 400;
	text-transform: uppercase;
}
.button-holder li .contact-n-btn:hover, .button-holder li .estimate-btn-o:hover {
	text-decoration: none;
}
.button-holder li .contact-n-btn.hvr-ripple-out:before {
	border: none !important;
	border-radius: 6px !important;
}
.button-holder li .contact-n-btn.hvr-ripple-out:hover::before, .button-holder li .contact-n-btn.hvr-ripple-out:focus::before, .button-holder li .contact-n-btn.hvr-ripple-out:active::before {
	border: #111 4px solid !important;
}
.button-holder li .estimate-btn-o.hvr-ripple-out:before {
	border: none !important;
	border-radius: 6px !important;
}
.button-holder li .estimate-btn-o.hvr-ripple-out:hover::before, .button-holder li .estimate-btn-o.hvr-ripple-out:focus::before, .button-holder li .estimate-btn-o.hvr-ripple-out:active::before {
	border: #f47520 4px solid !important;
}
.bottom-section {
	padding-top: 150px;
	background: url(../images/footer-bg.png) no-repeat center top;
	background-size: cover;
}
.bottom-section .content-area h5 {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.content-area .contact-info {
	margin: 0px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
.content-area .contact-info li {
	padding-left: 45px;
	padding-right: 25px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	font-weight: 400;
	line-height: 25px;
	float: left;
}
.content-area .contact-info li span {
	display: inline-block;
	float: left;
}
.content-area .contact-info li label {
	width: 115px;
	padding-right: 10px;
	font-size: 16px;
	color: #f47521;
	text-align: left;
	font-weight: 700;
	line-height: 25px;
	float: left;
}
.contact-info li.address {
	/*padding-left:28px;*/

	background: url(../images/office-address.png) no-repeat left top;
}
.contact-info li.phone-number {
	/*padding-left:36px;*/

	background: url(../images/phone-number.png) no-repeat left top;
}
.contact-info li.email-address {
	/*	padding-left:45px;*/

	background: url(../images/email-address.png) no-repeat left top;
}
.content-area .contact-info li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 20px;
}
.bottom-section .social-media {
	margin: 0;
}
.bottom-section .social-media li {
	margin: 0 0 0 22px;
}
.bottom-section .social-media li:first-child {
	margin-left: 0;
}
.footer {
	width: 100%;
	padding: 20px 0;
	margin-top: 15%;
}
.copyright {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	float: left;
}
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.footer-nav li {
	margin-left: 25px;
	float: left;
}
.footer-nav li:first-child {
	margin-left: 0;
}
.footer-nav li a {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
}
.footer-nav li a:hover {
	color: #f47521;
	text-decoration: none;
}
/*-------------------------------------------------------------------------Inner Page*/


.content-area .pwidth {
	width:87%;
	text-align:center;
	margin: 0  auto;
}


.content-area p {
	font-size: 16px;
	color: #1a1c27;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}
.content-area h1, .content-area h2 a, .content-area h2 a:hover, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
	color: #0f060e;
	font-weight: 900;
	margin: 15px 0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}
.content-area h1 {
	font-size: 42px;
}
.content-area h2, .content-area h2 a {
	font-size: 36px;
	color: #282c33;
	font-family: "Lato";
	font-weight: 900;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 15px 0 25px 0;
}
.content-area h2 span{
color: #f47521;
}
.content-area h3 {
	/*font-size: 30px;*/
	color: #282c33;
	font-family: "Lato";
	font-size: 30px;
	font-weight: 900;
	line-height: normal;
	text-align: center;
}
.content-area h3 span{
color: #f47521;
}
.content-area h4 {
	font-size: 24px;
}
.content-area h5 {
	font-size: 20px;
}
.content-area h6 {
	font-size: 18px;
}
.content-area ul li, .content-area ol li, .content-area table tr td {
	font-size: 16px;
	color: #1a1c27;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}
.content-area a {
	color: #8e0f06;
	font-size: 16px;
	text-align: left;
}
.content-area a:hover {
	text-decoration: underline;
}
.alignleft {
	float: left;
	margin: 8px 20px 20px 0;
}
.alignright {
	float: right;
	margin: 8px 0 20px 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.services-banner {
	float: right;
}
.page-title-panel {
	width: 400px;
	margin-top: 70px;
	padding-bottom: 10px;
	float: left;
}
.content-area .page-title-panel h1 {
	color: #f47520;
}
.content-area .page-title-panel p {
	font-family: "Lato";
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-us-today-btn, .contact-us-btn, .contact-us-btn-o {
	margin-top: 20px;
	float: left;
}
.contact-us-today-btn:hover, .contact-us-btn:hover, .contact-us-btn-o:hover {
	text-decoration: none !important;
}
.contact-us-today-btn, .contact-us-btn {
	height: 42px;
	display: inline-block;
	padding: 0 50px 0 30px;
	border-radius: 6px;
	background: #201D1B url(../images/arrow.png) no-repeat right center;
	display: inline-block;
	font-size: 16px;
	color: #fff !important;
	line-height: 42px;
	font-weight: 400;
	text-transform: uppercase;
}
.contact-us-today-btn.hvr-ripple-out:hover::before, .contact-us-today-btn.hvr-ripple-out:focus::before, .contact-us-today-btn.hvr-ripple-out:active::before, .contact-us-btn.hvr-ripple-out:hover::before, .contact-us-btn.hvr-ripple-out:focus::before, .contact-us-btn.hvr-ripple-out:active::before {
	border: #111 4px solid !important;
}
.contact-us-today-btn.hvr-ripple-out:before, .contact-us-btn.hvr-ripple-out:before {
	border: none !important;
	border-radius: 6px !important;
}
.contact-us-btn-o {
	height: 42px;
	display: inline-block;
	padding: 0 50px 0 30px;
	border-radius: 6px;
	background: #F47521 url(../images/arrow.png) no-repeat right center;
	display: inline-block;
	font-size: 16px;
	color: #fff !important;
	line-height: 42px;
	font-weight: 400;
	text-transform: uppercase;
}
.contact-us-btn-o.hvr-ripple-out:hover::before, .contact-us-btn-o.hvr-ripple-out:focus::before, .contact-us-btn-o.hvr-ripple-out:active::before {
	border: #f47521 4px solid !important;
}
.contact-us-btn-o.hvr-ripple-out:before {
	border: none !important;
	border-radius: 6px !important;
}
.content-area p.introduction {
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
	margin: 40px 0;
}
img.development {
	margin: 85px 100px 0 25px;
	float: left;
}
.text-panel {
	width: 630px;
	padding: 30px 0;
	float: left;
}
.content-area .point-text {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-area .point-text li {
	padding-left: 30px;
	background: url(../images/check.png) no-repeat left 6px;
	color: #f47521;
	font-weight: 700;
}
.content-area .point-text li a {
	color: #f47521;
	font-weight: 700;
}
img.marketing {
	margin: 90px 90px 0 0;
	float: right;
}
.featured {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.featured li {
	width: 325px;
	margin-left: 30px;
	padding: 25px 15px 25px 30px;
	background: url(../images/featured-bg.jpg) no-repeat center top;
	background-size: cover;
	float: left;
}
.featured li:first-child {
	margin-left: 0;
}
img.f-icon {
	margin: 10px 0px 0 0;
	float: right;
}
.featured li .f-text {
	width: 205px;
	float: left;
}
.content-area .featured li .f-text h4 {
	margin: 0;
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	line-height: 30px;
	text-transform: uppercase;
	min-height: 60px;
}
.content-area .featured li .f-text p {
	font-size: 18px;
	color: #201d1b;
	font-weight: 400;
}
.content-area .featured li .f-text .btn {
	font-size: 12px;
	color: #fff;
	width: 190px;
	text-align: center;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0 15px;
	background: #201D1B;
	border-radius: 4px;
	display: inline-block;
}
.content-area .featured li .f-text .btn:hover {
	text-decoration: none;
}
.content-area .featured li .f-text .btn.hvr-ripple-out:hover::before, .content-area .featured li .f-text .btn.hvr-ripple-out:focus::before, .content-area .featured li .f-text .btn.hvr-ripple-out:active::before {
	border: #111 3px solid !important;
}
.content-area .featured li .f-text .btn.hvr-ripple-out:before, .content-area .featured li .f-text .btn.hvr-ripple-out:before {
	border: none !important;
	border-radius: 4px !important;
}
/*-------------------------------------------------------------------------Contact Us Page*/

.left-section {
	width: 50%;
	float: left;
}
.left-cal {
	width: 540px;
	padding: 0 15px 0 30px;
	float: right;
}
.right-section {
	width: 50%;
	float: left;
}
.graybg {
	background: #F1F1F1;
}
.right-cal {
	width: 555px;
	padding: 0 0 0 30px;
	float: left;
}
.map {
	width: 100%;
	height: auto;
	display: block;
}
.form-tab {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.form-tab li {
	width: 50%;
	padding: 0;
	float: left;
	/*border: 1px solid #cccccc;*/
	cursor:pointer;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	height: 47px;
	line-height: 47px;
	background: #f09c65;
}
.form-tab li:hover, .form-tab li.active {
	background: #f47521;
}
.form-tab li a {
	color: #fff;
	display: block;
}
.contact-us-form {
	width: 100%;
	margin: 50px 0 0 0;
	transition:all 0.2s linear;
}
.ht-form{
	display:none;
	transition:all 0.2s linear;
}
.right-section .right-cal .ct-form p, .right-section .right-cal .ht-form p{
	margin-bottom:5px;
}
.contact-us-form p {
	width: 100%;
	margin: 15px 0;
	float: left;
}
.contact-us-form p.helf-field {
	width: 47%;
	float: left;
}
.contact-us-form p.name {
	margin-right: 6%;
}
.contact-us-form input[type="text"], .contact-us-form input[type="email"] {
	width: 94%;
	height: 52px;
	padding: 0 3%;
	border: 0;
	background: #fff;
	font-size: 14px;
	color: #f47521;
	font-weight: 700;
	line-height: 47px;
	float: left;
}
.contact-us-form select {
	width: 100%;
	height: 52px;
	padding: 0 3%;
	border: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	float: left;
    line-height: 1;
    background: url(../images/down-arrow.png) no-repeat right #f47521;
    appearance:none;
	border-right: 10px solid transparent;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background-position: right center;
	cursor: pointer;
}
.contact-us-form select option {
    background: rgba(255,255,255,1);
	font-size: 14px;
	font-weight: 400;
    color:#c05b19;
	border:none;
}
.contact-us-form textarea {
	width: 90%;
	height: 125px;
	padding: 1% 3%;
	border-bottom:0;
	border-right:0;
	border-top:0;
	border-left: #f47521 15px solid;
	background: #fff;
	font-family: 'Lato';
	font-size: 18px;
	color: #f47521;
	font-weight: 700;
	line-height: normal;
}
.contact-us-form input[type="submit"] {
	width: 150px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	background: #F47521 url(../images/submit-arrow.png) no-repeat right center;
	padding: 0 50px 0 25px;
	border: none;
	border-radius: 6px;
	display: block;
	cursor: pointer;
	float: left;
	transition-duration: .3s;
}
.contact-us-form input.submit-btn:hover {
	background-color: #111 !important;
}
.contact-us-form .checkbox-input span{
	float:left;
	width: 49%;
	padding: 0;
}
.contact-us-form .checkbox-input label{
	font-family: 'Lato';
	font-size: 16px;
	color: #6a6a6a;
	font-weight: 400;
	line-height: normal;
	padding-left: 10px;
}
.contact-us-form .checkbox-input .heado{
	font-size: 18px;
	color: #f47521;
	font-weight: 700;
	line-height: normal;
	padding-left: 0;
}
.contact-us-form .checkbox-input input{
	float:left;
}
.contact-us-form .checkbox-input {
	width: 100%;
}
.contact-us-form p small {
	font-size: 14px;
	color: #f47521;
	font-weight: 400;
	text-align: right;
	display: block;
}
p.social-panel a {
	margin-right: 15px;
}
p.social-panel a:hover {
	text-decoration: none;
}
p.tagline {
	background: #FFE7D7 url(../images/tag-bg-arrrow.jpg) no-repeat right center;
	padding: 10px 50px 10px 30px;
	margin-left: -30px;
}
.case-section {
	
	background-size: cover;
	padding-bottom: 80px;
}
/*h1.case{

	margin:100px 0 0 50px;

	font-size:120px;

	color:#fff;

	text-align:center;

	text-transform:uppercase;

	letter-spacing:230px;

	line-height:95px;

}*/

.case {
	margin: 0 auto -5px;
	padding-top: 100px;
	display: block;
}
.case-section .content-area {
	background: #fff;
	overflow: hidden;
}
.project-header {
	margin: 30px;
	padding: 15px 35px 35px;
	border: #F47521 3px solid;
}
.project-thumb {
	float: right;
}
.project-thumb img {
	vertical-align: middle;
	display: inline-block;
	position: relative;
    top: -10px;
}
.project-text {
	width: 600px;
	text-align: left;
	float: left;
}
.visit-site-btn {
	height: 42px;
	display: inline-block;
	padding: 0 50px 0 30px;
	background: #F47521 url(../images/arrow.png) no-repeat right center;
	font-size: 16px;
	color: #fff !important;
	line-height: 42px;
	font-weight: 400;
	text-transform: uppercase;
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.content-area .project-header .visit-site-btn:hover {
	background: #0f060e url(../images/arrow.png) no-repeat right center;
	text-decoration:none;
}
.case-section .content-area .left-cal {
	float: right;
	margin: 30px;
	padding: 0 30px 0 0;
	width: 333px;
}
.case-section .content-area .right-cal {
	float: left;
	margin: 30px 30px 30px 0;
	padding: 0 0 0 60px;
	width: 333px;
}
.case-section .content-area .right-cal {
	border-left: #F47521 3px solid;
}
.gray-section {
	background: #EFEFEF;
	padding-bottom: 75px;
}
.frame-banner {
	width: 98%;
	height: auto;
	margin: -83px auto 0;
	position: relative;
    top: -50px;
	display: block;
}
.link-section {
	border-top: #efefef 2px solid;
	padding: 40px 0;
}
.link-panel span {
	font-size: 14px;
	color: #F47521;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
}
.link-panel strong {
	margin-top: 30px;
	font-size: 36px;
	color: #1a1c27;
	text-align: center;
	font-weight: 400;
	display: block;
}
.link-btn {
	margin-top: 15px;
	display: inline-block;
}
.link-btn:hover {
	margin-top: 15px;
	display: inline-block;
	opacity: .9;
}
.navi-section {
	background: #F47521;
	margin-bottom: 70px;
}
.prev-panel, .next-panel {
	width: 43%;
	padding: 3%;
	float: left;
}
.next-panel {
	border-left: #B74A01 1px solid;
	text-align: left;
}
.prev-panel {
	text-align: right;
}
.content-area .next-link {
	font-size: 14px;
	color: #201d1b;
	font-weight: 900;
	text-transform: uppercase;
	padding-right: 40px;
	background: url(../images/next-arrow.png) no-repeat right center;
}
.content-area .prev-link {
	font-size: 14px;
	color: #201d1b;
	font-weight: 900;
	text-transform: uppercase;
	padding-left: 40px;
	background: url(../images/prev-arrow.png) no-repeat left center;
}
.content-area a.next-link, .content-area a.prev-link {
	text-decoration: underline;
}
.navi-section h2 {
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	text-transform: none;
	text-shadow: 1px 1px 1px #000000;
	display: inline-block;
}
.navi-section .prev-panel h2 {
	text-align: right;
}
.navi-section .next-panel h2 {
	text-align: left;
}
.section-portfolio {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.section-portfolio li {
	width: 33.3333%;
	float: left;
	position: relative;
	overflow: hidden;
}
.section-portfolio li .portfolio-text {
	background: url(../images/caption-bg3.png) repeat;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	-webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
	transition: height 1s;
}
.section-portfolio li:hover .portfolio-text {
	height: 100%;
}
.content-area .section-portfolio li .portfolio-text h2 {
	margin: 25% 0 0 0;
	padding: 0 25px;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.section-portfolio li .portfolio-text p {
	padding: 0 25px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.featured li.f6 .featured-text h3 {
	margin: 0;
	font-size: 24px;
	color: #161616;
	font-weight: 700;
	text-transform: uppercase;
}
.section-portfolio li img {
	width: 100%;
	height: auto;
	display: block;
}
#loadMore {
	display: none;
	border: none !important;
	border-radius: 5px;
	background: #f47521;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	width: 150px;
	margin: 20px auto;
	padding: 10px;
	cursor: pointer;
	transition-duration: .3s;
}
#loadMore:hover {
	background: #111;
}
#loadMore.visible {
	display: block;
}
/*-------------------------------------------------------------------------Testimonials Page*/

.testimonials {
	margin: 0;
	padding: 0;
	list-style: none;
}
.testimonials li {
	/*padding:15px 0;*/

	border-top: #f47622 1px solid;
}
.testimonials li:first-child {
	border-top: none;
}
.templates-list {
	width: 870px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.templates-list li {
	width: 280px;
	margin: 4px;
	display: inline-block;
	text-align: center;
	background: #F7F4ED;
}
.templates-list li img {
	margin: 10px auto;
	display: block;
}
.templates-list li strong {
	background: #D7D4CB;
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.heading-section {
	width: 100%;
	padding: 150px 0 25px 0;
}
.heading-section h1 {
	margin: 0;
	font-family: 'Lato';
	font-size: 48px;
	color: #282c33;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}
.heading-section h1 span, .content-area .portfolio-heading-text h1 span {
	color: #f47521;
}
.heading-section {
	padding: 150px 0 25px 0;
	background: #fff;
}
.heading-section {
	padding: 150px 0 25px 0;
	background: #fff;
}
.svs1-section {
	background: #EDF4F4;
	padding-bottom: 70px;
}
.svs1-section .heading-section {
	background: #F6FAFB;
}
.content-area p.svs-introduction {
	width: 745px;
	font-size: 15px;
	color: #282c33;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0 auto 25px;
	text-align: center;
	padding: 30px 0;
	background: url(../images/sh-border.png) no-repeat center bottom;
}
.content-area p.svs-body {
	width: 745px;
	font-size: 15px;
	color: #282c33;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0 auto 25px;
	text-align: center;
	padding: 30px 0 0 0;
}
.content-area .svs-body2 {
	width: 745px;
	margin: -60px auto -25px auto;
	padding: 30px 0;
}
.content-area p.svs-bodyleft {
	text-align: left;
	font-size: 15px;
	color: #282c33;
	letter-spacing: 1px;
	line-height: 20px;
	margin:0 0 0 50px;
}
img.svs-img {
	margin: 0 30px 0 200px;
	float: left;
}
.svs-point-text {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 75%;
}
.svs-point-text li {
	padding-left: 25px;
	margin: 5px 0;
	background: url(../images/plus-bullet.png) no-repeat left 3px;
	color: #282c33;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}
.svs1-sub1-section {
	background: url(../images/Services01_ResponsiveWeb.jpg) no-repeat;
	background-size: cover;
	background-position: center; 
	min-height: 390px;
}
.svs2-sub2-section {
	background: url(../images/Services02_CMS.jpg) no-repeat center top;
	background-size: cover;
	min-height: 390px;
}
.svs3-sub3-section {
	background: url(../images/Services03_MobileApps.jpg) no-repeat center top;
	background-size: cover;
	min-height: 390px;
}
.seo1-sub1-section {
	background: url(../images/Services04_SEO.jpg) no-repeat center top;
	background-size: cover;
	min-height: 390px;
}
.seo2-sub2-section {
	background: url(../images/Services05-SEM.jpg) no-repeat center top;
	background-size: cover;
	min-height: 390px;
}
.seo3-sub3-section {
	background: url(../images/Services06-Analytics.jpg) no-repeat center top;
	background-size: cover;
	min-height: 390px;
}
.seo4-sub4-section {
	background: url(../images/Services07-SocialMedia.jpg) no-repeat center top;
	background-size: cover;
	min-height: 390px;
}
.seo5-sub5-section {
	background: url(../images/Services08-Reputation.jpg) no-repeat center top;
	background-size: cover;
	min-height: 390px;
}
.contact-map-section {
	background: url(../images/map.jpg) no-repeat center top;
	background-size: cover;    
	height:390px;
	/*overflow:hidden;
    position:relative;
    height:0;
	padding-bottom:56.25%;*/
}
/*.contact-map-section iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;*/
	/*pointer-events:none;
}*/
.svs2-section {
	background: #F4F1EF;
	padding-bottom: 70px;
}
.svs2-section .heading-section {
	background: #F9F8F8;
}
.svs2-section p.cal2 {
	-moz-column-count: 2;
	-moz-column-gap: 150px;
	text-align: center;
	margin-top: 50px;
}
.svs3-section {
	background: #F4F4F4;
	padding-bottom: 70px;
}
.svs3-section .heading-section {
	background: #F8F8F8;
}
.process-section {
	background: #F4F4F4;
	padding-bottom: 0px;
}
.svs-sub-panel {
	width: 250px;
	margin: 100px 0 0 50px;
	float: left;
}
.content-area .svs-sub-panel h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-transform: none;
}
.content-area .svs-sub-panel p {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}
.content-area .svs-sub-panel a.svs-btn {
	color: #fff;
	font-size: 12px;
	text-align: center;
	border: #D7D3CC 3px solid;
	padding: 5px 8px;
	margin-top: 80px;
	display: inline-block;
}
/*.seo1-section{

	background:#EDF4F4;

	padding-bottom:70px;

}

.seo1-section .heading-section{

	background:#F6FAFB;

}*/
.content-area .flexslider .slides li a:hover {
	text-decoration: none;
}
span.flex-caption {
	position: inherit !important;
	background: none !important;
	display: block;
	color: #1a1c27;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
}
.flexslider .slides img {
	width: auto !important;
	display: block;
}
.content-area .flex-caption b {
	font-size: 24px;
	color: #1a1c27 !important;
	color: #0f060e;
	font-weight: 900;
	margin: 15px 0;
	text-align: left;
	text-transform: uppercase;
	display: block;
}
.flexslider .flex-direction-nav .flex-next {
	background-position: 0 0 !important;
	right: 0 !important;
}
.flexslider .flex-direction-nav a {
	top: 24% !important;
}
.content-area .portfolio-heading-text h1 {
	color: #282c33;
	font-family: "Lato";
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	text-transform: none;
}
.portfolio-heading-text {
	width: 850px;
	margin: 0 auto;
	padding: 30px 0;
}
.content-area .portfolio-heading-text p, .content-area .half-col p {
	text-align: center;
}
.right-col {
	width: 60%;
	float: right;
}
.half-col {
	width: 40%;
	padding: 3% 5%;
	float: left;
}

.category-section {
	padding: 120px 0;
	background: #F4F4F4;
}
.category-content {
	width: 1190px;
	margin: 0 auto;
}
.category-content h1 {
	color: #282c33;
	font-family: "Lato";
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	text-transform: none;
}
.category-content h1 span {
	color: #f47521;
}
.category-list {
	width: 100%;
	margin: 60px 0;
	padding: 0;
	list-style: none;
}
.category-list li {
	width: 278px;
	margin: 9px;
	float: left;
	position: relative;
}
.category-list li img {
	width: 100%;
	height: auto;
}
.category-list li:first-child {
	width: 484px;
	height: 477px;
	padding: 35px 45px;
	background: #DDE0D2;
	font-family: "Lato";
	font-size: 44px;
	color: #333333;
	text-align: left;
	letter-spacing: 4px;
}
.category-list li span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px 20px;
	display: block;
}
.category-list li span small {
	font-family: "Lato";
	font-size: 20px;
	color: #333333;
	text-align: left;
	display: block;
}
.category-list li span strong {
	margin-top: 15px;
	font-family: "Lato";
	font-size: 30px;
	color: #333333;
	text-align: left;
	line-height: 28px;
	display: block;
}
.articles-left-content {
	width: 884px;
	float: left;
}
.articles-header {
	width: 100%;
	background: #fff;
}
.article-heading-panel {
	width: 44%;
	padding: 3%;
	background: #fff;
	float: left;
}
.article-heading-panel h4 {
	margin: 0;
	font-family: "Lato";
	font-size: 24px;
	color: #020202;
	text-align: left;
	font-weight: 700;
	text-transform: none;
}
.article-heading-panel h1 {
	color: #282d33;
	font-family: "Lato";
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	margin: 50px 0 0 0;
	text-align: left;
	line-height: 33px;
	text-transform: none;
}
.article-heading-panel h1 span {
	color: #f47521;
}
.paginator {
  font-weight: bold;
  font-size: 0.7em;
  margin-top: 1.8em;  
}
.paginator .prev-link {
  float: left;
}
.paginator .next-link {
  float: right;
}
.paginator a {
  text-decoration: none;
}
.paginator:after {
  content: '';
  display: block;
  clear: both;
}
.cta-banner {
	width: 50%;
	float: right;
}
.cta-banner img {
	width: 100%;
	height: auto;
}
.articles-list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.articles-list li {
	margin: 25px 0 0 0;
	padding: 20px;
	border: #DDE0D2 20px solid;
	background: #fff;
}
.articles-list li h5 {
	margin: 0;
	font-family: "Lato";
	font-size: 22px;
	color: #55524b;
	text-align: left;
	font-weight: 700;
	text-transform: none;
}
.articles-list li span.a-date {
	margin: 10px 0 0 0;
	font-family: "Lato";
	font-size: 13px;
	color: #ddded7;
	text-align: left;
	font-weight: 700;
	text-transform: none;
	display: block;
}
.articles-list li span.a-date a {
	color: #ddded7;
}
.articles-list li p {
	font-family: "Lato";
	font-size: 15px;
	color: #282d33;
	text-align: left;
	font-weight: 400;
}
/*.content-area .articles-list li p:first-child:first-letter {
	width:63px;
	height:63px; 
	font-family: "Lato";
	float: left; 
	color: #55524b; 
	font-size: 72px; 
	line-height: 63px;
	padding:6px 10px;
	margin:8px 10px 0 0;
	background:#DFD8C5;  
}*/
.content-area .articles-list li p span.firstcharacter {
	font-family: "Lato";
	float: left;
	color: #55524b;
	font-size: 72px;
	line-height: 53px;
	padding: 6px 10px;
	margin: 8px 10px 0 0;
	background: #DFD8C5;
}
.articles-list li a.continue-btn {
	font-family: "Lato";
	font-size: 15px;
	color: #f47521;
	text-align: left;
	font-weight: 400;
	background: url(../images/continue-arrow.png) no-repeat right 5px;
	padding-right: 55px;
	float: right;
}
.articles-right-sidebar {
	width: 262px;
	float: right;
}
.cta-menu {
	width: 96%;
	margin: 25px 0 0 0;
	padding: 5px;
	list-style: none;
	background: #fff;
	float: left;
}
.cta-menu li {
	width: 100%;
	margin: 5px 0 0 0;
	float: left;
	display: table-cell;
	vertical-align: middle;
}
.cta-menu li:first-child {
	margin: 0;
}
.cta-menu li a {
	width: 100%;
	font-family: "Lato";
	font-size: 12px;
	color: #010101;
	text-align: left;
	font-weight: 700;
	display: block;
	float: left;
}
.cta-menu li a:hover {
	background: #F0F0F0;
}
.cta-menu li a span {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}
.cta-menu li img {
	width: 63px;
	height: auto;
	margin-right: 20px;
	float: left;
}
.bcn {
	color: #d8d8d6;
	font-size: 18px;
	text-align: left;
}
.bcn a {
	color: #d8d8d6;
	font-size: 18px;
	text-align: left;
	text-decoration: underline;
}
.article-heading-panel span.a-date {
	margin: 50px 0 0 0;
	font-family: "Lato";
	font-size: 13px;
	color: #ddded7;
	text-align: left;
	font-weight: 700;
	text-transform: none;
	display: block;
}
.article-heading-panel span.a-date a {
	color: #ddded7;
}
.article-heading-panel h5 {
	margin: 45px 0 0 0;
	font-family: "Lato";
	font-size: 36px;
	color: #55524b;
	text-align: left;
	font-weight: 700;
	text-transform: none;
}

.page-free-estimate .right-cal, .page-free-estimate .contact-us-form {
	width:auto;
}
.page-free-estimate .contact-us-form p {
	width:45%;
	margin:15px 10px;
}
.page-free-estimate .checkbox-input{
	clear:both;
}
.clear{
	clear:both;
}

/*Added by Anibal*/
.g-recaptcha {
    transform: scale(0.91);
    transform-origin: 0 0 0;
    /*
	position: relative;
	top: 50px;
	*/
}


/*-------------------------------------------------------------------------responsive*/

@media only screen and (max-width: 2880px) {
}
.g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0 0;
}
 @media only screen and (max-width: 2560px) {
}
 @media only screen and (max-width: 2048px) {
}
 @media only screen and (max-width: 1920px) {
}
 @media only screen and (max-width: 1900px) {
.wraper {
	width: 100%;
	margin: 0 auto;
}
.quote-btn {
	right: 19%;
}
}
 @media only screen and (max-width: 1800px) {
.quote-btn {
	right: 17%;
}
}
 @media only screen and (max-width: 1700px) {
.quote-btn {
	right: 15%;
}
}
 @media only screen and (max-width: 1800px) {
}
 @media only screen and (max-width: 1680px) {
}
 @media only screen and (max-width: 1536px) {
.quote-btn {
	right: 11%;
}
}
 @media only screen and (max-width: 1440px) {
.quote-btn {
	right: 9%;
}
}
 @media only screen and (max-width: 1366px) {
.quote-btn {
	right: 7%;
}
.flex-direction-nav .flex-next {
	left: auto !important;
	right: 0 !important;
	;
}
.flex-direction-nav .flex-prev {
	left: 0 !important;
	right: auto !important;
}
}
 @media only screen and (max-width: 1280px) {
.quote-btn {
	right: 4%;
}
}
 @media only screen and (max-width: 1200px) {
.quote-btn {
	right: 1%;
}
.category-content {
	width: 900px;
}
}
 @media only screen and (max-width: 1170px) {
.quote-btn {
	right: 0;
}
.header, .banner, .steps, .content-area {
	width: 96%;
}
.caption {
	padding: 15px 2%;
	width: 41.2%;
}
.flex-direction-nav .flex-prev {
	left: 0 !important;
}
.flex-direction-nav .flex-next {
	right: 0 !important;
}
.text-panel {
	width: 50%;
}
.featured li, .featured li:first-child {
	float: none;
	margin: 20px auto;
	overflow: hidden;
}
.left-section, .right-section {
	width: 50%;
}
.left-cal, .right-cal {
	float: left;
	padding: 0 3%;
	width: 94%;
}
.case {
	width: 85%;
}
.project-text {
	width: 58%;
}
img.svs-img {
	margin: 0 80px 0 0;
}
.articles-left-content {
	float: left;
	margin-right: 2%;
	width: 73%;
}
}
 @media only screen and (max-width: 1136px) {
.nav li {
	margin: 0 0 0 15px;
}
.caption {
	top: 12%;
}
.featured-cta li h4 {
	font-size: 24px;
}
.content-area .contact-info li {
	float: none;
	margin: 0 0 10px;
	padding-right: 0;
	overflow: hidden;
}
.footer {
	margin-top: 3%;
}
.text-panel {
	width: 48%;
}
.svs2-section p.cal2 {
	-moz-column-gap: 100px;
}
.articles-left-content {
	width: 72%;
}
}
 @media only screen and (max-width: 1080px) {
.copyright {
	display: block;
	float: none;
}
.footer-nav {
	float: none;
}
.footer-nav li {
	float: none;
	display: inline-block;
	margin: 3px 12px;
}
.text-panel {
	width: 45%;
}
.articles-left-content {
	width: 71%;
}
.contact-us-form .checkbox-input span{
	width: 98%;
	padding-left: 15px;
}
}
 @media only screen and (max-width: 1050px) {
.estimate-panel {
	width: 96%;
}
img.services-banner {
	width: 59%;
}
}
 @media only screen and (max-width: 1024px) {
.topbar {
	width: 400px;
	float: none;
	margin: 0 auto;
	overflow: hidden;
}
.social-media {
	margin-right: 0;
}
.header .logo {
	display: inline-block;
	float: none;
	margin: 35px auto 0;
}
.nav {
	width: 100%;
	margin: 15px 0 0;
}
.nav li {
	display: inline-block;
	float: none;
	margin: 0 10px;
}
.steps li p {
	padding: 30px;
}
img.services-banner {
	width: 56%;
}
.text-panel {
	width: 41%;
}
.svs-sub-panel {
	margin: 100px 0 0;
}
.articles-left-content {
	width: 69%;
}
}
 @media only screen and (max-width: 960px) {
.text-panel {
	width: 37%;
}
img.services-banner {
	width: 53%;
}
.page-title-panel {
	margin-top: 10px;
	padding-bottom: 20px;
}
.svs-point-text {
	width: 65%;
}
.svs2-section p.cal2 {
	-moz-column-gap: 50px;
}
.articles-left-content {
	width: 67%;
}
}
 @media only screen and (max-width: 900px) {
.estimate-panel p {
	text-align: center;
	width: 100%;
}
.estimate-section .estimate-btn {
	float: none;
	margin: 15px auto 0;
}
.featured-cta li {
	width: 29%;
}
.text-panel {
	width: 100%;
}
img.development, img.marketing {
	float: none;
	margin: 20px auto;
}
img.services-banner {
	float: none;
	width: auto;
}
.page-title-panel {
	width: 100%;
	text-align:center;
}
.content-area h1, .heading-section h1, .content-area p, .heading-section p {
	text-align: center;
}
.contact-us-today-btn, .contact-us-btn, .contact-us-btn-o {
	margin-top: 20px;
	float: none;
	clear:both;
	text-align: center;
}
.case-section .content-area .left-cal, .case-section .content-area .right-cal {
	float: left;
	margin: 3%;
	padding: 0 0 0 3%;
	width: 38%;
}
.svs-point-text {
	width: 60%;
}
.svs1-sub1-section, .svs2-sub2-section, .svs3-sub3-section, .seo1-sub1-section, .seo2-sub2-section, .seo3-sub3-section, .seo4-sub4-section, .seo5-sub5-section {
	background-position: center top;
}
.svs-sub-panel {
	float: none;
	margin: 100px auto 0;
	width: 250px;
}
.seo3-sub3-section .content-area .svs-sub-panel a.svs-btn {
	border: 3px solid #000;
	color: #000;
}
.portfolio-heading-text {
	width: 100%;
}
.category-content {
	width: 600px;
}
.articles-left-content {
	width: 66%;
}
.content-area .point-text {
	clear: both;
	float: none;
	margin: 0 auto;
	width: 40%;
}
}
 @media only screen and (max-width: 854px) {
.articles-left-content {
	width: 63%;
}
}
 @media only screen and (max-width: 800px) {
.content-area {
	text-align: center;
}	 
.nav li {
	margin: 0 8px;
}
.caption h2 {
	font-size: 30px;
	line-height: 35px;
}
.project-thumb {
	float: left;
}
.project-text {
	width: 100%;
}
img.services-banner {
	width: 100%;
}
.svs-point-text {
	width: 58%;
}
.articles-left-content {
	width: 60%;
}
}
 @media only screen and (max-width: 768px) {
.page-free-estimate .right-cal, .page-free-estimate .contact-us-form {
	width:100%;
}
.page-free-estimate .contact-us-form p{
	width:95%;
	margin:15px 0px;
}	 
}
 @media only screen and (max-width: 720px) {
.quote-btn {
	left: 0;
	margin: 0 auto;
	right: 0;
}
.topbar {
	width: 100%;
}
.social-media {
	float: none;
	margin: 60px auto 0;
}
.social-media li {
	display: inline-block;
	float: none;
	margin: 0 6px;
}
.contact {
	float: none;
}
.contact li {
	display: inline-block;
	float: none;
}
.logo {
	margin: 20px auto 0;
}
.nav {
	display: none;
}
.mobile-menu-holder, .mobile-nav .nav {
	display: block;
}
.mobile-menu {
	display: block;
}
.mobile-nav {
	top: 30px;
}
.bottom-section .social-media {
	float: right;
}
.section-portfolio li {
	width: 50%;
}
img.svs-img {
	margin: 0 30px 0 0;
}
.articles-left-content {
	width: 100%;
}
.articles-right-sidebar {
	float: left;
	width: 100%;
	margin-top: 30px;
}

}
 @media only screen and (max-width: 640px) {
.caption, .slides li.slide-3 .caption {
	/*padding: 15px 2%;
	position: inherit;
	width: 96%;
	background: url(../images/caption-bg.png) no-repeat right top;*/
	display: none;
}
.flex-direction-nav a {
	top: 20% !important;
}
.steps li {
	float: none;
	margin: 20px auto;
	width: 400px;
}
.featured-cta li {
	width: 46%;
}
.content-area .button-holder li {
	display: block;
	margin: 10px auto;
	text-align: center !important;
}
.button-holder li .contact-n-btn, .button-holder li .estimate-btn-o {
	float: none;
	clear: both;
}
.content-area .contact-panel p {
	font-size: 24px;
	display: block;
	text-align: center;
}
img.services-banner {
	width: 90%;
	height: auto;
}
.left-section, .right-section {
	width: 100%;
}
img.svs-img {
	float: none;
	margin: 0 auto 0;
}
.svs-point-text {
	width: 100%;
}
.svs2-section p.cal2 {
	-moz-column-count: 1;
}
.flexslider .flex-direction-nav a {
	top: 22% !important;
}
.half-col {
	float: left;
	padding: 3% 0;
	width: 100%;
}
.cta-banner {
	float: left;
	width: 100%;
}
.article-heading-panel {
	width: 94%;
}
.svs1-sub1-section, .svs2-sub2-section, .svs3-sub3-section, .seo1-sub1-section, .seo2-sub2-section, .seo3-sub3-section, .seo4-sub4-section, .seo5-sub5-section {
	min-height:210px;
}
.content-area h1, .heading-section h1, .content-area .welcome-text h1 {
	font-size: 36px;
	text-align: center;
}
.content-area h2, .content-area .why-us-panel h2, .content-area h3, .content-area .contact-panel h3 {
	font-size: 28px;
}
p.tagline {
	background: none;
	padding: 10px 0;
	margin: 0 auto;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}
}
 @media only screen and (max-width: 600px) {
.category-section {
	padding: 30px 0;
}
.category-content {
	width: 300px;
}
.category-list li:first-child {
	font-size: 36px;
	height: auto;
	letter-spacing: 3px;
	padding: 15px;
	text-align: left;
	width: 248px;
}
.content-area .point-text {
	width: 60%;
}
}
 @media only screen and (max-width: 540px) {
.case-section .content-area .left-cal, .case-section .content-area .right-cal {
	float: left;
	margin: 3%;
	padding: 0;
	width: 94%;
}
.case-section .content-area .right-cal {
	border-top: 3px solid #864396;
	border-left: none;
	padding-top: 3%;
}

}
 @media only screen and (max-width: 480px) {
.content-area p {
	text-align: center;
}
.header .logo img {
	max-width: 235px;
	height: auto;
}	 
.steps li {
	width: 90%;
}
.featured-cta li {
	float: none;
	min-height: 0;
	margin: 15px auto;
	width: 250px;
}
.featured li {
	padding: 25px 7%;
	width: 86%;
	text-align: center;
}
img.f-icon {
	display: block;
	float: none;
	clear: both;
	margin: 10px auto;
}
.content-area .featured li .f-text .btn {
	font-size: 12px;
	width: 190px;
	text-align: center;
	display: inline-block;
}
.content-area .featured li .f-text {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.content-area .featured li .f-text h4 {
	min-height: 0;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
}
.content-area .featured li .f-text p {
	font-size: 18px;
	text-align: center;
}
.bottom-section .social-media {
	float: none;
}
.content-area .contact-info {
	margin: 20px 0 0;
}
img.development {
	height: auto;
	width: 90%;
}
.case {
	padding-top: 40px;
}
.prev-panel, .next-panel {
	float: left;
	padding: 3%;
	width: 43%;
}
.prev-panel h2, .next-panel h2 {
	font-size: 18px;
}
.next-panel {
	border-top: 1px solid #b74a01;
}
.prev-panel {
	border-top: 1px solid #b74a01;
}
.content-area .next-link {
	font-size: 9px;
	padding-right: 30px;
	background: url(../images/next-arrow.png) no-repeat right center;
}
.content-area .prev-link {
	font-size: 9px;
	padding-left: 30px;
	background: url(../images/prev-arrow.png) no-repeat left center;
}
.section-portfolio li {
	width: 100%;
}
.content-area h1, .heading-section h1, .content-area .welcome-text h1 {
	font-size: 32px;
	text-align: center;
}
.content-area .project-text h1,.section .content-area h2 a, .content-area h2, .content-area .why-us-panel h2, .content-area h3, .content-area .contact-panel h3 {
	font-size: 24px;
}
.heading-section {
	padding: 50px 0 5px 0;
}
.estimate-panel p {
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	float: none;
}
.flexslider .flex-direction-nav a {
	top: 20% !important;
}
.right-col {
	width: 100%;
}
.button-holder li {
	max-width: 271px;
	text-align: center;
}
.button-holder li .contact-n-btn, .button-holder li .estimate-btn-o {
	float: none;
	margin: 0 auto;
	width: 100%;	
}
.button-holder li .contact-n-btn {
	height: 52px;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	line-height: 52px;
	text-align: center;

}
.button-holder li .estimate-btn-o {
	height: 52px;
	padding: 0;
	font-size: 12px;
	text-align: center;
}
.content-area .point-text {
	width: 90%;
}
.g-recaptcha {
    transform: scale(0.91);
    transform-origin: 0 0 0;
	position: relative;
	top: 50px;
}
img.svs-ico {
	width: 150px;
	height: auto;
	text-align: center;
}

/*Added by Anibal*/
.last-item-form{
	margin-bottom: -50px;
}
.need-space{
	margin-top: 40px;
}

}
 @media only screen and (max-width: 400px) {
.prev-panel h2, .next-panel h2 {
	font-size: 16px;
}

.contact-us-form p.helf-field {
	width: 100%;
}
.contact-us-form p.name {
	margin-right: 0;
}
.project-thumb {
	float: left;
	width: 100%;
}
.project-thumb img {
	max-width: 150px;
	height:auto;
}
.link-panel strong {
	font-size: 24px;
}
.case {
	margin: 0 auto -2px;
}
}
 @media only screen and (max-width: 360px) {
.estimate-panel p br {
	display: none;
}
img.marketing {
	height: auto;
	width: 90%;
}
.flexslider .flex-direction-nav a {
	top: 15% !important;
}
}
 @media only screen and (max-width: 320px) {
}
 @media only screen and (max-width: 240px) {
}
/*-----------------------------------------------about section-----------------------------*/

.about-content-section-1 p, .about-content-section-3 p {
	-moz-column-count: 2;
	-moz-column-gap: 150px;
	-webkit-column-count: 2;
	-webkit-column-gap: 150px;
	column-count: 2;
	column-gap: 150px;
}
.about-content-section-1 {
	padding: 30px 0;
}
.about-content-section-3 {
	padding: 50px 0;
}
.about-section-2-outer {
	padding: 35px 0;
	background: #ffe7d7 !important;
}
.about-section-2 .about-team-section {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: left;
	overflow: hidden;
}
.about-section-2 .about-team-section li {
	margin: 0;
	padding: 0;
	float: left;
}
.about-team-section .team-section-1 {
	width: 170px;
}
.about-team-section li ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.about-section-2 .about-team-section li ul li {
	float: none !important;
	list-style: none;
	margin: 35px 0 0 0;
!important;
	padding: 0 !important;
}
.about-team-section li ul span {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	font-weight: 700;
	font-size: 16px;
	color: #2f2a2f;
	line-height: 16px;
}
.about-team-section li h5 {
	display: block;
	color: #0f060e;
	font-size: 14px;
	font-weight: 900;
	margin: 0;
	padding: 0;
}
.about-section-2 ul .team-section-2 ul li {
	float: left !important;
	width: 50%;
}
.about-team-section .team-section-2 {
	margin: 0 145px !important;
	width: 360px;
}
.featured-custom {
	margin: 50px 0 0;
}
/*-----------------------------------------------end about section-----------------------------*/

/*-----------------------------------------------start resource section-----------------------------*/

.resources-category {
	width: 100%;
	display: block;
	margin: 60px 0 30px 0;
	padding: 0;
	overflow: hidden;
}
.resources-category select {
	float: left;
	text-align: left;
	color: #6a6a6a;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ccc;
	width: 540px;
	padding: 0 0 0 15px;
	margin: 0 16px 0 0;
	display: block;
	cursor: pointer;
}
.resources-category select option {
	border: medium none;
	cursor: pointer;
	padding: 5px;
}
.resources-category .resource-btn {
	margin: 0;
	background: #f47521 url("../images/submit-arrow.png") no-repeat scroll right center;
	border: medium none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 25px;
	text-transform: uppercase;
	transition-duration: 0.3s;
	width: 150px;
}
.resources-category .resource-btn:hover {
	background-color: #111;
}
.resource-section-1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.resource-section-1 ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}
.resource-section-1 span {
	margin: 0;
	padding: 0;
	color: #f47521;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.resource-section-1 p {
	margin: 5px 0 0;
	padding: 0;
	color: #1a1c27;
	font-size: 16px;
	font-weight: 400;
}
.resource-section-2 {
	width: 100%;
	margin: 50px 0;
}
.resource-section-3 {
	padding: 70px 0 0 0 !important;
}
/*------------------------------- Accordion -----*/

.resource-section-2 .accordion {
	overflow: hidden;
	text-align: left !important;
}
.resource-section-2 .accordion-section-title {
	/*width:100%;

	padding:0;*/

	color: #0f060e !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 15px 15px 40px;
	display: block;
	background: url(../images/accordion-title-bg.png) no-repeat left center;
}
.resource-section-2 h4 {
	background: #ffe7d7;
	margin: 0;
	padding: 0 0 0 20px;
}
.accordion-section-title.active {
	text-decoration: none !important;
	background: url(../images/accordion-title-hover-bg.png) no-repeat left center;
}
.accordion-section-title:hover {
	text-decoration: none !important;
}
.accordion-section:last-child .accordion-section-title {
	border-bottom: none;
}
.accordion-section-content {
	padding: 0 0 0 5% !important;
	display: none;
	margin: 0 !important;
	list-style: none;
	width: 95% !important;
}
.resource-section-2 .accordion-section-content li {
	margin: 20px 0!important;
	padding: 0;
	float: none !important;
	width: 100% !important;
}
.accordion-section {
	margin: 10px 0 0;
}

/*------------------------------- End Accordion -----*/





























/*----------------------------------Start Responsive---------------*/



@media only screen and (max-width: 1170px) {
}
 @media only screen and (max-width: 1136px) {
}
 @media only screen and (max-width: 1080px) {
}
 @media only screen and (max-width: 1060px) {
.resources-category {
	margin: 60px 0 15px;
}
.resource-section-1 ul li {
	float: none;
	margin: 20px 0 0;
	width: 100%;
}
}
 @media only screen and (max-width: 1070px) {
.about-content-section-1 p, .about-content-section-3 p {
	-moz-column-count: 2;
	-moz-column-gap: 65px;
	-webkit-column-count: 2;
	-webkit-column-gap: 65px;
	column-count: 2;
	column-gap: 65px;
}
}
 @media only screen and (max-width: 1024px) {
}
 @media only screen and (max-width: 960px) {
}
 @media only screen and (max-width: 990px) {
.about-team-section .team-section-2 {
	margin: 0 115px !important;
	width: 360px;
}
}
 @media only screen and (max-width: 910px) {
.about-team-section .team-section-2 {
	margin: 0 105px !important;
}
.templates-list {
	width: 580px;
}
}
 @media only screen and (max-width: 854px) {
.about-team-section .team-section-2 {
	margin: 0 80px !important;
}
}
 @media only screen and (max-width: 800px) {
.about-team-section .team-section-2 {
	margin: 0 55px !important;
}
img.pic-800 {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}
}
 @media only screen and (max-width: 768px) {
.resources-category select {
	width: 77%;
}
.about-team-section .team-section-2 {
	width: 330px;
}
.content-area p.svs-introduction, .content-area p.svs-body, .content-area .svs-body2 {
	width: 100%;
}
}
 @media only screen and (max-width: 756px) {
.resources-category select {
	width: 76%;
}
}
 @media only screen and (max-width: 720px) {
.resources-category select {
	width: 75%;
}
.about-content-section-1 p, .about-content-section-3 p {
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	column-count: 1;
	column-gap: 0;
}
.about-section-2 .about-team-section li {
	float: none;
	margin: 0 auto;
}
.about-team-section .team-section-2 {
	margin: 40px auto !important;
}
.about-section-2 .team-section-3 {
	width: 135px !important;
}
img.pic-720 {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}
}
 @media only screen and (max-width: 700px) {
.resources-category select {
	width: 74%;
}
img.pic-700 {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}
.resources-category select {
	width: 72%;
}
}
 @media only screen and (max-width: 640px) {
.resources-category select {
	width: 71%;
}
img.pic-640 {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}
.code {
	width: 100%;
}
}
 @media only screen and (max-width: 600px) {
.resources-category select {
	width: 68%;
}
.about-section-2 ul .team-section-2 ul li {
	float: none !important;
	width: 100% !important;
}
.about-team-section .team-section-2 {
	width: 170px;
}
.templates-list {
	width: 290px;
}
img.pic-600 {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}
.content-area p.introduction {
	font-size: 20px;
	line-height: 23px;
}
}
 @media only screen and (max-width: 540px) {
.resources-category select {
	width: 65%;
}
img.pic-540 {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}
}
 @media only screen and (max-width: 500px) {
.resources-category select {
	width: 64%;
}
}
 @media only screen and (max-width: 480px) {
.resources-category select {
	width: 61%;
}
img.pic-480 {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}
.tootles-panel td {
	display: list-item;
	list-style: none;
	width: 90%;
}
.content-area p.introduction {
	font-size: 16px;
	line-height: 19px;
}
}
 @media only screen and (max-width: 460px) {
.resources-category select {
	width: 57%;
}
}
 @media only screen and (max-width: 400px) {
.resources-category select {
	width: 52%;
}
img.pic-400 {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}
}
 @media only screen and (max-width: 360px) {
.resources-category select {
	margin: 0;
	text-align: center;
	width: 100%;
}
.resources-category .resource-btn {
	float: none;
	margin: 15px auto 0;
	display: inline-block;
}
img.pic-360 {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}
#vf_original, #vf_new {
	width: 90%;
}
}
 @media only screen and (max-width: 320px) {
img.pic-320 {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px 0;
}
}

/*----------------------------------end Responsive---------------*/


.ls-v6 .ls-nav-prev{
	left: -10% !important;
	background:url(../slider/images/prev-btn-2.png) no-repeat left top;
	border-radius:0 !important;
	width:56px !important;
	height:53px !important;
}
.ls-v6 .ls-nav-next{
	right: -10% !important;
	background:url(../slider/images/next-btn-2.png) no-repeat left top;
	border-radius:0 !important;
	width:56px !important;
	height:53px !important;
}
.ls-v6 .ls-nav-prev:hover, .ls-v6 .ls-nav-next:hover{
	background-position:left -53px;
}
.ls-v6 .ls-nav-prev:hover, .ls-v6 .ls-nav-next:hover{
	transform:none !important;
}
.ls-v6 .ls-nav-next::after, .ls-v6 .ls-nav-prev::after{
	border:none !important;
}
:target:before {
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}
/* =1. Clearfix
--------------------------------------------------------------------------------------------------------*/
.clear { clear: both; }
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }/* ----- clear fix for floats ----- */
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }/* hides clearfix from IE-mac */
.clearfix { display:block; }/* end hide from IE-mac */
.alignleft { float:left; }
.alignright { float:right; }
.aligncenter { margin:auto; display:block; }
/*.alignnone { clear:both; font-size:0; line-height:0; margin:0; padding:0; border:0; height:0; width:0; }*/
.centered { text-align:center; }
.hidden { display: none; visibility: hidden; }
/* Preventing font-rendering switches during CSS transitions inside Flexslider for Safari and Chrome under MacOSX */
*, *:before, *:after { -webkit-font-smoothing: antialiased; }
.flexslider { -webkit-transform: translateZ(0px); }
/* End Clearfix

/* Typography
--------------------------------------------------------------------------------------------------------*/
a, a > * { -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
/* *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } */

/* Resource Content
--------------------------------------------------------------------------------------------------------*/
#content { background:#f5f5f5; }
#content { width:100%; position:relative; z-index:55; height:auto; padding-bottom: 91px; padding-top: 78px;background:#f5f5f5; }
.container { padding:0px; width:1170px; position:relative; margin:0 auto; padding-top:56px; }
#content { -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s; transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s; }
.element h2 { font-size:48px; font-weight:300; line-height:53px; letter-spacing:-2px; margin-top:-5px; }
.element h2 strong { font-weight:700; letter-spacing:-1px; }
#container .element span { text-transform: uppercase; font-weight: 700; font-size: 19px;}
.content-area #container .element a, .content-area #container .element a:hover { color: #282c33; text-decoration: none;}
/* =End Resource Content
--------------------------------------------------------------------------------------------------------*/
.imago,.col1-3,.col2-3, .col1-3:after,.col2-3:after, .col1-3:before,.col2-3:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
/* .element, .element:after,.element:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } */

/* Column Grid
--------------------------------------------------------------------------------------------------------*/
.col1-3 { width:274px; height:256px; margin:9px 9px 9px; background:#e9e9e9; float:left; position:relative;}
.col2-3 { width:567px; height:530px; margin:8px; background:#e9e9e9; float:left; position:relative;}
.col1-3.auto, .col2-3.auto { height:auto; }
.col1-3.grey { padding:30px 35px 17px 35px; background:#e9e9e9; width:300px; }
.col2-3.grey { padding:35px 48px 35px 48px; background:#e9e9e9 !important; }
.element .col1-3, .element .col2-3, .element .col3-3, .element .porty {margin:0; }
.bottom {position:absolute; bottom:30px; padding:0 50px; left:0; width:100% }
.col1-3 .bottom {padding:3px 35px; bottom:12px; }
a .bottom p {width:190px; }
.porty { margin-bottom:45px;}

/* skew image on hover */ 

.porty img {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease
}

.porty:hover img {
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
    -ms-transform:scale(1.5);
    transform:scale(1.5);
	transform-origin: top right;
    -webkit-transition:all .8s ease;
    -moz-transition:all .8s ease;
    -ms-transition:all .8s ease;
    -o-transition:all .8s ease;
    transition:all .8s ease
}

.porty figure {
    overflow:hidden
}

.porty figure {
    box-shadow:0 0 2px rgba(0,0,0,0.2)
}
/* =End Column Grid
--------------------------------------------------------------------------------------------------------*/

figcaption {
  position: absolute;
  top: 15px;
  left: 15px;
  padding:0;
  text-align: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

figcaption strong {
	font-size: 24px;
	padding-top: 24px;
}

/* Image Hover
--------------------------------------------------------------------------------------------------------*/
.imago { display:block; position:relative; background:#000;  }
.imago img { width:100%; display: block; max-width: 100% !important; z-index:9; height: auto; }
.imago.dark img {opacity:0.3; background:#000; }
.sliphoveritemTitle {font-size:11px !important; text-transform:uppercase; font-weight:700; font-family: 'Lato'; letter-spacing:2px; line-height:1.5; display:block; text-decoration:none !important;}
.sliphoveritemTitle span { display:block; font-size:20px; font-weight:700; line-height:1.5; text-transform:none;  letter-spacing:0; position:absolute; bottom:-3px; width:150px;  }
.sliphoveritemTitle i {display:block; font:30px Arial, Helvetica, sans-serif; right:-3px; font-style:normal !important; position:absolute; line-height:1.5; bottom:-9px; text-decoration:none !important }
.sliphoveritemTitle div { position:relative; padding-left:5px; }
/* End Image Hover
--------------------------------------------------------------------------------------------------------*/

.section {
	float:none;
}

/* Desktop-only rules */
@media only screen and (min-width: 1025px) and (max-width: 1170px) {
    #content .container {width:884px; }
	.col1-3 { width:274px; height:256px;}
	.col2-3 { width:567px; height:530px;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #content .container {width:588px; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    #content .container {width:320px;}
	.col1-3 { width:320px; height:299px;margin:9px auto;}
    .col2-3, .col2-3.grey{ width:320px; height:299px;margin:9px auto;}
    .col2-3.grey{ padding:30px 35px 17px 35px; }
	.col2-3.grey h2 {font-size:24px !important; line-height:30px !important; }
	h2 {letter-spacing:0; margin:0; font-weight:400 }
	.col2-3 p.small {padding:0 0 12px !important }
	.porty {margin:39px auto !important;}
}

@media only screen and (max-width: 480px) {
    #content .container {width:270px;}
	.col1-3 { width:260px; height:243px;margin:9px auto;}
    .col2-3, .col2-3.grey{ width:260px; height:283px;margin:9px auto;}
    .col2-3.grey{ padding:30px 25px 17px 25px; }
}


/* -- Material Design Table style -------------- */

.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  margin: 0 auto;
  width: 85%;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
  background-color: #fff;
}
.table .no-border {
  border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: top;
    text-align: center;
  }
  /*.table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  } */
  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td,
  .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}

.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
  background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e1f5fe;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
    background-color: #b3e5fc;
  }
}


/* Design process Table */

.col-sm-4, .col-md-4, .col-xs-12{
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-12 {
  float: left;
  width: 100%;  
}

.processo {
	text-align: center;
	border: 0;
	color: #777;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 30px;
  font-family: 'Lato';
}
.processo img {
	display: block;
	margin: auto;
	width: 32px;
}
.processo li:first-child,
.processo li:last-child {
	/*padding: 20px 13px;*/
}
.processo li {
	list-style: none;
	padding: 13px;
}
.processo li p {
	line-height: 0.95em;
	width: 90%;
}
.processo li + li {
	border-top: 1px solid #f0f0f0;
}
.processo h3 {
	margin-bottom: 0;
  font-size: 36px;
}
.processo span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.processo li:nth-last-child(2) {
	/*padding: 30px 13px;*/
}
.processo .arrer {
	display:block;
	height: 91px;
}
.processo:hover .arrer {
	opacity: 0.8;
}
.processo .bloo {
	background: url(../images/process-blue.png) no-repeat right center;
	background-size: cover;
}
.processo .oren {
	background: url(../images/process-oren.png) no-repeat right center;
	background-size: cover;
}
.processo .merah {
	background: url(../images/process-red.png) no-repeat right center;
	background-size: cover;
}
.processo big {
	font-size: 28px;
	display: block;
	text-align: center;
    padding-top: 7%;
}
.processo .live {
	text-align: center;
}
.processo button {
	width: auto;
	margin: auto;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	color: #fff;
	padding: 9px 24px;
	background: #aaa;
	opacity: 1;
	transition: opacity .2s ease;
  border: none;
  outline: none;
}
.processo button:hover {
	opacity: .9;
}
.processo button:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-white big,
.p-white h3 {
	color: #fff;
}

.p-red button {
	background: #e13c4c;
}

@media (min-width: 480px) {
.processo big {
	font-size: 32px;
    padding-top: 3%;	
}   
}
@media (min-width: 768px) {
  .col-sm-4 {
    float: left;	  
    width: 33.33333333%;
  }
.processo big {
	font-size: 24px;
    padding-top: 10%;	
}   
}
@media (min-width: 992px) {
  .col-md-4 {
	float: left;	  
    width: 33.33333333%;
  }
  .processo big {
	font-size: 28px;
    padding-top: 7%;	
}  
}
@media (min-width: 1240px) {
.processo big {
	font-size: 32px;
    padding-top: 5%;	
}  
}

