@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,700');

body {
	font-weight: 300; /* light */
}
body, .services-section h1 {
	font-family: 'Open Sans', sans-serif;
}
header, footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
.site-description {
	float: right;
}
h1, .site-description, .navbar, .intro, .location h2, .video_carousel_caption_text h1, .video_carousel_caption_text p {
	font-family: 'Montserrat', sans-serif;
}
.site-description, .navbar {
	font-weight: 700; /* bold */
}
.intro, .location h2 {
	font-weight: 400; /* bold */
}
.intro {
	line-height: 1.3em;
}
h1, .site-description, .nav .active a, .nav li a:hover, .video_carousel_caption_text h1 {
	color: #001a70;
}
h2, .navbar a, .video_carousel_caption_text p {
	color: #ff8200;
}
.services-section h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 600; /* semibold */
	border-bottom: solid 2px #ff8200;
	padding-bottom: 5px;
}
.intro, .location {
	color: #fff;
}
.site-description, .location {
	font-size: 18px;
}
.intro {
	font-size: 28px;
}
.services-section h1 {
	font-size: 22px;
}
.site-description {
	text-align: right;
}
.navbar-nav, .navbar {
	float: right;
}
.navbar {
	margin-top: 40px;
	margin-bottom: -20px;
}
.navbar a {
	text-decoration: none;
}
.navbar hr {
	border-top: dotted 2px #ff8200;
	background-color: #fff;
	margin: 0;
}
.nav li a:hover {
	background-color: #fff;
}
.navbar-collapse {
	padding: 0;
}
footer {
	background-color: #eaeaeb;
}
.home-section {
	padding-top: 90px; 
	padding-bottom: 90px;
}
.symbol img{
	padding-top: 30px
}
.symbol {
	position: relative;
	top: -60px;
	z-index: 99999;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.location span {
	background-color: #ff8200; 
	width: 10px; height: 10px; 
	border: 2px solid #ff8200; 
	border-radius: 25px; 
	margin-top: 10px; 
	display: block;
}
.btn-primary {
    background-color: #ff8200 !important;
    border-color: #ff8200 !important;
}
a.image:hover .btn-primary, .btn-primary:hover {
    background-color: #75787b !important;
    border-color: #75787b !important;
}
.btn {
    border-radius: 0 !important;
	padding: 6px 12px !important;
	margin-bottom: 0 !important;
	font-size: 14px !important;
}
input[type="button"] {
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	line-height: 1.42857143;
}
input[type="button"]:hover {
	box-shadow: none;
	color: #fff;
	text-shadow: none;
}
a.image {
	background-repeat: no-repeat; 
	background-size: auto 236px; 
	height: 236px;
	background-position: center;
	display: block;
	
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
a.image:hover {
	background-size: auto 250px; 
}
#services a.image {
	height: 180px;
}
.carousel-inner > .item > img {
	width: 100%;
	max-height: 460px;
}
.services-section {
	padding-top: 10px; 
	padding-bottom: 10px;
}
.services-section img {
	width: 68px;
	height: auto;
	position: relative;
	right: 34px;
}
.services-section span {
	position: relative;
	left: 50%;
	top: 34px;
}
.container-fluid.default {
	padding-bottom: 90px;
	padding-top: 40px;
	background-color: #eaeaeb;
}
.widget-area ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.widget-area li {
	margin-bottom: 10px;
}
a {
	text-decoration: underline;
	color: #75787b;
}
.gallery-item {
	padding: 1.79104477%;
	margin: 0;
}
a.fancybox.image {
    height: auto;
}
.alignleft, .alignright, .aligncenter {
	margin-bottom: 30px;
}
/* mobiles
-------------------------------------------------------------- */
@media only screen and (max-width: 700px) {
.navbar-toggle {
	border: 1px solid #333;
}
.icon-bar {
	background-color: #333;
}
.site-description, .navbar hr {
	display: none;
}
header, footer, .container-fluid {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-toggle {
	margin: 0;
}
.navbar {
	margin-top: 0;
}
.home-section, .container-fluid.default {
	padding-top: 30px; 
	padding-bottom: 30px;
}
.intro {
	font-size: 18px;
}
.symbol {
	top: -30px;
	}
a.image { 
	background-size: cover; 
}
a.image:hover {
	background-size: cover; 
}
.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
	max-width: 100%;
	width: 100%;
}
}
