/* CSS Document */
/*DEFAULTS*/
body{
	color:#000;	
}
p {
	color: #000;	margin-bottom: 20px;
}
ul li {
	color: #000;
}
ul li span {
	color: #000;
}
/*LAYOUT*/
.container {
	max-width: 1050px;
}
.logo {
	margin-top: 10px;
}
.header-margin-in {
	margin-right:5px;
}
@media(max-width:900px) {
.logo {
	margin: 10px auto;
}
header .margin-in {
	margin: 0 auto;
	text-align: center;
}
}
.blue-background {
	margin-top: 10px;
	background-color: #90292A;
}
.blue-background-no-margin {
	background-color: #90292A;
	width:100%;
}
.grey-background {
	background-color: #f7f7f7;
}
.lightblue-background {
	background-color: #DDDDDD;
}
/*TEXT TAGS*/
h1 {
	color: #90292A;
	font-size: 22px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;	margin-top: 20px;
}
.testimonials h1 {
	font-size: 25px;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
	color: #90292A;
}
h3 {
	color: #90292A;
	margin-bottom: 20px;
}
h3 i {
	color: #90292A;
}
h4 {
	color: #90292A;
	font-size: 24px;
}
h5.widget-name {
	font-size:16px;
	color:#0d3d63;
	font-weight:bold;
	padding:20px 0 0 20px;	
	margin:0;	
}
h5.widget-phone {
	font-size:16px;
	margin:0;
	padding:0 0 20px 20px;	
	font-weight:bold;
	color:#0e8cc7;
}
.side-form h5 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 200;
    color: #0F3B62;
}
h6 {
	margin-top:30px;
	font-size: 16px;
	color:#90292A;
}
h6 .phone-top {
	font-weight: bold;
	color: #90292A;
	margin-left: 15px;
}
.side-form p {
	color: #fff;
	font-style: italic;
	
}
.button-learn-more {
	padding: 8px 12px 8px 22px;
	background-color: #90292A;
	color: #fff;
}
.arrow-small {
	font-size:10px;
	vertical-align:1px;
	margin-left:3px;
}
. {
	color:#103d5e;	
}
.button-top {
	padding: 8px 20px 8px 30px;
	background-color: #90292A;
	color: #fff;
	border-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.custom-button-margins {
	padding: 8px 10px 8px 15px;
	margin-right:12px;
}
a i {
	font-weight: 100;
}
/*THE NAVIGATION*/
.container-custom {
	margin:0 auto;
	max-width:1120px;
}
nav {
	z-index: 99;
}
nav ul {
	z-index: 99;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: left;
}
nav ul li a {
	color: #fff;
}
nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}
nav ul li a:active {
	color: #fff;
}
nav ul li a:focus {
	color: #fff;
}
nav ul li {
	display: inline-block;
	position: relative;
	padding: 10px 28px;
	font-size: 16px;
	margin-right: -4px;
}

nav ul li:hover {
	text-decoration: none;
	background-color: #5E5E5E;
}

li.current {
		text-decoration: none;
	background-color: #5E5E5E;	
}

nav ul li .li-current {
	background-color: #5E5E5E;
}
/* LEVEL 2 */
nav ul ul {
	margin:0;
	padding:0;
	display:none;	
	position:absolute;
	left:0;
	width:310px;
	background-color:#90292A;
	top:42px;
}
nav ul li:hover ul {
	display:block;
}
nav ul ul li {
	display:block;
	margin:0;
}
nav ul ul li a {
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
.spacer {
	height:1px;
	margin:0 37px;
	background-color:rgba(255,255,255,0.50);
}
nav ul ul li:hover {
	background-color:#5E5E5E;
}

/* LEVEL 3 */
nav ul ul ul {
	margin:0;
	padding:0;
	display:none !important;	
	position:absolute;
	left:280px;
	width:250px;
	background-color:#5E5E5E;
	border-radius: 4px;
	top:0;
}
nav ul ul li:hover ul {
	display:block !important;
}
nav ul ul ul li {
	display:block;
	margin:0;
}
nav ul ul ul li a {
	display:block;
	margin:0;
	padding:0;
	width:100%;
}
nav ul ul ul li:hover {
	background-color:#136b99;
}


/*HIDE THE SLICKNAV*/
.slicknav_menu {
	display: none;
	background: #90292A;
}
.slicknav_btn {
	background: #90292A;
}

@media(max-width: 900px) {
.slicknav_menu {
	display: block;
}
#mainNav {
	display: none;
}
}
.camera-slider {
	
}
.slider-title{
	position:absolute; 
	top:15%; 
	left:47%;
	font-weight:300; 
	color:#fff; 
	font-size:4em;
	width:40%	
}
.slider-sub{
	position:absolute; 
	top:32%; 
	left:47%;
	color:#fff; 
	font-size:18px;
	width:40%;
	font-size:20px; 
	line-height:0px; 
	font-style:italic;
}
.slider-caption{
	position:absolute;
	top:34%;
	left:47%;
	width:30%;
	font-size:1.8em;
	color:#D2D5D8;
}
.slider-learnmore {
	position:absolute;
	top:70%;
	left:47%;
	padding: 8px 12px 8px 22px;
	background-color: #54697C;
	color:#fff;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.slider-learnmore a {
	color:#fff;	
	z-index:9999999999;
}
@media(max-width: 1477px){
	.slider-learnmore,.slider-sub  {
		display:none;	
	}
}
@media(max-width: 1292px){
	.slider-caption {
		display:none;	
	}
}
@media(max-width: 787px){
		.slider-title{
			display:none;	
		}
}
/*BANNER IMAGE*/
.banner-img {
	width:100%;
	max-height:400px;	
}
.banner-img img {
	width: 100%;
	max-height: 400px;
}
.banner-text{
	position:absolute;
	margin-top:7%;
	margin-left:22%;
	color:#0D8CC4;
	font-size:50px;
}
@media(max-width: 1500px){
	.banner-text {
		margin-left:12%;	
	}
}
@media(max-width: 1200px){
	.banner-text {
		margin-left:8%;
	}
}
@media(max-width: 1000px){
	.banner-text {
		margin-left:4%;
	}
}
@media(max-width: 996px){
	.banner-text {
		display:none;	
	}
}
/*PAGE SIDE FORM*/
.sideform-container {
	float:right;
	width:85%;	
}
.sideform-text{
	font-size:12px;	
}
.side-form {
	background-color: #0D8CC3;
	border-radius: 5px;
}
.side-form input {
	margin: 3px auto;
	height: 40px;
	width: 90%;
}
.side-form .color1 {
	font-weight: bold;
	color: #0F3B62;
}
.side-form .color2 {
	color: #fff;
	font-weight: bold;
}
.side-form .submit-button {
	color: #fff;
	background-color: #103C61;
	margin: 15px auto;
	border: none;
	height: 40px;
	width: 90%;
}
#contactForm  {
	margin-top:40px;	
}
#contactForm .submit-button {
	color: #fff;
	background-color: #0d8cc3;
	float:right;
	margin-top:15px;
	margin-bottom:30px;
	border: none;
	height: 40px;
	float:right;
	margin-right:170px;
	padding:0 30px;
}
#contactForm label {
	float:left;	
	width:150px;
	color:#929294;
	height:50px;
	display:table-cell;
	vertical-align:central;
	margin-top:10px;
}
#contactForm input {
	height:50px;	
}
#contactForm input, #contactForm textarea {
	float:left;
	width:60%;
	background-color:#fcfcfc;
}
@media(max-width:900px){
#contactForm input, #contactForm textarea {
	float:float;
	width:90%;
	background-color:#fcfcfc;
}
#contactForm .submit-button {
	margin-right:0px;
	float:left;
}
.mobile-form {
	width:100%;	
}
.sideform-container {
	width:90%;
	float:none;
	margin:25px auto 0 auto;
}
.form-inline {
	dispaly:block;	
}
}
.form-group {
	clear:both;
	height:50px;
}
.set-min-height {
}
/*HOME BOXES*/
.default-top {
	padding: 40px 0;
}
.home-boxes {
	margin-top:40px;
	margin-bottom:40px;
}
.home-boxes .col-md-4{
	width:30%;
	margin:0 26px;
}
.home-boxes .col-md-4:first-child{
	margin-left:0;
}
.home-boxes .col-md-4:last-child{
	margin-right:0;
}
.center-width {
	text-align:center;	
}
.home-boxes .home-box-img{
	max-width:320px;
	border:6px solid #ccc;	
}
@media(max-width: 900px){
.home-boxes .col-md-4{
	width:100%;
	margin:0 auto;
}
.home-boxes .col-md-4:first-child{
	margin:0 auto;
}
.home-boxes .col-md-4:last-child{
	margin:0 auto;
}
.home-boxes .home-box-img{
	max-width:320px;
	border:4px solid #ccc;	
}
}
/*SIDE WIDGETS*/
.side-widget-first {
	border:2px solid #e8eae9;
	border-radius:10px;
	margin-bottom:30px;	
}
.side-widget-first h3 {
	margin-left:15px;	
}
.side-widget-address {
	background-color:#e6f3f9;
	border-radius:10px;
	text-align:left;
}
.side-widget-address h3 {
	padding:20px 0 0 20px;
	margin:0;
	font-weight:bold;
	font-size:18px;
}
.side-widget-address p {
	margin:0;
	padding:0 0 0 20px;	
	color:#5f819c;
}
.side-widget-address h4 {
	margin:0;
	color:#0e8bc3;
	padding:0 0 20px 20px;		
}
/*THE OFFICE HOURS*/
.alt-back {
	background-color: #EAEBED;
}
dl {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 0;
	color:#58595B;
}
dl dt {
	float: left;
	width: 40%;
	margin-top: 10px;
	margin-left: 5%;
    font-weight:700;
}
dl dd {
	float: right;
	width: 40%;
	margin-right: 10%;
	margin-top: 10px;
	white-space: nowrap;
	font-weight:700;
}
/*THE TESTIMONIALS*/
.testimonials .text-1 {
	font-size: 18px;
	color: #3BA1D1;
	font-style: italic;
	margin-bottom: 20px;
}
.testimonials .text-2 {
	font-size: 18px;
	color: #000;
}
/*THE FOOTER */
.location-margin {
	margin-top: 20px;
}
.social-icons {
	margin-top:50px;	
}
.social-margins {
	margin-left:100px;	
}
.social-icons a {
	font-size: 20px;
	margin: 0 2px;
	display:inline-block;
}
/*FOOTER */
footer{
	width:100%;	
}
footer ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
footer ul li {
	margin:0;
	display: inline-block;
	position: relative;
	padding: 5px 25px;
	font-size: 12px;
	color: #fff;
}
footer ul li:first-child {
	padding:5px 20px 5px 0px;	
}
footer ul li:last-child {
	padding:5px 0px 5px 19px;	
}
footer ul li a {
	color: #fff;
}
.button-margin-in {
	float:right;
}
@media(max-width:900px) {
.social-margins{
	margin:0;	
}
.social-icons {
	text-align:center;
	margin:10px 0 20px 0;
}
.lightblue-background {
	text-align: center;
}
.lightblue-background img {
	margin: 0 auto;
}
.lightblue-background .col-md-8 {
	text-align: center;
	margin: 0 auto;
}
footer {
	text-align: center;
}
.footer-margin-in {
	margin:0;
}
.footer-margin-in .text-right{
	text-align:center;	
}
.button-margin-in {
	float:none;
	margin:0 auto !important;	
}
}

/*FIX MOBILE WIDTHS*/
@media(max-width: 900px){
	.row {
		margin:0;
		padding:0;	
	}
	.sel-form .col-md-6 {
		display:block;
		float:none;
}
}
.form-select {
	max-width:120px;	
}
.footer-margin-in {
	margin-right:15px;	
}
.padding-right {
	padding-right:15px;	
}
.padding-left {
	padding-left:15px;	
}
@media(max-width: 900px){
	.padding-right,.padding-left{
		padding:0;	
	}
	.mobile-form-margin {
		margin-left:15px;
		margin-right:15px;
	}
}
.button-move-down {
	margin-top:40px;	
}
.blue-color {
	color:#0D8CC4;
}

.appt-request:hover{
	opacity:0.8;
	transition: all .3s ease-in-out;
}
.appt-request:hover{
	opacity:0.8;
	transition: all .3s ease-in-out;
}
.top-padding {
	padding-top:20px;
}
@media(max-width:990px) {
	.top-logo {
		text-align:center;
	}
	.top-padding {
		padding-top:0;
	}
}

	.img-right {
	float:right;
	margin:0 0 16px 16px;
	max-width: 100%
}
.img-left {
	float:left;
	margin:0 16px 16px 0;
}
.img-center {
	display: block;
    margin:16px auto;
	max-width: 100%
}
@media(max-width:480px) {
	.img-left, .img-right {
		float:none;
		display: block;
		margin:12px auto;
	}
}