﻿body {
	color: #2c3e50;
	font: normal 16px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.5;
	
}

a {
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
}
h1 {font-size: 38px;}
h2 {font-size: 32px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

/*hr*/
ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}

.icon {
	 padding: 8px;
}

.icon , .caption {
	float: left;
}

li{
	display: inline-block;
}

.hr{
    margin: 0;
    padding: 0;
    font-size: 0;    
    text-align: center;
}
ul.hr li {
    display: inline-block;        
}
ul.hr li.hr-line {
    width: 350px;
    height: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid #a9a9a9;
    border-top: 1px solid #a9a9a9;
}
ul.hr li.hr-icon {
    width: 10%;
    color: #a9a9a9;
    font-size: 28px;
    line-height: 1.5;
}
.circle-point {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -7px;
    top: -7px;
    border: 1px solid #bfbfbf;
    background: #fff;
    z-index: 5;
}

.containn {
	max-width: 1150px;
	padding-left: auto;
	padding-right: auto;

	margin-left: auto;
	margin-right: auto;
}
/*=== signup ===*/


.signup-block {
	margin: 0px;
	padding: 10px;
	background: rgba(255,255,255,0.75);
	border-radius: 7px;
	margin-bottom: 10px;
}

.form-group.last {
	margin-bottom:0;	
}

.multiple-btns .btn + .btn {
	margin:10px;	
}


/* 11. Services Section
-------------------------------------------------------------- */

#services {
	background: url("../images/patterns/light/subtle_grunge.png");
}

/* General grid styles */
.service-list {
    list-style: none;
    /*padding: 0 0 50px 0;*/
    margin: 0;
}
 
/* grid item */
.service-list .service-box {
    height: 400px;
    text-align: center;
}
.service-box-1{
    border-right: 1px dashed #d6d6d6;
    border-bottom: 1px dashed #d6d6d6;
}
.service-box-2{
    border-right: 1px dashed #d6d6d6;
    border-bottom: none;
}

.service-box-last-1{
    border-right: none;
    border-bottom: 1px dashed #d6d6d6;
}
.service-box-last-2{
    border-right: none;
    border-bottom: none;
}

/* anchor style */
.service-list .service-box > a {
    display: block;
    height: 100%;
    color: #333;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}
 
/* the icon with pseudo class for icon font */
.service-icon {
    padding: 100px 0 0 0;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
 
.service-icon:before {
    font-size: 6em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
} 
 
/* title element */
.service-list .service-title {
    margin: 20px 0 10px 0;
    padding: 20px 0 0 0;
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
 
.service-list .service-title:before {
    content: '';
    position: absolute;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    width: 160px;
    height: 4px;
    top: 0px;
    left: 50%;
    margin: 0px 0 0 -80px;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}
 
.service-list .service-category {    
    display: block;
    font-size: 18px;    
    color: #fff;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
	padding: 4px;
}
 
.service-list .service-box:hover .service-category,
.touch .service-list .service-box .service-category {
    opacity: 1;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
 
/* Hover styles */
 
.service-list .service-box > a:hover {
    background: #029ECE;
    text-decoration: none;
}
 
.service-list .service-box > a:hover .service-icon {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}
 
.service-list .service-box > a:hover .service-icon:before,
.service-list .service-box > a:hover .service-title {
    color: #fff;
}
 
.service-list .service-box > a:hover .service-title {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}
 
.service-list .service-box > a:hover .service-title:before {
    background: #fff;
    margin-top: 80px;
}

/* ---------------------------------
Blue-2 Color Skin
--------------------------------- */

strong,.single-title, .grid-gallery figcaption h3, .post-icon,.request-text span {
	color: #999;
}
.btn-video-wr, .service-list .service-one > a:hover,.instagram-listing:hover::before,.team-listing:hover::before,#address,.stats-project, .stats-clients, .stats-tweets, .stats-coffee,.service-list .service-box > a:hover{
	background: #00bbf0;
	border-color: #00bbf0;
}
/*
.navbar{
	background: rgba(0, 187, 240, 0.9);
}
*/



p.lead {
	font-size: 24px;
	font-weight: 200;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	margin: 12px 0 4px 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

.animate {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.animated {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*	Section
	==================================================*/
.section {
	padding: 20px 0 20px 0;
}

.thumbsection {
	background-repeat: no-repeat; 
	width: 360px; height: 225px;
	cursor: pointer;
	margin:0 auto;
}

.thumbsection:hover  {
	opacity: 0.7;
}

.thumbsection button {
	margin:184px 0 0 235px;
}

.active-section {
	top: 0px;
}
.navbar.active-section {
	top: 0 !important;
}
/*	選單
	==================================================*/
.section-title {
    font-size: 1em;
    padding: 8px 0 0 0;
}


.section-title a {
    color: #00bbf0;
}

.section-title a:hover  {
	text-decoration: underline;
    color: #2476dc;
}






.section-title-border ,.section-title-bordera{
vertical-align: text-top;
	text-align: left;
    padding: 4px 5px;    
	margin: 0px 0px 0 0;
	width: 18%;
	display: inline-block;

}


.section-title-borders ,.section-title-borderas{
vertical-align: text-top;
	text-align: left;
    padding: 6px 0px;    
	margin: 0px 0px 0 0;
	width: 24%;
	display: inline-block;

}


.section-title-border:hover, .section-title-bordera:hover{


}


.section-info{  
    padding: 5px 0px 40px 0px;
}
.section-info h3{
    font-family: "Raleway",Arial,sans-serif;
    font-size: 1.5em;    
    margin: 12px 0px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.section-info p{
    font-family: "Merriweather",Helvetica,Arial,sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    max-width: 80rem;
    margin: 1em auto 0.25em auto;    
    letter-spacing: 0;
    line-height: 1.5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);    
}


/*	Button & Label
	==================================================*/
.alert {
	color: #FFF;
	border: none;
}
[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
	color: #FFF;
	font-weight: 300;
	text-decoration: underline;
}
.btn, .label {
	font-weight: 300;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.btn:hover, .btn:focus {
	outline: none;
}
.btn-link {
	color: #1abc9c;
}
.btn-link:hover, .btn-link:focus {
	color: #16a085;
}
.btn-default, .label-default {
	background-color: #34495e;
	border-color: #34495e;
	color: #FFF;
}
.btn-default:hover, .btn-default:focus {
	background-color: #2c3e50;
	border-color: #2c3e50;
	color: #FFF;
}
.btn-success, .label-success, .alert-success {
	background-color: #2ecc71;
	border-color: #2ecc71;
}
.btn-success:hover, .btn-success:focus {
	border-color: #27ae60;
	background-color: #27ae60;
}
.btn-primary, .label-primary {
	background-color: #3498db;
	border-color: #3498db;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-info, .label-info, .alert-info {
	background-color: #3498db;
}
.btn-info:hover, .btn-info:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-warning, .label-warning, .alert-warning {
	background-color: #e67e22;
	border-color: #e67e22;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #d35400;
	border-color: #d35400;
}
.btn-danger, .label-danger, .alert-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #c0392b; 
	border-color: #c0392b; 
}
/*	Tab & Collapse Skin
	==================================================*/
.tab-pane {
	padding: 15px 0;
	margin-bottom: 5px;
}
.nav-tabs {
	border-bottom-color: #ecf0f1;
}
.nav-tabs>li>a {
	padding: 10px 0;
	margin-right: 30px;
	color: inherit;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	border: none;
	border-color: rgba(255, 255, 255, 0);
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: #ecf0f1;
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
	color: #1abc9c;
	background: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background: transparent;
	border: none;
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #1abc9c;
}
.nav .caret, .nav a:hover .caret {
	border-top-color: #1abc9c;
	border-bottom-color: #1abc9c;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #1abc9c;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #bdc3c7;
}
.navbar-inverse .navbar-toggle {
	background-color: #34495e;
	border-color: #2c3e50;
	margin-top: 10px;
}
.navbar-inverse .navbar-toggle:focus {
	outline: none;
}
.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.panel-default {
	border-color: #ecf0f1;
}
.panel-default:last-child {
	margin-bottom: 25px;
}
.panel-default>.panel-heading {
	background: #ecf0f1;
	color: inherit;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top:none;
}

/*	Form
	==================================================*/
label {
	font-weight: 300;
}
.input-group {
	margin-bottom: 10px;
}
.form-control {
	font-weight: 300;
	border-color: #ecf0f1;
	background-color: #ecf0f1;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.form-control[disabled]:hover, .form-control[readonly]:hover, fieldset[disabled] .form-control:hover,
.form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
	background-color: #ecf0f1;
}
.form-control:hover, .form-control:focus {
	outline: none;
	border-color: #ecf0f1;
	background-color: #FFF;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-control:-moz-placeholder{color:#bdc3c7; font-weight: 300;}
.form-control::-moz-placeholder{color:#bdc3c7; font-weight: 300;}
.form-control:-ms-input-placeholder{color:#bdc3c7; font-weight: 300;}
.form-control::-webkit-input-placeholder{color:#bdc3c7; font-weight: 300;}
.input-group-addon {
	background-color: #FFF;
	border-color: #ecf0f1;
	color: #ecf0f1;
}
[class^="has-"] .form-control, [class*=" has-"] .form-control {
	color: #FFF;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #2ecc71;
}
.has-success .form-control {
	border-color: #2ecc71;
	background-color: #2ecc71;
}
.has-success .form-control:hover, .has-success .form-control:focus {
	border-color: #2ecc71;
	background-color: #FFF;
	color: #2ecc71;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #e67e22;
}
.has-warning .form-control {
	border-color: #e67e22;
	background-color: #e67e22;
}
.has-warning .form-control:hover, .has-warning .form-control:focus {
	background-color: #FFF;
	border-color: #e67e22;
	color: #e67e22;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #e74c3c;
}
.has-error .form-control {
	border-color: #e74c3c;
	background-color: #e74c3c;
}
.has-error .form-control:hover, .has-error .form-control:focus {
	background-color: #FFF;
	border-color: #e74c3c;
	color: #e74c3c;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

/*	Header
	==================================================*/
#header {
	box-shadow: 0 0 5px rgba(0,0,0,.0);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.0);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.0);
}

/*	Parallax Background
	==================================================*/

#parallax {
  height: 1400px; 
  width: 100%;  
  top: 0;
  position: fixed;
  background: url('../images/1600x1600.jpg') 0px -100px no-repeat;
  /*   
  height: 1400px;
  width: 100%;
  background: url('../images/1600x1600.jpg') center center no-repeat;  
  */
  background-size: contain;
  z-index: -100;
}


/*	Navbar
	==================================================*/
.navbar-brands {
	background: url("../images/logo.png");
	background-size: 305px 42px;
	width: 305px; height: 42px;
    background-repeat: no-repeat;
	
	padding: 0px 15px;
	margin-right: 30px;
	margin-top: 0px;
	color: inherit;
}

.navbar-inverse .navbar-brand {
	background: url("../images/logo.png") no-repeat;
	background-size: 305px 42px;
	width: 305px; height: 42px;
	padding: 20px 5px;
	margin-top: -2px;
	color: inherit;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #000;
}
.navbar-inverse {
	background-color: rgba(255, 255, 255, 1);
	border: none;
}
.navbar-right button {
	margin: 23px 0;
}
.navbar-nav>li>a {
	padding: 16px 0;
	margin: 0 10px;
}
.navbar-inverse .navbar-nav>li>a {
	color: inherit;
	text-transform: uppercase;
	font-size: 15px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: #3498db;
}
.header-button {
	margin-left: 15px;
}

/*	Hero
	==================================================*/
#hero {
	background: rgba(0, 0, 0, 0);
	color: #000;
	margin-top: 80px;
	padding: 0;
}
#hero .lp-element {
	padding: 150px 50px;
	background-color: rgba(255, 255, 255, .75);
}
#hero h1 {
	font-size: 60px;
	
}
#hero p.lead {
	font-size: 1.8em;
}

/*	Features
	==================================================*/ 
#features {
	background-color: #FFF;
}
.overview h1 {
	text-transform: uppercase;
}
.overview, .service-block {
	text-align: center;
}
.overview .lead {
	margin: 40px 10%;
	margin-bottom: 80px;
}
.service-block {
	margin-bottom: 30px;
}
.service-block .glyphicon {
	font-size: 60px;
	margin-bottom: 20px;
}

.index a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.index a:hover, a:focus {
	color: #2476dc;
	text-decoration: underline;
}

.index a:visited {
	color: #000;
	text-decoration: underline;
}
/*	Image
	==================================================*/
#image {
	background-color: #ecf0f1;
}

/*	Gallery
	==================================================*/ 
#gallery {
	background-color: #33A3DF;
	color: #FFF;
	padding-bottom: 70px;
}
#gallery img {
	width: 100%;
	height: auto;
}
#gallery a {
	margin-bottom: 30px;
	display: block;
}
#gallery a:hover {
	opacity: .5;
}


/*	Newsletter
	==================================================*/ 
.news {
  opacity: .7; 
}

.faq-block {
	margin: 0 20px;
}

.faq-block .bq {
	overflow: auto;
	min-height: 147px;
	max-height: 500px;
    max-width: 700px;
}

.faq-block blockquote a {
	font-weight: 600;
	font-size: 16px;
	color: orange;
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
    text-shadow:0px 0px 1px #000;
}
.faq-block blockquote a:hover,blockquote a:focus {
	color: #CAF9F8;
	outline: none;
	text-decoration: none;
}

.faq-block blockquote span {
	max-width: 650px;
	color: #CAF9F8;
	font-weight: 600;
	text-shadow:0px 0px 1px #000;
}
/*	Slider
	==================================================*/ 
#slider {
	background-color: #DFEFEF;
	background: url("../images/patterns/light/ricepaper_v3.png");
}



.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control {
	color: #3498db;
	opacity: 1;
	text-shadow: none;
}
.carousel-control:hover {
	color: #2980b9;
}
.carousel-indicators li {
	border-color: #34495e;
	margin: 0 2px;
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.carousel-indicators .active {
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	background-color: #34495e;
	border: 1px solid #34495e;
}
.carousel.slide {
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.carousel-inner blockquote {
	border: none;
	text-align: center;
	padding: 20px 15%;
}
.carousel-inner blockquote small {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 200;
}
.carousel-inner blockquote p {
	font-size: 24px;
}
.carousel-control .glyphicon {
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 20px;
}
.carousel-indicators {
	bottom: -20px;
}
.carousel-control {
	background: transparent;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	
	height: 40px;
	width: 40px;
}

/*	Newsletter
	==================================================*/ 
#newsletter {
	text-align: center;
}
#newsletter .overview p.lead {
	margin: 10px 10%;
	margin-bottom: 10px;
}
#newsletter form {
	width: 50%;
	margin: 0 25%;
}



/*	Responsive
	==================================================*/ 

@media (max-width: 991px) {
	.service-block  {
		margin-bottom: 30px;
	}
	#image img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	.faq-block {
		margin-top: 30px;
	}
	
	#parallax {
  height: 800px;
    width: 100%;
      position: fixed;
  background: url('../images/1600x1600.jpg') -100px -70px no-repeat;
  background-size: cover;
}

	.navbar-nav>li>a {
		margin: 0 7px;
	}
}
@media (max-width: 767px) {
	.service-block, .img-responsive, .carousel {
		margin-bottom: 30px;
	}
	.overview .lead {
		margin-left: 0;
		margin-right: 0;
	}
	.faq-block {
		margin: 0 50px;
	}
	.navbar-nav>li>a {
		padding: 10px;
	}
	.header-button {
		margin: 0;
	}
	.navbar-right button {
		margin-top: 0;
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4, .carousel-inner blockquote p {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
	p.lead {
		font-size: 18px;
	}

	.overview p.lead {
		margin-bottom: 40px;
	}
	.service-block, .img-responsive, .carousel {
		margin-bottom: 30px;
	}
	.overview .lead {
		margin-left: 0;
		margin-right: 0;
	}
	.container {
	
	}
	.containn {
		/*
		padding-left: 10px;
		padding-right: 10px;
		*/
	}
	#newsletter form {
		width: 100%;
		margin: 0;
	}
	.input-lg, .btn-lg {
		font-size: 12px;
		height: 37px;
	}
	.faq-block {
		margin: 0 40px;
	}
	
#parallax {
  height: 700px;
    width: 100%;
      position: fixed;
  background: url('../images/1600x1600.jpg') -350px -70px no-repeat;
  background-size: cover;
}


}
@media (max-width: 490px) {
	.container {
	
	}
	.containn {
		/* padding-left: 5px;
		padding-right: 5px;
		*/
	}
	#hero .lp-element {
		margin-left: -30px;
		margin-right: -30px;
	}
	#hero h1 {
		font-size: 38px;
	}
	#hero p.lead {
		font-size: 1.5em;
	}
	#gallery .col-xs-6 {
		width: 50%;
	}
	.faq-block {
		margin: 0;
	}
	
.thumbsection {
	background-repeat: no-repeat; 
	
	-moz-background-size:350px 250px;
	-webkit-background-size:350px 250px;
	-o-background-size:350px 250px;
	background-size:350px 250px;
	width: 352px; height: 270px
}
	
.thumbsection button {
	margin:206px 0 0 246px;
}
	
	
}
