@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/
.grid {
	position: relative;
	margin: 0 auto;
	/*padding: 1em 0 4em;
	max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 5px 60px;
	min-width: 320px;
	max-width: 511px;
	max-height: 334px;
	width: 48%;
	/*background: #3085a3;*/
	text-align: center;
	cursor: pointer;
}


.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;

}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	/*font-size: 32px;
		margin: 30px 0 10px 0;*/
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {

	text-align:left;
}
figure.effect-marley-right {
	float:right;
	
	} 
@media screen and (max-width: 768px) {
figure.effect-marley-right {
	float:left;
	} 
	.grid figure {

	margin: 10px 5px 10px;

}

}

figure.effect-marley img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-marley:hover img {
	opacity: 0.2;
}


figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
		opacity: 0;
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);	
	opacity: 1;
	color:#FFF;
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}
figure.effect-marley:hover {
	opacity: 1;

	  background: rgba(0, 0, 0, 0.9);
}

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;

}

#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #e00000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #e00000;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #e00000;
}

::-moz-selection {
  color: #fff;
  background: #e00000;
}

::selection {
  color: #fff;
  background: #e00000;
}

.rufff-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 1001;
  background: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .rufff-nav {
    padding: 25px 0;
  }
}
.rufff-nav #rufff-logo {
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .rufff-nav #rufff-logo {
    margin-bottom: 0;
  }
}
.rufff-nav #rufff-logo a > span {
  color: #e00000;
}
.rufff-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .rufff-nav .menu-1 {
    display: none;
  }
}
.rufff-nav ul {
  padding: 0;
  margin: 7px 0 0 0;
}
.rufff-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.rufff-nav ul li a {
  font-size: 20px;
  padding: 30px 10px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.rufff-nav ul li a:hover, .rufff-nav ul li a:focus, .rufff-nav ul li a:active {
  color: white;
}
.rufff-nav ul li.has-dropdown {
  position: relative;
  
}
.rufff-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  
}
.rufff-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.rufff-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.rufff-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.rufff-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
   font-size: 18px;
}
.rufff-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.rufff-nav ul li.has-dropdown:hover a, .rufff-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.rufff-nav ul li.btn-cta a {
  color: #e00000;
}
.rufff-nav ul li.btn-cta a span {
  background: #f35f55;
  color: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.rufff-nav ul li.btn-cta a:hover span {
  background: #f14034 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.rufff-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.scrolled .rufff-nav {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}
.scrolled .rufff-nav a {
  color: #000;
}
.scrolled .rufff-nav ul li a:hover, .scrolled .rufff-nav ul li a:focus, .scrolled .rufff-nav ul li a:active {
  color: #fa5456!important;
}
.scrolled .rufff-nav ul li.active a {
  color: #e00000;
}
.scrolled .rufff-nav ul li.has-dropdown:hover > a, .scrolled .rufff-nav ul li.has-dropdown:focus > a {
  color: #e00000;
}

#rufff-header,
#rufff-counter,
.rufff-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.rufff-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#rufff-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#rufff-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.rufff-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.rufff-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.rufff-cover > .rufff-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .rufff-cover {
    height: 600px;
  }
}
.rufff-cover .display-t,
.rufff-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .rufff-cover .display-t,
  .rufff-cover .display-tc {
    height: 600px;
  }
}
.rufff-cover.rufff-cover-sm {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .rufff-cover.rufff-cover-sm {
    height: 400px;
  }
}
.rufff-cover.rufff-cover-sm .display-t,
.rufff-cover.rufff-cover-sm .display-tc {
  height: 350px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .rufff-cover.rufff-cover-sm .display-t,
  .rufff-cover.rufff-cover-sm .display-tc {
    height: 400px;
  }
}

.rufff-staff {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  float: left;
  width: 100%;
}
.rufff-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.rufff-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.rufff-staff p {
  margin-bottom: 30px;
}
.rufff-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.pagination a {
  background: none;
  border: none !important;
  color: gray !important;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  background: none !important;
}
.pagination > li > a {
  margin: 0 2px;
  font-size: 18px;
  padding: 0 !important;
  background: none;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.pagination > li > a:hover {
  color: #000;
  background: #e6e6e6 !important;
}
.pagination > li.disabled > a {
  background: none;
}
.pagination > li.active > a {
  background: #fa5456!important;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  color: #fff !important;
}
.pagination > li.active > a:hover {
  cursor: pointer;
  background: #f96982 !important;
}

.rufff-social-icons {
  margin: 0;
  padding: 0;
}
.rufff-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.rufff-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #b3b3b3;
  padding-left: 10px;
  padding-right: 10px;
}
.rufff-social-icons li a:hover {
  color: #e00000;
}
.rufff-social-icons li a i {
  font-size: 36px;
}

.rufff-contact-info ul {
  padding: 0;
  margin: 0;
}
.rufff-contact-info ul li {
  padding: 0 0 0 70px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.rufff-contact-info ul li:before {
  color: #ccddea;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rufff-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.rufff-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.rufff-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.rufff-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#rufff-header .display-tc,
#rufff-counter .display-tc,
.rufff-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#rufff-header .display-tc h1, #rufff-header .display-tc h2,
#rufff-counter .display-tc h1,
#rufff-counter .display-tc h2,
.rufff-cover .display-tc h1,
.rufff-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#rufff-header .display-tc h1,
#rufff-counter .display-tc h1,
.rufff-cover .display-tc h1 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 60px;
  line-height: 1.3;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #rufff-header .display-tc h1,
  #rufff-counter .display-tc h1,
  .rufff-cover .display-tc h1 {
    font-size: 40px;
  }
}
#rufff-header .display-tc h2,
#rufff-counter .display-tc h2,
.rufff-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
    padding: 15px 30px;
}
#rufff-header .display-tc .btn,
#rufff-counter .display-tc .btn,
.rufff-cover .display-tc .btn {
  padding: 15px 30px;
  background: #e00000;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#rufff-header .display-tc .btn:hover,
#rufff-counter .display-tc .btn:hover,
.rufff-cover .display-tc .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#rufff-header .display-tc .or,
#rufff-counter .display-tc .or,
.rufff-cover .display-tc .or {
  color: rgba(255, 255, 255, 0.3);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 20px;
}
#rufff-header .display-tc .link-watch,
#rufff-counter .display-tc .link-watch,
.rufff-cover .display-tc .link-watch {
  border-bottom: none;
}
#rufff-header .display-tc .form-inline .form-group,
#rufff-counter .display-tc .form-inline .form-group,
.rufff-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#rufff-header .display-tc .form-inline .form-group .form-control,
#rufff-counter .display-tc .form-inline .form-group .form-control,
.rufff-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.rufff-bg-section {
  background: #f7f7f7;
}

#rufff-services,
#rufff-started,
#rufff-testimonial,
#rufff-blog,
#rufff-project,
#rufff-about,
#rufff-team,
#rufff-contact,
#rufff-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #rufff-services,
  #rufff-started,
  #rufff-testimonial,
  #rufff-blog,
  #rufff-project,
  #rufff-about,
  #rufff-team,
  #rufff-contact,
  #rufff-footer {
    padding: 3em 0;
  }
}

#rufff-testimonial {
  background: #F0F5F9;
}
#rufff-testimonial .testimonial {
  background: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 4em;
  bottom: 0;
}
#rufff-testimonial .testimonial blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}
#rufff-testimonial .testimonial p {
  color: #666666;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}
#rufff-testimonial .testimonial p.author {
  color: #b3b3b3;
}
#rufff-testimonial .testimonial p.author img {
  width: 60px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#rufff-testimonial .testimonial p.author cite {
  font-style: normal;
  font-size: 13px;
  font-family: "Open Sans", Arial, sans-serif;
}
#rufff-testimonial .testimonial p:last-child {
  margin-bottom: 0;
}
#rufff-testimonial .testimonial:after {
  position: absolute;
  left: 11%;
  bottom: -30px;
  display: block;
  width: 0;
  content: "";
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent;
}
#rufff-testimonial .testimonial.rufff-selected {
  background: #e00000;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#rufff-testimonial .testimonial.rufff-selected p {
  color: #fff;
}
#rufff-testimonial .testimonial.rufff-selected p.author cite {
  color: rgba(255, 255, 255, 0.7);
}
#rufff-testimonial .testimonial.rufff-selected:after {
  border-color: #fa5456transparent;
}
@media screen and (max-width: 768px) {
  #rufff-testimonial .testimonial.rufff-selected {
    bottom: 0;
  }
}

#rufff-blog .rufff-post {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  position: relative;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#rufff-blog .rufff-post h3 {
  margin-bottom: 20px;
}
#rufff-blog .rufff-post h3 a {
  color: #e00000;
}
#rufff-blog .rufff-post h3 a:hover {
  color: #f35f55;
}
#rufff-blog .rufff-post .rufff-date {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: .07em;
}
#rufff-blog .rufff-post p.author {
  color: #b3b3b3;
}
#rufff-blog .rufff-post p.author img {
  width: 50px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#rufff-blog .rufff-post p.author cite {
  font-style: normal;
  font-size: 13px;
}
#rufff-blog .rufff-post p:last-child {
  margin-bottom: 0;
}
#rufff-blog .rufff-post:hover, #rufff-blog .rufff-post:focus {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #rufff-blog .rufff-post:hover, #rufff-blog .rufff-post:focus {
    bottom: 0;
  }
}

#rufff-counter {
  background: #fff;
  padding: 7em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rufff-counter {
    padding: 3em 0;
  }
}
#rufff-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #e00000;
  font-weight: 100;
  display: block;
}
#rufff-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
#rufff-counter .feature-center:hover .counter {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #rufff-counter .feature-center {
    margin-bottom: 30px;
  }
}
#rufff-counter .icon {
  width: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#rufff-counter .icon i {
  height: 70px;
}
#rufff-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

#rufff-project .rufff-project {
  margin-bottom: 30px;
}
#rufff-project .rufff-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#rufff-project .rufff-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#rufff-project .rufff-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#rufff-project .rufff-project > a .rufff-copy {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#rufff-project .rufff-project > a .rufff-copy h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
#rufff-project .rufff-project > a .rufff-copy h3 {

 color:#666 !important;

  }
  #rufff-project .rufff-project > a .rufff-copy p {
   color:#666 !important;
}
}
#rufff-project .rufff-project > a .rufff-copy p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
#rufff-project .rufff-project > a .rufff-copy p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #rufff-project .rufff-project > a .rufff-copy {
    position: relative;
    visibility: visible;
    opacity: 1;
    bottom: 0;
 color:#666 !important;
    padding: 20px;
    background: #fff;
  }
}
#rufff-project .rufff-project > a:hover {

  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  #rufff-project .rufff-project > a:hover {
    bottom: 0;
  }
}
#rufff-project .rufff-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #rufff-project .rufff-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
#rufff-project .rufff-project > a:hover .rufff-copy {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
  
}
@media screen and (max-width: 768px) {
  #rufff-project .rufff-project > a:hover .rufff-copy {
    bottom: 0;
    padding: 20px;
    background: #fff;
	
  }
}
#rufff-project .rufff-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  	
}
@media screen and (max-width: 768px) {
  #rufff-project .rufff-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#rufff-services.border-bottom {
  border-bottom: 1px solid #dae6ef;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
}

.feature-center {
  padding: 30px;
  float: left;
  width: 100%;
  position: relative;
  bottom: 0;
  margin-bottom: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  margin-bottom: 20px;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: rgba(42, 54, 59, 0.2);
}
.feature-center .icon2 {
  float: left;
}
.feature-center .icon2 i {
  font-size: 100px;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  font-size: 22px;
  color: #5d5d5d;
}
.feature-center:hover, .feature-center:focus {
  background: #e00000;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.feature-center:hover p:last-child, .feature-center:focus p:last-child {
  margin-bottom: 0;
}
.feature-center:hover .icon i, .feature-center:focus .icon i {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover p, .feature-center:hover h3, .feature-center:focus p, .feature-center:focus h3 {
  color: #fff !important;
}
.feature-center:hover a, .feature-center:focus a {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover a:hover, .feature-center:focus a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .feature-center:hover, .feature-center:focus {
    bottom: 0;
  }
}

.project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-bottom: 40px;
}
.project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc h3 a {
  color: white;
}
.project-grid .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-grid .desc {
    bottom: 0;
  }
}
.project-grid:hover:before, .project-grid:focus:before {
  opacity: 1;
}
.project-grid:hover .desc, .project-grid:focus .desc {
  bottom: 0;
}

.project-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .project-content {
    padding: 3em 0;
  }
}
.project-content .col-half {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .project-content .col-half {
    width: 100%;
  }
}
.project-content .col-half .project, .project-content .col-half .project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.project-content .col-half .project:before, .project-content .col-half .project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .col-half .project:hover:before, .project-content .col-half .project:focus:before, .project-content .col-half .project-grid:hover:before, .project-content .col-half .project-grid:focus:before {
  opacity: 1;
}
.project-content .col-half .project:hover .desc, .project-content .col-half .project:focus .desc, .project-content .col-half .project-grid:hover .desc, .project-content .col-half .project-grid:focus .desc {
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .project-content .col-half .project, .project-content .col-half .project-grid {
    height: 340px !important;
    margin-bottom: 20px;
  }
}
.project-content .col-half .project {
  height: 800px;
}
.project-content .col-half .project-grid {
  height: 390px;
  margin-bottom: 20px;
}
.project-content .col-half .project-grid:last-child {
  margin-bottom: 0;
}
.project-content .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .desc h3 {
  color: white;
}
.project-content .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-content .desc {
    bottom: 0;
  }
}

.rufff-heading {
  margin-bottom: 2em;
}
.rufff-heading.rufff-heading-sm {
  margin-bottom: 2em;
}
.rufff-heading h2 {
  font-size: 42px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}
.rufff-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.rufff-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #cccccc;
}

#rufff-started {
  background: rgba(42, 51, 86, 0.9);
}
#rufff-started .rufff-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
  font-weight: 300;
}
#rufff-started .rufff-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#rufff-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#rufff-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#rufff-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#rufff-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#rufff-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#rufff-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#rufff-started .btn {
  height: 54px;
  border: none !important;
  background: #e00000;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}
#rufff-started .btn:hover {
  background: #f6163c !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#rufff-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#rufff-started .form-inline .form-group .form-control {
  width: 100%;
}

#rufff-footer .rufff-footer-links {
  padding: 0;
  margin: 0;
}
#rufff-footer .rufff-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#rufff-footer .rufff-footer-links li a {
  color: #000;
  text-decoration: none;
}
#rufff-footer .rufff-footer-links li a:hover {
  text-decoration: underline;
}
#rufff-footer .rufff-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #rufff-footer .rufff-widget {
    text-align: left;
  }
}
#rufff-footer .rufff-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#rufff-footer .copyright .block {
  display: block;
}

#rufff-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #rufff-offcanvas {
    display: block;
  }
}
.offcanvas #rufff-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#rufff-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#rufff-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#rufff-offcanvas ul {
  padding: 0;
  margin: 0;
}
#rufff-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#rufff-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#rufff-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#rufff-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e943";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#rufff-offcanvas ul li.offcanvas-has-dropdown.active a:after {
 /* -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);*/
  display:none;
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.rufff-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.rufff-nav-toggle.active i::before, .rufff-nav-toggle.active i::after {
  background: #444;
}
.rufff-nav-toggle:hover, .rufff-nav-toggle:focus, .rufff-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.rufff-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.rufff-nav-toggle i::before, .rufff-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.rufff-nav-toggle.rufff-nav-white > i {
  color: #fff;
  background: #fff;
}
.rufff-nav-toggle.rufff-nav-white > i::before, .rufff-nav-toggle.rufff-nav-white > i::after {
  background: #fff;
}

.rufff-nav-toggle i::before {
  top: -7px;
}

.rufff-nav-toggle i::after {
  bottom: -7px;
}

.rufff-nav-toggle:hover i::before {
  top: -10px;
}

.rufff-nav-toggle:hover i::after {
  bottom: -10px;
}

.rufff-nav-toggle.active i {
  background: transparent;
}

.rufff-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.rufff-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.rufff-nav-toggle {
  position: fixed;
  right: 0px;
  top: 18px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.scrolled .rufff-nav-toggle {
  top: 5px;
}
@media screen and (max-width: 768px) {
  .rufff-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #e00000;
  color: #fff;
  border: 2px solid #e00000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f8516d !important;
  border-color: #f8516d !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #e00000;
  border: 2px solid #e00000;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #e00000;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #e00000;
}

.mb30 {
  margin-bottom: 30px !important;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.rufff-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#rufff-header-subscribe #email {
  padding-right: 9em;
}
#rufff-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
/*custom*/

.rufff-go a {
 position: absolute;
 font-size:36px;
  bottom: 100px !important;
  left: 50%;
  margin-left: -20px;
  width: 50px;
  height: 50px;

  line-height: 24px;
  border: solid 2px #fff !important;
  border-radius: 50px;
  z-index: 300;
  color: #fff !important;
  padding: 5px 5px 5px;


  opacity:0.6;
}
.rufff-go a span {
	/*
  font-size: 20px;
  display: block;
  position: absolute;
  bototm: 0;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
  */
    opacity:1;
	
}
.rufff-go a:hover {
  text-decoration: none;
    opacity:1;
}
.rufff-go a:hover span {
  text-decoration: none;
      opacity:1;
}



/*# sourceMappingURL=style.css.map */
/*error*/

.error {
  
 border: 2px solid rgba(0, 0, 0, 0.1);
  border-color: #F73859;
}

input.error, textarea.error {   border-color: #F73859; border-style: solid;/* background: #f0bebe; color: #a35959;*/ }
input.error:focus, textarea.error:focus {   border-color: #F73859;}
