@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Roboto';
    src: url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700");
}
/*@import url('//fonts.googleapis.com/css?family=Roboto:400,300,500,700');*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700);
/*	Table OF Contents
==========================
 1.Main
 2.Navigation
 3.Header
 4.Buttons
 5.Responsive
=========================== */

/* ====== 1.Main
========================= */
body {
	font-family: 'Roboto', Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	background: transparent;
}
.container {
	background: transparent;
	width: 100%;
	padding: 0;
	text-align: center;
}
.row {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}
.center { text-align:center;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Verdana, Geneva, sans-serif;
}
h2 { font-size: 38px; }
h3 { font-size: 28px; line-height: 1.25 }
p { font-size: 16px; }
a {	font-size: 16px; font-weight: 100;}

img {max-width: 100%;}

/* ====== 2.Navigation
========================= */
.container.navigation {
	background: #2e2c2f;
	min-height: 100px;
	width: 100%;

}

.logo {
	margin-top: 20px;
	padding-bottom: 20px;
}
/* ====== 3.Header
========================= */
.container.header {
	background-position: center;
	padding-top: 80px;

}
.header .row {
}
.banner-bg {
	/*background: rgba(0,0,0,0.3);*/
	/*background-image: url('../images/pat-3x5.png');*/
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	position: fixed;
}
.in-header {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.headerhover {
	min-height: 580px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	min-height: 580px;
	padding-top: 120px;
	padding-bottom: 40px;
}
.header h1 {
	font-size: 120px;
	font-weight: 700;
}
.header h2 {
	font-weight: 700;
	margin-bottom: 40px;	
}
.header h3 {
	font-weight: 100;
	margin-bottom: 40px;
	text-align: center;
}
.header h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 40px;
}
.header h5 {
	font-size: 14px;
	font-weight: 400;
}
h3.above {
	max-width: 60%;
	margin-bottom: 20px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
		color: #1DBAA0;
}
.name {
	line-height:1; 
	position: relative;
	color: #1DBAA0;
}
.below {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto; 
	padding: 10px 0px 10px 0px;
	border-top: 3px solid #1DBAA0;
	border-bottom: 3px solid #1DBAA0;
	color: #1DBAA0;
}
.agency {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto; 
	padding: 0px 0px 10px 0px;
	color: #2e2c2f;
}
/* ====== 4.Buttons
========================= */
.btn-success {
	margin: 30px auto;
	background-color: #00bba0;
	border:0px solid;
	font-size: 18px;
	font-weight: 700;
}
.btn-success:hover {
	background-color: #05ab92;
}
.button, input[type="submit"] {
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background:#00d4b4;
	padding: 15px 30px;
	white-space: normal;
	display: inline-block;
	text-align: center;
	border: 0;
	border-bottom: 4px solid #00a189;
	border-radius:10px; 
	margin: 15px;
}
.button:hover {
	text-decoration: none;
	color: #fff;
	background: #00bba0;
}
.button2{
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background:transparent;
	padding: 15px 30px;
	white-space: normal;
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
	border-radius:6px; 
	margin: 15px;
    -webkit-transition: all 0.15s ease-out 0s;
       -moz-transition: all 0.15s ease-out 0s;
            transition: all 0.15s ease-out 0s;
}
.button2:hover {
	text-decoration: none;
	color: #fff;
	background: #00bba0; 
	border: 2px solid #00bba0; 
}
	
/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.5em;
    width: 4em;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
}

.share-btn:hover {
  color: #eeeeee;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }

/* ====== 5.Responsive
========================= */
@media (max-width:480px) and (orientation:landscape) {
	.header h1 {
	font-size: 24px;
}	
}
@media (max-width:768px){
	.header h1 {
	font-size: 38px;
	}
	.footer .col-sm-4 {
		text-align: center;
	margin: 0;
	}
.in-header {
	max-width: 100%;
	}
h3.above {
	max-width: 100%;
}
.name {
	line-height:1; 
	position: relative;
	color: #1DBAA0;
}
.below {
	max-width: 90%;
}
.agency {
	max-width: 100%;

}

span.opt{
	width:47%;
	max-width:47%;
	margin:3px;
}

}

@media (min-width:992px){

}

@media (min-width:1200px){

}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -4;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }


.btn{
	background:#6ea766;
	color:#ffffff;
}


span.opt {
    background: #fafbfc;
    border: 1px #cccccc solid;
    color: #666666;
    padding: 10px;
    display: inline-block;
}