@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger {
  font-size: 1.4em;
}
:target::before {
  content: "";
  display: block;
  height: 130px; /* fixed header height/
  margin: -130px 0 0; / negative fixed header height */
}
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  color: #939393;
  margin: 0;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
  width: 100%;
  height: 48px;
  border-width: 1px;
  border: none;
  border-bottom: solid 1px;
  border-color: #8d6c5a;
  padding: 0 5px;
  color: #8d6c5a;
  font-size: 17px!important;
  border-radius: 0;
}
::placeholder {
	color: #8d6c5a!important;
}
textarea {
  min-height: 120px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 1px #c80452;
  background-color: #c80452;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  border-radius: 6px;
  padding: 12px 25px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: #ff5096;
  border-color: #ff5096;
  color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 1px #c80452;
  background-color: #c80452;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  border-radius: 6px;
  padding: 12px 25px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  background-color: #ff5096;
  border-color: #ff5096;	
  color: #fff;
  text-decoration: none;
}
.white-btn-layout {
  position: relative;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #2b2b2b;
  border-color: #fff;
  background-color: #fff;
  text-decoration: none;
}
.hollow-btn-layout {
  position: relative;
  color: #c80452;
  border-color: #c80452;
  background-color: transparent;
}
.hollow-btn-layout:hover,
.hollow-btn-layout:focus {
  color: #ff5096;
  border-color: #ff5096;
  background-color: transparent;
  text-decoration: none;
}
/*=========================================== BLOG RIGHT CLOUMN =============================================*/
.news-right-column form p {
  font-size: 1em;
  margin-bottom: 15px;
}
.news-right-column form input[type="text"] {
  border-radius: 6px 6px 0 0;
  height: 47px;
}
.news-right-column form input[type="submit"] {
  width: 100%;
  border-radius: 0 0 6px 6px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 1px #c80452;
  background-color: #c80452;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  border-radius: 6px;
  padding: 12px 25px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-right-column form input[type="submit"]:hover, .news-right-column form input[type="submit"]:focus {
  background-color: #ff5096;
  border-color: #ff5096;	
  color: #fff;
  text-decoration: none;
}
/*======================================== MEDIA MODULE ==========================================================*/
.section-white.events-page {
	padding: 45px 0;
}
.events-page .media-module > div {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dashed 1px #ebebeb;
}
.events-page .media-module > div:last-child {
  padding: 0;
  border: none;
}
.events-page .media-module .left {
  position: relative;
  float: left;
  display: block;
  width: 180px;
  height: 180px;
  transition: background-color 300ms ease;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  background-color: #fff;
}
.events-page .media-module .left:hover {
  background-color: #E1E1E1;
}
.events-page .media-module .left span {
  display: block;
  position: absolute;
  left: 15px; top: 15px; right: 15px; bottom: 15px;
  background-position: center;
  background-size: cover;
}
.events-page .media-module .right {
  padding-left: 195px;
}
.events-page .media-module .right .text {
  margin-bottom: 0;
}
.events-page .media-module-interior {
  padding-top: 50px;
}
.events-page .media-module .news-thumb {
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 991px) {
  .events-page .media-module .left {
    width: 180px;
    height: 120px;
  }
  .events-page .media-module .right {
    padding-left: 195px;
  }






}
@media screen and (max-width: 768px) {
  .events-page .media-module .right .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .events-page .media-module .left {
    display: none;
  }
  .events-page .media-module .right {
    padding-left: 0;
  }
}

/*=========================================== PAGINATION ===================================================*/
.pagination {
  margin: 25px 0;
  display: block;
}
.pagination > div {
  float: right;
  padding: 0;
  margin: 0;
  display: table;
}
.pagination > div > a, .pagination > div > span {
  display: inline-block;
  font-size: 14px;
  align-items: center;
  text-align: center;
  min-width: 20px;
  padding: 1px 5px;
  border: solid 1px #5e5f5f;
  border-right: none;
}
.pagination > div > a:first-child, .pagination > div > span:first-child {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.pagination > div > a:last-child, .pagination > div > span:last-child {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-right: solid 1px #5e5f5f;
}
.pagination > div > a:hover, .pagination > div > span:hover {
  background-color: #f7f7f7;
}
.pagination > div > span.current {
  color: #fff;
  background-color: #5e5f5f;
}

/*=========================================== TESTIMONIALS ========================================================*/
.testimonial-page {padding-top: 50px}
.testimonial-page>.container {
	position: relative;
	padding: 0;
	width: 100%;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.testimonial-page.ready>.container {
	top: 0;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.testimonial-page .testimonial{
	max-width:850px;
	padding: 0 15px;
	margin: 0 auto 60px;
	padding-bottom: 50px;
	border-bottom: solid 1px #f1f1f1;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-20%, 0);
	-webkit-transform: translate(-20%, 0);
	-moz-transform: translate(-20%, 0);
	-o-transform: translate(-20%, 0);
}
.testimonial-page .testimonial.ready {
	opacity: 1;
    filter: alpha(opacity=100);
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
    -webkit-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -moz-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -o-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -webkit-backface-visibility: hidden;
}
.testimonial-page .testimonial img {
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.41);
}
.testimonial-page .testimonial:last-child {margin-bottom: 0; border-bottom: none}
.testimonial-page .testimonial .icon{float:left;font-size: 110px;color: #b9d7cd;}
.testimonial-page .testimonial .right{padding-left:140px;min-height: 120px;}
.testimonial-page .testimonial .right p{font-size: 17px;line-height: 36px;letter-spacing: 0;color: #5a5a5a;}
.testimonial-page .testimonial .right p.author{font-size: 21px;text-transform: capitalize;font-style: italic;color: #0b7250;font-weight: 300;line-height: 1.3em;}
@media screen and (max-width:650px){ 
.testimonial-page .testimonial img {margin-top: 15px;}
.testimonial-page .testimonial .icon{font-size:60px;}
.testimonial-page .testimonial .right{padding-left:70px;}
.testimonial-page .testimonial .right p{font-size: 14px;line-height: 28px;}

.testimonial-page .testimonial .right p.author{font-size:16px;}
}


/*=========================================== FLIP CARD GRID ========================================================*/
.flip-card-grid .flip-card {
  background-color: transparent;
  display: inline-block;
  margin: -2px;
  width: 16.7777%;
  height: 19vw;
  border: .6vw solid transparent;
  perspective: 1000px;
}
.flip-card-grid .flip-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card-grid .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-grid .flip-card:hover .flip-card-front {
  opacity: 0;
}
.flip-card-grid .flip-card-front, .flip-card-grid .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.flip-card-grid .flip-card-front {
  background-color: #e7eef2;
  padding: 1.5vw 15px;
  padding-right: 1vw;
  overflow: hidden;
  transition: all 0.8s;
  opacity: 1;
  border-radius: 6px;
}
.flip-card-grid .flip-card-front > span {
  display: block;
  color: #c80452;
  font-weight: 600;
  font-size: 7.2vw;
  line-height: 1em;
  position: absolute;
  top: 2vw;
  right: 1vw;
  z-index: 2;
}
.flip-card-grid .flip-card-front h2 {
  text-align: left;
  color: #c80452;
  font-weight: 600;
  font-size: 1.3vw;
  margin: 0;
  width: 100%;
  letter-spacing: 0;
  position: absolute;
  z-index: 2;
  left: 1vw;
  bottom: 1.2vw;
}
.flip-card-grid .flip-card-back {
  background-color: #c80452;
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: left;
  border-radius: 6px;
}
.flip-card-grid .flip-card-back h3 {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 600;
  margin: 10px 0 20px;
}
.flip-card-grid .flip-card-back h3:after {
  content: '';
  display: block;
  width: 41px;
  height: 2px;
  background-color: #fff;
  margin: 15px 0
}
.flip-card-grid .flip-card-back p {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #fff;
  font-size: .9vw;
  line-height: 1.3vw;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 15px
}
.flip-card-grid .flip-card-back a,
.flip-card-grid .flip-card-back a:focus {
	color: #fff;
	border: solid 1px ;
	padding: 1px 6px;
	border-radius: 4px;
}
.flip-card-grid .flip-card-back a:hover {
	color: #ffcbe0;
	border-color: #ffcbe0;
}
.flip-card-grid .flip-card-back > span {
	font-size: .8vw; font-weight: 200
}
.flip-card-grid .flip-card-back footer {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  left: 1vw;
  font-size: .7vw;
  line-height: 1.1em;
  font-weight: 200;
  text-transform: capitalize;
}
.flip-card-grid .flip-card-back footer span {
	float: right;
}

@media (max-width: 1200px) {
  .flip-card-grid .flip-card {
    width: 33.3333%;
    height: 32vw;
  }
  .flip-card-grid .flip-card:last-child {
    width: 100%;
  }
  .flip-card-grid .flip-card-front > span {
    font-size: 10vw;
  }
  .flip-card-grid .flip-card-front h2 {
    font-size: 2.2vw;
  }
  .flip-card-grid .flip-card .flip-card-front:after {
    font-size: 160px;
  }
  .flip-card-grid .flip-card-back {
    padding: 1vw;
  }
  .flip-card-grid .flip-card-back p {
    font-size: 1.6vw;
    line-height: 1.4em;
  }
  .flip-card-grid .flip-card-back > span {
		font-size: 1.2vw;
  }
  .flip-card-grid .flip-card-back footer {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .flip-card-grid .flip-card {
    width: 50%!important;
    height: 42vw;
  }
  .flip-card-grid .flip-card-front > span {
    font-size: 13vw;
  }
  .flip-card-grid .flip-card-front h2 {
    font-size: 3vw;
  }
  .flip-card-grid .flip-card .flip-card-front:after {
    font-size: 150px;
  }
  .flip-card-grid .flip-card-back {
    padding: 1vw;
  }
  .flip-card-grid .flip-card-back p {
    font-size: 2.3vw;
    line-height: 1.4em;
  }
  .flip-card-grid .flip-card-back > span {
		font-size: 2.2vw;
  }
  .flip-card-grid .flip-card-back footer {
    font-size: 1.6vw;
  }
}
@media (max-width: 520px) {
  .flip-card-grid .flip-card {
    width: 100%!important;
    height: 82vw;
    margin-bottom: 15px;
  }
  .flip-card-grid .flip-card-front > span {
    font-size: 23vw;
  }
  .flip-card-grid .flip-card-front h2 {
    font-size: 7vw;
  }
  .flip-card-grid .flip-card .flip-card-front:after {
    font-size: 150px;
  }
  .flip-card-grid .flip-card-back {
    padding: 2vw;
  }
  .flip-card-grid .flip-card-back p {
    font-size: 5.3vw;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
  .flip-card-grid .flip-card-back > span {
		font-size: 3.8vw;
  }
  .flip-card-grid .flip-card-back footer {
    font-size: 4.6vw;
  }
}

/*=========================================== SUPPORT ========================================================*/
.support-section {
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 50px 0 40px;
}
.support-section .container {
  position: relative;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.support-section.ready .container {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}
.support-section h2 {
	font-size: 50px;
}
.support-section h2 span {
	color: #ec5c30;
	font-size: 1em;
	font-weight: 700;
	display: inline-block;
}

/*=========================================== OFFERING ========================================================*/
.offering-section {
  text-align: center;
  position: relative;
  padding: 30px 0;
}
.offering-section .container-fluid {
  position: relative;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.offering-section.ready .container-fluid {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}

/*=========================================== COMPANY ========================================================*/
.services-section {
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 90px 0 50px;
  background-color: #062053;
  background-image: url(../img/bnn-lines.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.services-section .container {
  position: relative;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.services-section.ready .container {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}
.services-section .col-lg-6 {
	padding: 0 20px;
	margin-bottom: 40px
}
.services-section .service-card {
  background-image: url(../img/Design.png);
  background-position: 103% center;
  background-repeat: no-repeat;
  background-color: #062053;
  border: solid 1px #fff;
  padding: 5px 25px;
  height: 100%;
  position: relative;
}
.services-section .col-lg-6:nth-child(2) .service-card {background-image: url(../img/Hosting.png);}
.services-section .col-lg-6:nth-child(3) .service-card {background-image: url(../img/Maintenance.png); background-position: 120% center;}
.services-section .col-lg-6:nth-child(4) .service-card {background-image: url(../img/Marketing.png); background-position: 115% center;}
.services-section .service-card:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: -5px; top: -5px; right: -5px; bottom: -5px;
	background-color: #062053;
}
.services-section .service-card .icon {
	display: block;
	margin: 60px 0 40px;
	height: 124px;
	position: relative;
}
.services-section .service-card .icon img {
	position: absolute;
	bottom: 0;
}
.services-section .service-card p {
	color: #fff;
	width: 350px;
	line-height: 1.1em;
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  background-color: #192652;
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 60px 0 40px;
  text-align: center;
}
.footer .logo {
	margin: 0;
	max-width: 178px;
}
.footer .container {
  position: relative;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer.ready .container {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}
.footer ul:not(.footer-nav, .fa-ul) {
	margin: 10px 0 35px;
}
.footer ul:not(.footer-nav, .fa-ul) li {
	font-size: 24px;
}
.footer ul:not(.footer-nav, .fa-ul) li a {
	color: #c80452;
}
.footer ul:not(.footer-nav, .fa-ul) li a:hover {
	color: #ff5096;
}
.footer ul:not(.footer-nav, .fa-ul) li .fab {
	font-size: 50px;
	padding: 0 10px;
}
.footer .fa-ul {}
.footer .fa-ul li {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 15px
}
.footer .fa-ul li .fas {
	font-size: .8em;
}
.footer .footer-nav {
	margin: 0 0 25px;
}
.footer .footer-nav.services-nav {
	margin: 0 0 30px;
}
.footer .footer-nav > li {
	font-size: 20px;
	line-height: 1.6em;
	text-transform: none;
	font-weight: 400;
	margin: 18px 0;
	padding: 4px 0;
}
.footer .footer-nav > li:not(:last-child) {
	margin-right: 25px;
}

.footer p.copy {
	font-size: 20px;
	color: #959595;
	margin: 50px 0 20px;
}
.footer a:not(.btn-layout, .logo) {
	position: relative;
	color: #959595;
}
.footer a:not(.btn-layout, .logo):after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer a:not(.btn-layout, .logo):hover {
	color: #c80452;
}
.footer a:not(.btn-layout, .logo):hover:after {
	opacity: 1;
	width: 100%;
	background-color: #c80452;
}


@media screen and (max-width: 991px) {
	.partners-section .featured-slick {
    	margin: 15vw 0;
	}
	.footer {
		padding: 40px 15px;
	}
	.footer .btn-layout {
	  font-size: 18px;
	  display: inline-block;
	  margin: 35px 0;
	}
	.footer .footer-nav > li {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.footer .col-lg-3:nth-child(2):after {
	  display: none;
	}
	.footer,
	.footer .text-center,
	.footer .text-right {
		text-align: center!important;
	}
}
@media screen and (max-width: 768px) {
	.footer .logo {
		max-width: 200px;
		 }
  .footer .footer-nav {
    margin: 0 0 10px;
  }
  .footer .col-lg-3:after {
	  display: none;
	}
  .footer .social-nav li {
  	font-size: 30px;
  	padding: 0 5px;
  }
  .footer .footer-nav.services-nav > li {
  	display: block;
  	width: auto;
  }
  .footer .copy {
  	margin-top: 50px;
  }
  .btn-layout {
    font-size: 12px;
  }
  .btn-layout.btn-big {
    font-size: 25px;
  }
  h1, .h1-style {
    font-size: 28px;
  }
  h1>span, .h1-style>span {
  	line-height: 1.4em;
  	font-size: 18px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 14px;
  }
  .news-right-column h2,
  .news-right-column h3 {
    font-size: 20px;
  }
  p, li, td, th, label {
    font-size: 14px;
    line-height: 24px;
  }
  span.parallax {
    top: 0 !important;
    height: 100% !important;
  }
}
	