/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}


body {
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #676a6c;
	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
	display: block;
	height: 1px;
	border-top: 1px inset #EDEBEB;
	margin: 1em 0;
	padding: 0;
	border-bottom: 0 inset;
	border-right: 0 inset;
	border-left: 0 inset;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 14px;
    color: #676a6c;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.col-md-4 {
	padding-bottom: 20px;
}

.row {
margin-right: 0px;
margin-left: -15px;
}

.modal-header {
	background: #1abc9c;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}

/*
.navbar-default {
border-color: transparent;
background-color: #dadada;
}


.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}*/



hr {
    position: relative;
    border: none;
}

/*hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}*/

a img {
    background: white;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */

h1, h3 {
	font-family: "Roboto";
	color: #676a6c;
}
h1 .h1{
	font-size:80px;
	font-weight: 400;
}


h3, .h3 {
	font-size:20px;
	font-weight: 400;
	margin-top:10px;
	margin-bottom:0px;
}

h4, h5, h6 {
	font-family: "Open Sans";
	font-weight: 400;
	color: #676a6c;
}

h2 {
    font-family: "Open Sans";
    font-weight: 300;
    color: #676a6c;
}


/* Paragraph & Typographic */
p {
    line-height: 20px;
    margin-bottom: 2px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3bc492;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3bc492;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #243b6f;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #1a2948;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header_bg.jpg) no-repeat center top;
	margin-top: -50px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	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;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: 700;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color:#ffffff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

.footerwrap {
	min-height:200px;
	color:#FFFFFF;
	background-color: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background-image: url(../color_pattern.png);
	background-repeat: repeat;
}

.footerwrap p{
	color:#FFFFFF;
	
}

.whitetext{
	color:#FFFFFF;
}


#footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 0px;
}

.white p {
	padding-top: 10px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;


    background-position: center center;

    -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;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/divider1.jpg')
}

.divider2 {
	background-image: url('../img/bg/divider2.jpg')
}

.divider3 {
	background-image: url('../img/bg/divider1.jpg');
	margin-top: 0px;
}

.divider4 {
	background-image: url('../img/bg/divider1.jpg')
}

.divider5 {
	background-image: url('../img/bg/divider5.jpg')
}

.divider6 {
	background-image: url('../img/bg/divider1.jpg')
}



/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3bc492;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
	background: #FFF;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
	padding: 15px 20px;
	background-color: #F7F8F9;
	display: block;
	height: auto;
	margin-top: 45px;
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #1abc9c;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}


/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #c0392b;
}

/*---------------------------------------------------------------------------------------------------fm*/

.whitebg {
	background-color:#FFFFFF;
}

.greybg {
	background-color: #FFFFFF;
	border-bottom: thin inset #F1F3F4;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,246,247,1.00) 99.74%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,246,247,1.00) 99.74%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,246,247,1.00) 99.74%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(244,246,247,1.00) 99.74%);
}
/*---------------------------------------------------------------------------------------------------grey section*/
.greysection {
	background-color: #FFFFFF;
	border-bottom: thin inset #F1F3F4;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,246,247,1.00) 99.74%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,246,247,1.00) 99.74%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(244,246,247,1.00) 99.74%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(244,246,247,1.00) 99.74%);
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	margin-bottom:50px;
}

.greysection .callout {
	margin-bottom: 20px;
}

.greysection p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-bottom: 20px;
}

.coanoroll .icon {
	font-size: 40px;
	line-height: 40px;
	padding:20px;
	background-color: #B3BDC4;
	border-radius:50%;
	-webkit-border-radius:50%;
	color:#ffffff !important;
	transition: all 300ms; 
	-webkit-transition: all 300ms; 
	border:0;	
	
}


.coa .icon {
	font-size: 40px;
	line-height: 40px;
	padding:20px;
	background-color: #B3BDC4;
	border-radius:50%;
	-webkit-border-radius:50%;
	color:#ffffff !important;
	transition: all 300ms; 
	-webkit-transition: all 300ms; 
	border:0;	
	
}


.coa .icon:hover {
	
	background:#e5ecee;
	border-radius:20%;
	-webkit-border-radius:20%;
	-webkit-animation: moveFromBottom2 800ms ease;
	animation: moveFromBottom2 800ms ease;
}

.coa-sm .icon {
	font-size: 20px;
	line-height: 20px;
	padding:10px;
	background-color: #B3BDC4;
	border-radius:50%;
	-webkit-border-radius:50%;
	color:#ffffff !important;
	transition: all 300ms; 
	-webkit-transition: all 300ms; 
	border:0;	
	
}


.coa-sm .icon:hover {
	
	background:#e5ecee;
	border-radius:20%;
	-webkit-border-radius:20%;
	-webkit-animation: moveFromBottom2 800ms ease;
	animation: moveFromBottom2 800ms ease;
}



.greysection h3{
	margin-top: 10px;
}



.zerotop {
	margin-top: -10px;
	padding-top: 0px;
	padding-bottom: 0px;
}



.fm-line {
	margin-top:50px;
	margin-bottom:50px;
	border-bottom: 1px solid #F3F3F3;
	width:100%
}

.fm-line-tight {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #F3F3F3;
	width:100%
}

/*	margin-bottom:20px;
	border-bottom: 1px solid #F3F3F3;
	width:100%
}*/


.fm-line-mtop {
	margin-top:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #F3F3F3;
	width:100%
}


.fm-grid {
	font-size:120%;
	font-weight:400;
	line-height:180%;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #F3F3F3;
	width:100%;
}

.fm-grid h2{
	font-size:140%;
	font-weight:600;
	line-height:180%;
	
	padding-bottom:20px;
	border-bottom: 1px solid #F3F3F3;
	width:100%;
}


/*.zero-top {
	margin-top:0px;
}*/

.zero-bot {
	margin-bottom:0px;
}

.hr {
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #F3F3F3;
	/*width:100%*/
}

.padding-right{
	padding-right:10px;
}


.mtop {
	margin-top: 19px;
}

.pad-right {
	padding-right:20px;
	
}
.pad-left {
	padding-left:20px;
	
}

.fm_call {
	font-weight: 100;
	font-size:24px;
	line-height: 150%;
	padding-top:10px;
	padding-left: 20px;
	padding-right: 20px;
}

.fm_line {
	line-height:150%;
}

.fm-prod ul{
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 21px;
	padding: 0;
}
.fm-prod ul li{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 4px;
}

.fm-prod h4{
    margin: 0 10 10px;
    padding: 0 20px 8px;
    border-bottom: 1px solid #F3F3F3;
	font-weight:100;
	line-height:150%;

}

.fm-prod h2{
	
   line-height:180%;
   margin-top:30px;
   margin-left:30px;
   padding-top:10px;
   padding-bottom:10px;
   font-weight:300;

}

.carousel-caption h1{
	color:#FFFFFF;
}

.map_frame {
	min-height:600px;
}





/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
}
