body {	color:#000;	font:300 18px/18px Arial, Helvetica, sans-serif;background-color:#fff;-webkit-font-smoothing:antialiased;background-color: #eee; margin-top:15px;}

a{color:#4377bb; text-decoration:none;}
a:hover{color:#1e3c70;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}

h1,h2,h3,h4{margin: 0;line-height: 1em;text-align:center;}
h1{font:700 1.8em 'Open Sans', sans-serif;margin-bottom: 1px;color: #191919;letter-spacing:-1px;line-height:44px;}
h2{font:700 1.4em 'Open Sans', sans-serif;margin-bottom: 1.5em; color: #000;letter-spacing:-1px;line-height:35px;}
h3{font:700 1.3em 'Open Sans', sans-serif;margin:0.5em 0; color: #2b6491;letter-spacing:-1px;line-height:35px;}
h4{font:700 1em 'Open Sans', sans-serif;margin:0.5em 0; color: #c51111;}

p,ol li, ul li{font-size:1em;line-height: 1.2em; margin-bottom: 1.2em;}
ol li, ul li{margin-bottom: 0;}

.darkblue { color: #1e3c70; }
.blue { color: #2761ae; }
.lightblue { color: #4377bb; }
.grey { color: #687a90; }

.container{width: 100%; max-width: 1000px;}
.wrapper{background-color: #fff;}
.spacer{padding:0 5em; }


.btn{border:none;border-radius: 0;padding: 0.75em 3em;text-transform: uppercase;}
.btn-danger{background: rgb(242, 24, 97) !important;}
.btn:hover,.btn:active{color: #fff;box-shadow: none;}


.navbar-nav > li > a{font-size: 1em;line-height:2em;}
.navbar-inverse{background: #111;}
.navbar-brand{color: #fff !important;background: #2761ae !important;margin-left: 0 !important;height: 60px;padding: 1em;font:700 1.25em Raleway; }
.navbar-default .navbar-nav>li>a{color: #000 !important;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{color: #fff !important;background-color: #2761ae;}
.navbar-nav.navbar-right:last-child{margin-right: 0 !important}
.navbar-default{background:none;border:none; }
.navbar-default .navbar-collapse{background:#fafafa; }


.banner{background:url(../images/banner.jpg) #000;margin-top: 4em;background-size: cover;}
.overlay{background:rgba(184, 219, 198, 0.5);}

.carousel-control{width: 10%;}
.carousel-control i.fa{top: 50%;position: absolute;margin-top: -30px;left: 0;right: 0;}
.carousel .item a.view{position: absolute;top: -10%;left:50%;text-align: center;background: rgb(136, 199, 175);color: #fff;display: inline-block;padding:0.75em 2em;font-size: 1.25em;margin-top: -24px;margin-left: -70px;}
.carousel .item:hover a.view{top:50%;text-decoration: none;}


.service{padding:6em 10em 2em 10em; color: #fff;}
.service p{color: #686a73;font-size: 0.90em;font-weight: 500; line-height:1.20em;margin: 0;}

.social a{margin-right: 1em;}


.services i{font-size: 60px;color: #686a73;}

.price {
		margin: 0 0 20px 50px;
		padding: 0 25px;
}

.highlight {
    /*background: #2761ae;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 15px;
    margin-bottom: 15px;
    -moz-box-shadow: 2px 2px 15px #ccc;v
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;*/
}

.highlight p{
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
}

.highlight ul, .highlight-green ul, .highlight-x ul{
    margin: 0 0 10px 30px;
	padding: 0;
    color: #fff;
    font-size: 1.25em;
    list-style: none outside;
}

.highlight ol li, .highlight ul li{
    margin-bottom: 10px;
	padding-left: 44px;
    color: #fff;
    padding-bottom: 10px;
	background-image:url("../images/bullet_check.png");
	background-repeat:no-repeat;
	font-size:18px;
	font-family:Arial, sans-serif;
	color:#000000;
}

.highlight-green ol li, .highlight-green ul li{
    margin-bottom: 10px;
	padding-left: 44px;
    color: #fff;
    padding-bottom: 10px;
	background-image:url("../images/bullet_green.png");
	background-repeat:no-repeat;
	font-size:18px;
	font-family:Arial, sans-serif;
	color:#000000;
}

.highlight-x ol li, .highlight-x ul li{
    margin-bottom: 10px;
	padding-left: 44px;
    color: #fff;
    padding-bottom: 10px;
	background-image:url("../images/bullet_x.png");
	background-repeat:no-repeat;
	font-size:18px;
	font-family:Arial, sans-serif;
	color:#000000;
}

.btn-custom {
  background-color: hsl(55, 100%, 36%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb14", endColorstr="#fed008");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffeb14), to(#fed008));
  background-image: -moz-linear-gradient(top, #ffeb14, #fed008);
  background-image: -ms-linear-gradient(top, #ffeb14, #fed008);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffeb14), color-stop(100%, #fed008));
  background-image: -webkit-linear-gradient(top, #ffeb14, #fed008);
  background-image: -o-linear-gradient(top, #ffeb14, #fed008);
  background-image: linear-gradient(#ffeb14, #fed008);
  border-color: #b7a800 #b7a800 hsl(55, 100%, 31.5%);
  color: #033651 !important;
  font-size: 1.75em;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: block;
  padding: 15px 50px;
  margin: auto;
  white-space: normal;
  
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd40a", endColorstr="#fdb000");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fdd40a), to(#fdb000));
  background-image: -moz-linear-gradient(top, #fdd40a, #fdb000);
  background-image: -ms-linear-gradient(top, #fdd40a, #fdb000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd40a), color-stop(100%, #fdb000));
  background-image: -webkit-linear-gradient(top, #fdd40a, #fdb000);
  background-image: -o-linear-gradient(top, #fdd40a, #fdb000);
  background-image: linear-gradient(#fdd40a, #fdb000);
  border-color: #fdd40a #fdb000 hsl(55, 100%, 31.5%);
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
}
  .btn-custom.disabled:hover,
  .btn-custom.disabled:focus,
  .btn-custom.disabled:active,
  .btn-custom.disabled.active,
  .btn-custom[disabled]:hover,
  .btn-custom[disabled]:focus,
  .btn-custom[disabled]:active,
  .btn-custom[disabled].active,
  fieldset[disabled] .btn-custom:hover,
  fieldset[disabled] .btn-custom:focus,
  fieldset[disabled] .btn-custom:active,
  fieldset[disabled] .btn-custom.active {
  background-color: #dfe30f;
  border-color: #dfe30f;
}

.pricing-table {
    background: #f8f8f8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    text-align: center;
    color: #fff;
}

.pricing-table strong { font-weight: 700; }

.pricing-table-header {
    padding: 20px 0 15px 0;
    background: #555;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pricing-table-header h4 { font-size: 28px; font-weight: 400; text-shadow: 1px 1px 1px rgba(0,0,0,.3); }
.pricing-table-header h5 { margin-top: 20px; font-size: 20px; font-weight: 400; text-shadow: 1px 1px 1px rgba(0,0,0,.3); }

.pricing-table-space { height: 5px; }

.pricing-table-text {
    margin: 10px 30px 0 30px;
    padding: 0 10px 10px 10px;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #555;
}

.pricing-table-features {
    margin: 15px 30px 0 30px;
    padding: 0 10px 10px 10px;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #555;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 20px;
}

.pricing-table-sign-up a {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: #555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.pricing-table-sign-up a:hover {
    text-decoration: none;
    -moz-box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,.2) inset;
}

.pricing-table-sign-up a:active {
    -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2) inset;
}

/* Highlighted table */
.pricing-table-highlighted {
    margin-top: 0;
}

.pricing-table-highlighted .pricing-table-header {
    background: #4a8072;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#73a3a1), to(#4a8072));
    background-image: -webkit-linear-gradient(top, #73a3a1, #4a8072);
    background-image: -moz-linear-gradient(top, #73a3a1, #4a8072);
    background-image: -o-linear-gradient(top, #73a3a1, #4a8072);
    background-image: -ms-linear-gradient(top, #73a3a1, #4a8072);
    background-image: linear-gradient(to bottom, #73a3a1, #4a8072);
}

.pricing-table-highlighted .pricing-table-sign-up a {
    background: #4a8072;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#73a3a1), to(#4a8072));
    background-image: -webkit-linear-gradient(top, #73a3a1, #4a8072);
    background-image: -moz-linear-gradient(top, #73a3a1, #4a8072);
    background-image: -o-linear-gradient(top, #73a3a1, #4a8072);
    background-image: -ms-linear-gradient(top, #73a3a1, #4a8072);
    background-image: linear-gradient(to bottom, #73a3a1, #4a8072);
}

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 35px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #1e3c70;
  border-right: 2px solid #1e3c70;;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

.footer{background-color: #4377bb; color: #fff; font-size: 1em;padding: 1em;}
.footer a{color: #fff;margin: 0 1em; }

.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(0,0,0,0.5);padding: 10px;color: #fff;}
.gototop i{line-height: 0.5em;}


@media (max-width: 1200px) {		
	/*.spacer{padding: 2em;}*/
}

@media (max-width: 900px) {
	body{font-size:13px;line-height: 13px; }
	h1{font-size:2em;}
	h2{font-size:1.10em;margin-bottom: 0.5em;}
	h3{font-size:1em;}
	p{line-height: 1.15em;}
	.service{padding: 0 0 1em 0;}
	.service p{font-size: 0.85em;}
	.btn{padding: 1em 2em;}
	/*.spacer {padding: 1.5em 1.5em 0 1.5em;}*/
	.navbar-brand{height: 56px;}
	.btn {padding: 0.5em 2em;}
    .tip {margin-top: 75px !important;margin-bottom: 10px !important; font-size: 1.5em;}

}	

@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	h1{padding: 2em 0;}
	.navbar-nav > li > a {line-height: 1em;}	
	.navbar-brand{padding: 7px;height: 50px;line-height: 2em;margin-left: 15px !important;}	
	.navbar-default{background: #fff !important;}
	.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background:#4a8072;color: #fff;border: none;border-radius: 0;}
	.navbar-default .navbar-toggle .icon-bar{background-color: #fff;}
	.footer{margin-top: 2em;padding-bottom: 2em;}
    .tip img {margin-top: 0px !important;}

}