body{
	overflow-x:hidden;
	font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif}

.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2f303d;
z-index: 999999;
}

.scroll-emerge {
      transition: all .5s ease-in-out;
      transform: translate3d(0, 50px, 0);
      opacity: 0;
    }
 
.scroll-emerge.active {      
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }

 .animated-underline {
	display: inline-block;
	position: relative;
}

.animated-underline:after {
	content: '';
	display: block;
	height: 3px;
	width: 0px;
	background: transparent;
	transition-delay: 1s;
	transition: width 1s ease, background-color 1s ease;
}

.animated-underline.active {
    display: inline-block;
	position: relative;
}
.animated-underline.active:after {
    content: '';
	display: block;
	height: 3px;
    width: 100%!important;
    background: #eaa700;
    transition-delay: .5s;
}

.text-muted{
	color:#000}
	
.text-primary{
	color:#efaf19}

#servicedetail{
	margin-top: 70px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}

@media (max-width: 768px){
	#servicedetail{
	margin-top: 50px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}
}

p{
	font-size:14px;
	line-height:1.75}

.large{
	font-size:16px}

a,a:hover,a:focus,a:active,a.active{
	outline:0}

a{
	color:#efaf19}
	
a:hover,a:focus,a:active,a.active{
	color:#d69600}
	
h1{
   font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 22px;
   margin-top: 10;
    }

h2,h3,h4,h5,h6{
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:700 !important;}

.img-centered{
	margin:0 auto}

.img-centered{
	margin:0 auto}
	
.bg-white{
	background-color:#ffffff}
	
.bg-light-gray{
	background-color:#f7f7f7}
	
.bg-darkest-gray{
	background-color:#222}

.btn-primary{
	color:#fff;
	background-color:#efaf19;
	border-color:#efaf19;
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;font-weight:700 !important}
	
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{
	color:#fff;
	background-color:#d69600;
	border-color:#d69600}
	
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{
	background-image:none}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{
	background-color:#efaf19;border-color:#efaf19}

.btn-primary .badge{
	color:#efaf19;
	background-color:#fff}

.btn-top{
  display: none;
}

.btn-xl{
	color:#fff;
	background-color:#efaf19;
	border-color:#efaf19;
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	border-radius:3px;
	font-size:18px;
	padding:20px 40px !important;}

.btn-sm{
	color:#fff;
	background-color:#efaf19;
	border-color:#efaf19;
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	border-radius:3px;
	font-size:12px;
	padding:12px 20px !important;}

.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl{
	color:#fff;
	background-color:#d69600;
	border-color:#d69600}

.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl{
	background-image:none}
	
.btn-xl.disabled,.btn-xl[disabled],fieldset[disabled] .btn-xl,.btn-xl.disabled:hover,.btn-xl[disabled]:hover,fieldset[disabled] .btn-xl:hover,.btn-xl.disabled:focus,.btn-xl[disabled]:focus,fieldset[disabled] .btn-xl:focus,.btn-xl.disabled:active,.btn-xl[disabled]:active,fieldset[disabled] .btn-xl:active,.btn-xl.disabled.active,.btn-xl[disabled].active,fieldset[disabled] .btn-xl.active{
	background-color:#efaf19;
	border-color:#efaf19}

.btn-xl .badge{
	color:#efaf19;
	background-color:#fff}
	
#mc_embed_signup{
	font:14px Helvetica,Arial,sans-serif; 
	}

.navbar-default{
	background-color:#222;
	border-color:transparent;
	color: white;
	} 

.navbar-custom {
  background-color: #222222;
  border-color: transparent;
color:white;
}


.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #d69600;
}

.navbar-default .navbar-collapse{
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
	color:white !important;
	border-color:rgba(255,255,255,.02)}
	
.navbar-default .navbar-toggle{
	background-color:#efaf19;
	border-color:#efaf19}
	
.navbar-default .navbar-toggle .icon-bar{
	background-color:#fff}
	
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
	background-color:#efaf19}
	
.navbar-custom .navbar-default.nav li a{
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
	color:#fff !important;}

/*Effect when hover on navbar*/	
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus{
	color:#efaf19;outline:0}

/*Effect when navbar is on the matching section*/
.navbar-default .navbar-nav>.active>a{
	border-radius:0;color:#efaf19;background-color:transparent;}

/*Effect on hover when navbar is on the matching section*/
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{
	color:#fff;background-color:transparent;}
	
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .0;
}

.respimage{
		max-width:312px;}
		
.intro-text
{
    position: absolute;
    top: 30px;
    height: 100%;
    z-index: 2;
    width: 96.66666666666666%;
    color: #fff;
}

.service-wrap
{
	margin-top: 50px;
	position: relative;
}
.service-text
{
    font-size: 20px;
}

.service-title
{
    font-size: 24px;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}

.portfolio-heading{
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:700 !important;
	font-size: 36px;
	line-height: 42px;
	}

.portfolio-heading2{
	position: relative;
	margin-left: 2.5%;
	margin-right:2.5%;
	margin-bottom:20px;
	text-align: left;
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:700 !important;
	text-align:left;
	font-size: 24px;
	line-height: 28px;
	}

.portfolio-sub{
	position: relative;
	margin-left: 2.5%;
	margin-right:2.5%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-style:italic;
	text-align:left;
}

.portfolio-img{
	width:100%;
	margin-left: 2.5%;
	margin-right:2.5%;
	margin-bottom: 20px;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 2.5%;
  margin-right:2.5%;
  border: 1px solid #efaf19;
}

.about-heading{
	font-family:'Yanone Kaffeesatz', sans-serif;
	font-weight:300 !important;
	font-size: 24px;
	line-height: 28px;
	}

@media (min-width:768px){
	
.btn-top{
	display: inline;
	color:#fff;
	background-color:#efaf19;
	border-color:#efaf19;
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	border-radius:3px;
	font-size:18px;
	padding:20px 40px !important;}

	.navbar-default{
	background-color:transparent;
	padding:25px 0;
	-webkit-transition:padding .3s;
	-moz-transition:padding .3s;
	transition:padding .3s;
	border:0}

	.navbar-service-default{
	background-color:#222;
	padding:10px 0;
	margin-bottom: 10px;
	-webkit-transition:padding .3s;
	-moz-transition:padding .3s;
	transition:padding .3s;
	border:0}

.navbar-default .navbar-brand{
	font-size:2em;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s}

.navbar-default .navbar-nav>.active>a{
	border-radius:3px}
	
.navbar-default.navbar-shrink{
	background-color:#222;padding:10px 0}
	
.navbar-default.navbar-shrink .navbar-brand{
	font-size:1.5em}
	
 .intro-text{
	position: absolute;
    top: 50px;
    height: 100%;
    z-index: 2;
    width: 96.66666666666666%;
	padding-top:100px;
	padding-bottom:50px;}
}
	

@media(max-width: 1079px){
 .intro-text{
	position: absolute;
    top: -30px;
    height: 100%;
    z-index: 2;
    width: 96.66666666666666%;
	padding-top:100px;
	padding-bottom:50px;}
	
	.respimage{
		max-width:234px;}
}

.masthead {
	max-height: 768px;
}

.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

@media(max-width: 765px){
 .intro-text{
	position: absolute;
    top: -20px;
    height: 100%;
    z-index: 2;
    width: 96.66666666666666%;
	padding-top:100px;
	padding-bottom:50px;}
	
	.respimage{
		max-width:234px;
		max-height:150px;}
		
	.intro-lead-in{
	display: none;
	}
}

@media(max-width: 548px){
 .intro-text{
	position: absolute;
    top: -20px;
    height: 100%;
    z-index: 2;
    width: 96.66666666666666%;
	padding-top:100px;
	padding-bottom:50px;}
	
	.respimage{
		max-width:208px;
		max-height:100px;}
		
	.intro-lead-in{
	display: none;
	}
	
	.portfolio-heading{
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:700 !important;
	font-size: 24px;
	line-height: 30px;
	}
	
	.portfolio-modal .modal-content p.item-intro{
	margin:20px 0 30px;
	font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size: 2px}
}

@media(max-width: 320px){
 .intro-text{
	position: absolute;
    top: -50px;
    height: 100%;
    z-index: 2;
    width: 96.66666666666666%;
	padding-top:100px;
	padding-bottom:50px;}
	
	.respimage{
		max-width:104px;
		max-height:75px;}
		
	.intro-lead-in{
	display: none;
	}
	
}


.intro-text .intro-lead-in{
	font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:22px;
	line-height:30px;
	margin-bottom:25px}
	
 .intro-heading{
	width: 100%;
    height: 100%;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:center;color:#fff;
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:30px;
	margin-bottom:25px !important;}

	
@media (min-width:768px){

 .intro-text{
	padding-top:120px;
	padding-bottom:200px}
	
 .intro-text .intro-lead-in{
	font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:22px;line-height:30px;margin-bottom:25px}
	
 .intro-text .intro-heading{
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:700;
	font-size:22px;
	line-height:30px;
	margin-bottom:50px !important;}
}

section{
	padding:75px 0}
section h2.section-heading{
	font-size:40px;
	margin-top:0;
	margin-bottom:50px}
	
section h3.section-subheading{
	font-size:16px;
	font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:none;
	font-style:italic;
	font-weight:400;
	margin-bottom:75px}
	
@media (min-width:768px){
	
section{
	padding:75px 0}
}
	
#portfolio .portfolio-item{
	margin:0 0 15px;right:0}

#portfolio .portfolio-item .portfolio-link{
	display:block;position:relative;max-width:400px;margin:0 auto}

#portfolio .portfolio-item .portfolio-link .portfolio-hover{
	background:rgba(241,184,76,.9);
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s}
	
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover{
	opacity:1}
	
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{
	position:absolute;
	width:100%;
	height:20px;
	font-size:20px;
	text-align:center;
	top:50%;
	margin-top:-12px;
	color:#fff}
	
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i{
	margin-top:-12px}
	
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4{
	margin:0}
	
#portfolio .portfolio-item .portfolio-caption{
	max-width:400px;
	margin:0 auto;
	background-color:#fff;
	text-align:center;
	padding:25px}
	
#portfolio .portfolio-item .portfolio-caption h4{
	text-transform:none;margin:0}
	
#portfolio .portfolio-item .portfolio-caption p{
	font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:italic;font-size:16px;margin:0}
	
	#portfolio *{
		z-index:2}
		
#aboutwrap {	
	background: url(../img/about.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#portfoliowrap {	
	background: url(../img/process.png) no-repeat center top;
	margin-top: 0px;
	padding-top: 0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 200px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#listwrap {	
	background: url(http://maomiyamoto.com/test/img/animation.png) no-repeat center top;
	margin-top: 0px;
	padding-top: 0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 200px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


@media (min-width:767px){
	
#portfolio .portfolio-item{
	margin:0 0 30px}
}


section#contact{
	background: url(../img/map-image.png) no-repeat center top;
	margin-top: 0px;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	}

aside.clients img {
	width: 50%; 
	height 50%;
  	margin: 50px auto;
}

section#contact .section-heading{
	color:#fff}
	
section#contact .form-group{
	margin-bottom:25px}
	
section#contact .form-group input,section#contact .form-group textarea{
	padding:20px}

section#contact .form-group input.form-control{
	height:auto}

section#contact .form-group textarea.form-control{
	height:236px}

section#contact .form-control:focus{
	border-color:#efaf19;box-shadow:none}
	
section#contact ::-webkit-input-placeholder{
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb !important;}
	
section#contact :-moz-placeholder{
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb !important;}
	
section#contact ::-moz-placeholder{
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb !important;}
	
section#contact :-ms-input-placeholder{
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;font-weight:700;
	color:#bbb !important;}
	
section#contact .text-danger{
	color:#e74c3c}
	
footer{
	padding:25px 0;text-align:center}

footer span.copyright{
	line-height:40px;font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	text-transform:none !important;}
	
footer ul.quicklinks{
	margin-bottom:0;
	line-height:40px;
	font-family:Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	text-transform:none !important;}
	
ul.social-buttons{
	margin-bottom:0}
	
ul.social-buttons li a{
	display:block;
	background-color:#222;
	height:40px;
	width:40px;
	border-radius:100%;
	font-size:20px;
	line-height:40px;
	color:#fff;
	outline:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s}
	
ul.social-buttons li a:hover,ul.social-buttons li a:focus,ul.social-buttons li a:active{
	background-color:#efaf19}
	
.btn:focus,.btn:active,.btn.active,.btn:active:focus{
	outline:0}
	
.portfolio-modal .modal-content{
	border-radius:0;
	background-clip:border-box;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0;
	min-height:100%;
	padding:100px 0;
	text-align:center}
	
.portfolio-modal .modal-content h2{
	margin-bottom:15px;
	font-size:3em}
	
.portfolio-modal .modal-content p{
	margin-bottom:30px}
	
.portfolio-modal .modal-content p.item-intro{
	margin:20px 0 30px;
	font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size:16px}
	
.portfolio-modal .modal-content ul.list-inline{
	margin-bottom:30px;margin-top:0}
	
.portfolio-modal .modal-content img{
	margin-bottom:30px}
	
.portfolio-modal .close-modal{
	position:absolute;
	width:75px;
	height:75px;
	background-color:transparent;
	top:25px;
	right:25px;
	cursor:pointer}
	
.portfolio-modal .close-modal:hover{
	opacity:.3}
	
.portfolio-modal .close-modal .lr{
	height:75px;
	width:1px;
	margin-left:35px;
	background-color:#222;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	z-index:1051}
	
.portfolio-modal .close-modal .lr .rl{
	height:75px;
	width:1px;
	background-color:#222;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	z-index:1052}
	
.portfolio-modal .modal-backdrop{
	opacity:0;display:none}
	
::-moz-selection{
	text-shadow:none;background:#efaf19}
	
::selection{
	text-shadow:none;background:#efaf19}
	
img::selection{
	background:0 0}
	
img::-moz-selection{
	background:0 0}

/* Services page bootstrap.css edit */


.container2 {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;

  -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container2-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;

  -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section h2.service-heading{
	font-size:40px;
	margin-top:100px;
	margin-bottom: 50px;
}
section h2.process-heading{
	font-size:40px;
	margin-top:75px;
	margin-bottom: 75px;
}

.service-copy{
	position: relative;
	margin-left: 10%;
	margin-right:10%;
	text-align: left;
}

.service-copy{
	font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400!important;
	position: relative;
	margin-left: 10%;
	margin-right:10%;
	text-align: left;
}

.portfolio-copy{
	position: relative;
	margin-left: 2.5%;
	margin-right:2.5%;
	text-align: left;
}



.service-show{
	display: block;
}

@media (max-width:1200px){
section h2.service-heading{
	font-size:40px;
	margin-top:50px;
	margin-bottom: 30px;
	}
section h2.process-heading{
	font-size:40px;
	margin-top:30px;
	margin-bottom: 30px;
	}
}

@media (min-width:989px){
.service-hidden{
	display: none;
}
}

@media (max-width:990px){
.service-hidden{
	display: block;
}
.service-show{
	display: none;
	}
}

#features {
   background: #fff;
   padding-top: 96px;
   padding-bottom: 78px;
   overflow: hidden;
}
#features .feature {
   margin-top: 30px;
   margin-bottom: 54px;
}
#features .right {
   padding-left: 32px;
   float: right;   
}
#features .left {
   padding-right: 32px;
   float: left;   
}

.fluid-video-wrapper { margin-top: 18px; }
	