﻿@import url(http://fonts.useso.com/css?family=Raleway:400,300,500,700,800);
@import url(http://fonts.useso.com/css?family=Lobster);



body {
	font: 300 14px/1.8 'Raleway', sans-serif;
	color: #666;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #E7746F;
}

a:hover {
	text-decoration: none;
	color: #999;
}

/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */


.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font: 700 40px/1.2 Raleway, sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 5px 0 5px;
	color: #222;
}

h2 {
	font-size: 30px;
	margin: 0 0 30px;
}

h3 {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
}

h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}


/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
	z-index: auto;
}

.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	background: #FFF;
	border: 1px solid #D8E1E4;
	font-size: 12px;
	padding: 0 15px;
}

.form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}

textarea.form-control {
	padding: 15px;
    max-width: 100%;
    min-width: 100%;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 8px 26px;
	border: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 13px;
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    background: rgba(17, 17, 17, 1.8);
    color: #fff;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */

.pfblock {
 
	padding: 120px 0 100px;
        background:#4ecd00;
 
}

.pfblock2 {
	padding: 120px 0 100px;
        background:#ffffff;

}

.pfblock-gray {
	background: #00534c;
}

.pfblock-image {
	padding: 0;
}

.calltoaction h1,
.calltoaction h2,
.calltoaction h3,
.calltoaction h4,
.calltoaction h5,
.calltoaction h6,
.pfblock-image,
.pfblock-image h1,
.pfblock-image h2,
.pfblock-image h3,
.pfblock-image h4,
.pfblock-image h5,
.pfblock-image h6 {
	color:#393;
}

.pfblock-header {
	text-align: center;
	margin: 0 0 60px;
}

.pfblock-header-left {
	text-align: left;
}

.pfblock-header-left .pfblock-line {
	width: inherit;
	margin: 30px 0;
}

.pfblock-title{
    font-weight: 800;
	font color:#393
}

.pfblock-subtitle {
	font-family: Raleway, "Times New Roman", Times, sans-serif;
	font-style: normal;
	font-size: 20px;
        color:#ffffff;
}

.pfblock-line {
	background: rgba(255, 255, 255, 0.5);
	width: 100px;
	height: 1px;
	margin: 30px auto;
        
}

.pfblock-icon {
	font-size: 32px;
}
.calltoaction *{
    text-align: center;
}
.calltoaction {
    background: url(../images/item-3.jpg);
	background-color: #222;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 50px 0;
	color: #999;
}

.calltoaction h2 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.calltoaction-decription{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
}

.calltoaction-btn {
	text-align: center;
}

.calltoaction-btn > .btn {
    background: rgba(255, 255, 255, .8);
    color: #111;
	margin-top: 5px;
	margin-bottom: 5px;
}
.calltoaction-btn > .btn:hover{
    background: #fff;
}

.long-down {
	margin-bottom: 40px;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

#home {
	background: url(../images/cover.jpg);
	background-color: #222;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 0;
}

.home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

.intro h1{
    font-weight: 800;
}

.start {
	font-family: Raleway, "Times New Roman", Times, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	margin: 15px 0;
}

/* ---------------------------------------------- /*
 * Servise
/* ---------------------------------------------- */

.iconbox {
	background: #fff;
	border-bottom: 1px solid #393;
	text-align: center;
	padding: 40px 20px;
	margin: 0 0 20px;
}

.iconbox-icon {
	margin: 0 0 15px;
	font-size: 45px;
	color: #393;
}

.iconbox-title {
	margin: 0 0 15px;
	padding: 0;
}

/* ---------------------------------------------- /*
 * Skills
/* ---------------------------------------------- */

.chart {
    display: inline-block;
    height: 140px;
    margin: 50px 0;
    position: relative;
    text-align: center;
    width: 140px;
}
.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.percent {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    line-height: 140px;
    z-index: 2;
  color:#ffffff
}
.percent:after {
    content: "%";
    font-size: 50%;
    margin-left: 0.1em;

}

/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

.ajax-response {
	text-align: center;
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	background: #222;
	text-align: center;
	padding: 40px 0;
	color: #FFF;
}

.copyright {
	margin: 0;
}

.copyright a{
    border-bottom: 1px dotted #fff;
}

#footer span{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: #ff5252;
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.social-links li {
	display: inline-block;
	margin: 5px;
}

.social-links a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 35px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size: 14px;
	color: rgba(255, 255, 255, .2);
}

.social-links a:hover {
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .8);
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.header {
	border-bottom: 1px solid #00534c;
	position: relative;
	width: 100%;
	z-index: 998;
}

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: Raleway, "Times New Roman", Times, sans-serif;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #fff;
	padding: 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 11px;
	letter-spacing: 3px;
	color: #222;
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #E7746F;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 45px;
    font-family: Raleway, "Times New Roman", Times, sans-serif;
}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #E7746F;
	border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #00534c;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #222;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(235, 235, 235, .8);
	color: #e7746f;
}

/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

/* ---------------------------------------------- /*
 * why us
/* ---------------------------------------------- */

.container3 {
	position: relative;
	margin: 40px auto 50px auto;
	width: 100%;
	padding: 0;
	text-align: center;
}
.largeimage {
	position: relative;
	z-index: 1000;
}
img.info-icon {
	cursor: pointer;
	z-index: 1001;
}
#container1 .info-icon1 {
	position: absolute;
	top: 55px;
	left: 288px;
}
#container1 .info-icon2 {
	position: absolute;
	top: 180px;
	left: 80px;
}
#container1 .info-icon3 {
	position: absolute;
	top: 250px;
	left: 310px;
}
#container1 .info-icon4 {
	position: absolute;
	top: 80px;
	left: 100px;
}
#container1 .info-icon5 {
	position: absolute;
	top: 195px;
	left: 300px;
}
#container1 .info-icon6 {
	position: absolute;
	top: 335px;
	left: 150px;
}
#container1 .info-icon7 {
	position: absolute;
	top: 335px;
	left: 80px;
}
#container1 .info-icon8 {
	position: absolute;
	top: 140px;
	left: 130px;
}
.popover {
	position: absolute;
	z-index: 1010;
	opacity: 0;
	display: none;
	width: 236px;
	/*height: 200px;*/
  padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
#pop1 {
	position: absolute;
	width: 403px;
	top: 50px;
	left: 313px;
}
#pop2 {
	position: absolute;
	top: 125px;
	left: -10px;
}
#pop3 {
	position: absolute;
	top: 224px;
	left: 80px;
}
#pop4 {
	position: absolute;
	top: 80px;
	left:10px;
}
#pop5 {
	position: absolute;
	top: 180px;
	left: 330px;
}
#pop6 {
	position: absolute;
	top: 284px;
	left: 35px;
}
#pop7 {
	position: absolute;
	top: 306px;
	left: 10px;
}
#pop8 {
	position: absolute;
	top: 166px;
	left: 35px;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #ffffff;
	border-bottom-width: 0;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0;
}
.popover.right .arrow:after {
	bottom: -10px;
	left: 1px;
	border-right-color: #ffffff;
	border-left-width: 0;
}
.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-top-width: 0;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #ffffff;
	border-top-width: 0;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
	border-right-width: 0;
}
.popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	border-left-color: #ffffff;
	border-right-width: 0;
}
.animated {
	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes cardInTop {
 0% {
 -webkit-transform-origin: 50% 100% 0px;
 -webkit-transform: perspective(500px) rotateX(-90deg) scale(0.5, 0.5);
}
 100% {
 -webkit-transform-origin: 50% 100% 0px;
 -webkit-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
}
 @-moz-keyframes cardInTop {
 0% {
 -moz-transform-origin: 50% 100% 0px;
 -moz-transform: perspective(500px) rotateX(-90deg) scale(0.5, 0.5);
}
 100% {
 -moz-transform-origin: 50% 100% 0px;
 -moz-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
}
 @-o-keyframes cardInTop {
 0% {
 -o-transform-origin: 50% 100% 0px;
 -o-transform: perspective(500px) rotateX(-90deg) scale(0.5, 0.5);
}
 100% {
 -o-transform-origin: 50% 100% 0px;
 -o-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
}
 @keyframes cardInTop {
 0% {
 transform-origin: 50% 100% 0px;
 transform: perspective(500px) rotateX(-90deg) scale(0.5, 0.5);
}
 100% {
 transform-origin: 50% 100% 0px;
 transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
}
.cardInTop {
	-webkit-animation-name: cardInTop;
	-moz-animation-name: cardInTop;
	-o-animation-name: cardInTop;
	animation-name: cardInTop;
}
 @-webkit-keyframes cardInBottom {
 0% {
 -webkit-transform-origin: 50% 0% 0px;
 -webkit-transform: perspective(500px) rotateX(90deg) scale(0.5, 0.5);
}
 100% {
 -webkit-transform-origin: 50% 0% 0px;
 -webkit-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
}
 @-moz-keyframes cardInBottom {
 0% {
 -moz-transform-origin: 50% 0% 0px;
 -moz-transform: perspective(500px) rotateX(90deg) scale(0.5, 0.5);
}
 100% {
 -moz-transform-origin: 50% 0% 0px;
 -moz-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
}
 @-o-keyframes cardInBottom {
 0% {
 -o-transform-origin: 50% 0% 0px;
 -o-transform: perspective(500px) rotateX(90deg) scale(0.5, 0.5);
}
 100% {
 -o-transform-origin: 50% 0% 0px;
 -o-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
}
 @keyframes cardInBottom {
 0% {
 transform-origin: 50% 0% 0px;
 transform: perspective(500px) rotateX(90deg) scale(0.5, 0.5);
}
 100% {
 transform-origin: 50% 0% 0px;
 transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
}
.cardInBottom {
	-webkit-animation-name: cardInBottom;
	-moz-animation-name: cardInBottom;
	-o-animation-name: cardInBottom;
	animation-name: cardInBottom;
}
 @-webkit-keyframes cardInLeft {
 0% {
 -webkit-transform-origin: 100% 50% 0px;
 -webkit-transform: perspective(500px) rotateY(-90deg) scale(0, 0);
}
 100% {
 -webkit-transform-origin: 100% 50% 0px;
 -webkit-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
}
 @-moz-keyframes cardInLeft {
 0% {
 -moz-transform-origin: 100% 50% 0px;
 -moz-transform: perspective(500px) rotateY(-90deg) scale(0, 0);
}
 100% {
 -moz-transform-origin: 100% 50% 0px;
 -moz-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
}
 @-o-keyframes cardInLeft {
 0% {
 -o-transform-origin: 100% 50% 0px;
 -o-transform: perspective(500px) rotateY(-90deg) scale(0, 0);
}
 100% {
 -o-transform-origin: 100% 50% 0px;
 -o-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
}
 @keyframes cardInLeft {
 0% {
 transform-origin: 100% 50% 0px;
 transform: perspective(500px) rotateX(-90deg) scale(0, 0);
}
 100% {
 transform-origin: 100% 50% 0px;
 transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
}
.cardInLeft {
	-webkit-animation-name: cardInLeft;
	-moz-animation-name: cardInLeft;
	-o-animation-name: cardInLeft;
	animation-name: cardInLeft;
}
 @-webkit-keyframes cardInRight {
 0% {
 -webkit-transform-origin: 0% 50% 0px;
 -webkit-transform: perspective(500px) rotateY(90deg) scale(0, 0);
}
 100% {
 -webkit-transform-origin: 0% 50% 0px;
 -webkit-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
}
 @-moz-keyframes cardInRight {
 0% {
 -moz-transform-origin: 0% 50% 0px;
 -moz-transform: perspective(500px) rotateY(90deg) scale(0, 0);
}
 100% {
 -moz-transform-origin: 0% 50% 0px;
 -moz-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
}
 @-o-keyframes cardInRight {
 0% {
 -o-transform-origin: 0% 50% 0px;
 -o-transform: perspective(500px) rotateY(90deg) scale(0, 0);
}
 100% {
 -o-transform-origin: 0% 50% 0px;
 -o-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
}
 @keyframes cardInRight {
 0% {
 transform-origin: 0% 50% 0px;
 transform: perspective(500px) rotateX(90deg) scale(0, 0);
}
 100% {
 transform-origin: 0% 50% 0px;
 transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
}
.cardInRight {
	-webkit-animation-name: cardInRight;
	-moz-animation-name: cardInRight;
	-o-animation-name: cardInRight;
	animation-name: cardInRight;
}
 @-webkit-keyframes cardOutTop {
 0% {
 -webkit-transform-origin: 50% 100% 0px;
 -webkit-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: 50% 100% 0px;
 -webkit-transform: perspective(500px) rotateX(-90deg) scale(0.5, 0.5);
 opacity: 0;
}
}
 @-moz-keyframes cardOutTop {
 0% {
 -moz-transform-origin: 50% 100% 0px;
 -moz-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -moz-transform-origin: 50% 100% 0px;
 -moz-transform: perspective(500px) rotateX(-90deg) scale(0.5, 0.5);
 opacity: 0;
}
}
 @-o-keyframes cardOutTop {
 0% {
 -o-transform-origin: 50% 100% 0px;
 -o-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -o-transform-origin: 50% 100% 0px;
 -o-transform: perspective(500px) rotateX(-90deg) scale(0.5, 0.5);
 opacity: 0;
}
}
 @keyframes cardOutTop {
 0% {
 transform-origin: 50% 100% 0px;
 transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 transform-origin: 50% 100% 0px;
 transform: perspective(500px) rotateX(-90deg) scale(0.5, 0.5);
 opacity: 0;
}
}
.cardOutTop {
	-webkit-animation-name: cardOutTop;
	-moz-animation-name: cardOutTop;
	-o-animation-name: cardOutTop;
	animation-name: cardOutTop;
}
 @-webkit-keyframes cardOutBottom {
 0% {
 -webkit-transform-origin: 50% 0% 0px;
 -webkit-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: 50% 0% 0px;
 -webkit-transform: perspective(500px) rotateX(90deg) scale(0.5, 0.5);
 opacity: 0;
}
}
 @-moz-keyframes cardOutBottom {
 0% {
 -moz-transform-origin: 50% 0% 0px;
 -moz-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -moz-transform-origin: 50% 0% 0px;
 -moz-transform: perspective(500px) rotateX(90deg) scale(0.5, 0.5);
 opacity: 0;
}
}
 @-o-keyframes cardOutBottom {
 0% {
 -o-transform-origin: 50% 0% 0px;
 -o-transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -o-transform-origin: 50% 0% 0px;
 -o-transform: perspective(500px) rotateX(90deg) scale(0.5, 0.5);
 opacity: 0;
}
}
 @keyframes cardOutBottom {
 0% {
 transform-origin: 50% 0% 0px;
 transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 transform-origin: 50% 0% 0px;
 transform: perspective(500px) rotateX(90deg) scale(0.5, 0.5);
 opacity: 0;
}
}
.cardOutBottom {
	-webkit-animation-name: cardOutBottom;
	-moz-animation-name: cardOutBottom;
	-o-animation-name: cardOutBottom;
	animation-name: cardOutBottom;
}
 @-webkit-keyframes cardOutLeft {
 0% {
 -webkit-transform-origin: 100% 50% 0px;
 -webkit-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: 100% 50% 0px;
 -webkit-transform: perspective(500px) rotateY(90deg) scale(0, 0);
 opacity: 0;
}
}
 @-moz-keyframes cardOutLeft {
 0% {
 -moz-transform-origin: 100% 50% 0px;
 -moz-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -moz-transform-origin: 100% 50% 0px;
 -moz-transform: perspective(500px) rotateY(90deg) scale(0, 0);
 opacity: 0;
}
}
 @-o-keyframes cardOutLeft {
 0% {
 -o-transform-origin: 100% 50% 0px;
 -o-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -o-transform-origin: 100% 50% 0px;
 -o-transform: perspective(500px) rotateY(90deg) scale(0, 0);
 opacity: 0;
}
}
 @keyframes cardOutLeft {
 0% {
 transform-origin: 100% 50% 0px;
 transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 transform-origin: 100% 50% 0px;
 transform: perspective(500px) rotateX(90deg) scale(0, 0);
 opacity: 0;
}
}
.cardOutLeft {
	-webkit-animation-name: cardOutLeft;
	-moz-animation-name: cardOutLeft;
	-o-animation-name: cardOutLeft;
	animation-name: cardOutLeft;
}
 @-webkit-keyframes cardOutRight {
 0% {
 -webkit-transform-origin: 0% 50% 0px;
 -webkit-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -webkit-transform-origin: 0% 50% 0px;
 -webkit-transform: perspective(500px) rotateY(-90deg) scale(0, 0);
 opacity: 0;
}
}
 @-moz-keyframes cardOutRight {
 0% {
 -moz-transform-origin: 0% 50% 0px;
 -moz-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -moz-transform-origin: 0% 50% 0px;
 -moz-transform: perspective(500px) rotateY(-90deg) scale(0, 0);
 opacity: 0;
}
}
 @-o-keyframes cardOutRight {
 0% {
 -o-transform-origin: 0% 50% 0px;
 -o-transform: perspective(500px) rotateY(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 -o-transform-origin: 0% 50% 0px;
 -o-transform: perspective(500px) rotateY(-90deg) scale(0, 0);
 opacity: 0;
}
}
 @keyframes cardOutRight {
 0% {
 transform-origin: 0% 50% 0px;
 transform: perspective(500px) rotateX(0deg) scale(1, 1);
 opacity: 1;
}
 100% {
 transform-origin: 0% 50% 0px;
 transform: perspective(500px) rotateX(-90deg) scale(0, 0);
 opacity: 0;
}
}
.cardOutRight {
	-webkit-animation-name: cardOutRight;
	-moz-animation-name: cardOutRight;
	-o-animation-name: cardOutRight;
	animation-name: cardOutRight;
}

/* ---------------------------------------------- /*
 * employment
/* ---------------------------------------------- */

.fh5co-testimony blockquote {
  border-left: none;
  padding-left: none;
}
.fh5co-testimony blockquote > p {
  font-size: 20px;
  line-height: 41px;
  color: #ffffff;
  font-family: Raleway, sans-serif;
}
.fh5co-testimony blockquote > p em {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}
.fh5co-testimony blockquote > p .author {
  font-size: 18px;
  font-family: Raleway, sans-serif;
  font-style: normal;
  display: block;
  font-weight: 400;
  color: #ffffff;
}

.fh5co-contact {
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0 0 1.5em 0;
}
.fh5co-contact li {
  position: relative;
  padding: 0;
  margin: 0 0 .5em 0;
  padding-left: 30px;
  list-style: none;
}
.fh5co-contact li i {
  position: absolute;
  top: .5em;
  left: 0;
}

#message {
  height: 130px;
}
@media screen and (max-width: 768px) {
  #message {
    height: inherit;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none !important;
    display: block;
    clear: both;
    width: 100%;
  }
}
#fh5co-footer p {
  margin: 0;
}

.js .to-animate {
  opacity: 0;
}

.fh5co-accordion {
  border-bottom: 1px solid #ffffff;
  float: left;
  width: 100%;
}
.fh5co-accordion .fh5co-accordion-head {
  position: relative;
}
.fh5co-accordion .fh5co-accordion-head .fh5co-accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
float: right;
}
.fh5co-accordion .fh5co-accordion-head > h3 {
  font-size: 12px;
  font-family: Raleway, sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 1.5em .5em;

}
.fh5co-accordion .fh5co-accordion-head > h3 i {
  padding-right: .5em;
  color: #a1b0c5;
  opacity: .5;
  font-size: 1.5em;
  margin-bottom: 0px;
  float: left;
}
.fh5co-accordion .fh5co-accordion-body {
font-size: 0.5em;
  text-align:left;
  display: none;
  float: left;
  width: 100%;
  padding-left: 3.6em;
}

.fh5co-counter {
  font-size: 50px;
  display: block;
  color: #fff;
  width: 100%;
  font-family: Raleway, sans-serif;
  margin-bottom: .5em;
}

.fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family:Raleway, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}
/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 767px) {

	.calltoaction {
		text-align: center;
	}

}

@media (max-width: 480px) {

	h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}

	h2 {
		font-size: 24px;
		margin: 0 0 30px;
		letter-spacing: 3px;
	}

}


/*--------------------------------*/
/***** Portfolio Common style *****/
/*--------------------------------*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

.grid h2{
    font-size: 20px;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	background: #7b7f80;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.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: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background-color:transparent;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
    color: #fff;
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------------*/
/***** Quote Rotator *****/
/*-----------------------*/

.cbp-qtrotator {
	position: relative;
	margin: 3em auto 0em auto;
	max-width: 90%;
	width: 90%;
font color: #ffffff;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #FF5252;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
    border: 0;
    font-size: 12px;
    color:#ffffff;
}

.cbp-qtrotator blockquote p {
	font-size: 2em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}


/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}

/*****************/
/* Basic Styling */
/*****************/
.cards_wrap:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cards_wrap {
	display: block;
}
.cards_wrap
{
	text-align:center;
	margin-top: 50px;
	text-align:center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	display:block;
	margin-top: 20px;
	position: relative;
	padding: 10px;
}
.cards_wrap .cards
{
	        border-radius: 3px;
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 30.6%;
	float: left;
	text-align:center;
	margin-left: -5%;
	margin-right: -5%;
	list-style:none;
	border: 1px solid #DDD;
	position: relative;
	background-color: #fff;
	padding: 1.5%;
	padding-bottom: 2.5%;
	        box-shadow: 0px 0px 2px #EEE, 0px 0px 10px #e5dccd inset;
	   -moz-box-shadow: 0px 0px 2px #EEE, 0px 0px 10px #e5dccd inset;
	-webkit-box-shadow: 0px 0px 2px #EEE, 0px 0px 10px #e5dccd inset;
	display:inline-block;
}
.no-border .cards
{
	        border-radius: 0px;
	   -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 30.6%;
	float: left;
	text-align:center;
	margin-left: -5%;
	margin-right: -5%;
	list-style:none;
	border: none;
	position: relative;
	background-color: inherit;
	padding: 0%;
	        box-shadow: none;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	
}
.social_icons
{
	cursor: pointer;
}
.no-margin .cards
{
	margin-left: 0%;
	margin-right: 0%;	
}
.wide-margin .cards
{
	margin-left: -12%;
	margin-right: -12%;	
} 
.cards_wrap.shadow .cards.active_slide
{
	        box-shadow: -20px 10px 17px -14px #AAA, 20px 10px 17px -14px #AAA, 0px 0px 10px #e5dccd inset;
	   -moz-box-shadow: -20px 10px 17px -14px #AAA, 20px 10px 17px -14px #AAA, 0px 0px 10px #e5dccd inset;
	-webkit-box-shadow: -20px 10px 17px -14px #AAA, 20px 10px 17px -14px #AAA, 0px 0px 10px #e5dccd inset;
}
.cards_wrap.shadow-deep .cards.active_slide
{
	        box-shadow: -70px 15px 80px -24px #555, 70px 15px 80px -24px #555;
	   -moz-box-shadow: -70px 15px 80px -24px #555, 70px 15px 80px -24px #555;
	-webkit-box-shadow: -70px 15px 80px -24px #555, 70px 15px 80px -24px #555;
}
.cards_wrap.shadow-deep .cards img
{
	border-color: #EEE;
}


/*****************/
/* Image Styling */
/*****************/
.cards img
{
	width: auto\9;
max-width: 100%;	
	        box-shadow: 0px 6px 2px -4px #CCC;
	   -moz-box-shadow: 0px 6px 2px -4px #CCC;
	-webkit-box-shadow: 0px 6px 2px -4px #CCC;
}
.no-border .cards img
{
	        box-shadow: none;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.no-image-shadow .cards img
{
		    box-shadow: none;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-left: none;
	border-right: none;

}



/********************/
/* Captions Styling */
/********************/
.cards .main_caption
{
font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
font-weight: 300;
margin-bottom: 0px;
padding-bottom: 0px;
text-shadow: 0px 0px 2px #CCC;
display:block;
margin-top: 12px;
font-size: 28px;
line-height: 130%;
border-bottom: 1px solid #EEE;
margin-bottom: 12px;
padding-bottom: 5px; 
}
.cards .main_caption
{
	padding-bottom: 5px;
}
.cards .sub_caption
{
line-height: 15px;
font-family: "Bad Script", "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
font-weight:normal;
margin: 0;
padding: 0;
text-shadow: 0px 0px 1px #DDD;
}
.cards .overlap_caption
{
position: absolute;
bottom: 10px;
left: 1px;
right: -1px;
font-family: 'Bad Script', "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #111;
font-size: 24px;	
background-color: #EEE;
display:block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
text-shadow: 0px 0px 2px #CCC;  
line-height: 165%;
}
.cards_wrap .cards p
{
font-family: "Droid Sans", Arial, Helvetica, sans-serif;
font-weight: normal;
margin-bottom: 0px;
padding-bottom: 0px;
text-shadow: none;
display:block;
margin-top: 5px;
font-size: 13px;
color: #444;
}
.cards .caption_right, .cards .caption_right_2
{
position: absolute;
right: -1px;
bottom: 61px;
font-family: 'Open Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #fff;
font-size:17px;	
background-color: #333;
display:none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
height: 24px;
padding-left: 8px;
padding-right: 8px;
padding-top: 5px;
line-height: auto;
padding-bottom: 5px;
}
.cards .caption_right_2
{
	font-size: 12px;
	bottom: 37px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cards .social_base
{
position: absolute;
bottom: 0px;
right: -1px;
color: #111;
display:none;
background-color: #333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  line-height: auto;
  height: 37px;
}
.cards .social_base img
{
	border: none;
	margin: 6px;
	margin-bottom: 2px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -khtml-opacity: 0.70;
  opacity: 0.70;
    line-height: auto;

}
.cards .social_base img:hover
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;	
}
.butn
{

  font-size: 14px;
  padding: 8px 15px 8px 15px;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  background: #e3e3e3;
  border: 1px solid #bbb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0px 0px 1px #EEE;
  width: 130px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
}

 .butn:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer;
text-decoration: none;
}

 .butn:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; }


