/**css default**/
/* SITE NAV */



/** css Default do not toch codes inside **/


/** PLACE YOUR MOBILE AND UP CSS HERE **/
.btn.btn-quaternary {
	background: none !important;
	border: solid 1px #FFF !important;
}

.main-content h1 {
	color: #545e5f;
	font-size: 27px;
}

.main-content h2 {
	font-size: 18px;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
	padding: 15px 20px;
	text-transform: capitalize !important;
}

.btn:not(.btn-social), input[type="button"] {
	padding: 15px 20px;
	text-transform: capitalize !important;
}


.site-header {
	position: relative;
	width: 100%;
	height: 0px !important;
	background: #FFF;
	line-height: 1em;
	border-bottom: solid 1px transparent;
}

.site-header .logo + div{
	display: block;
	width: 100%;
	padding-left: 8%;
	padding-right: 8%;
}



.site-header .menu-wrap {

	width: 84%;
	position: absolute;
	top: 0;

	margin-top:25px;
	padding-top: 0 !important;

	text-align: center;
	border-radius: 10px;
	background: #FFF;
	margin-bottom: -30px;
	z-index: 999;
	position: inherit;

	/** GRADIENT */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #e8e8e8 77%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

	/* SHADOW */
	-webkit-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);


}

.site-header .menu-wrap > ul {
	width: auto;
	display: inline-block;
	padding-right: 25%;
}

.site-header .menu-wrap > ul li a, .site-header .menu-wrap > ul li a:hover, .site-header .menu-wrap > ul li:hover {
	background: none !important;
	text-transform: uppercase;
}


.site-header .top-options {
	position: absolute;
	bottom: 65px;
	padding-bottom: 15px;
	right: 0;
	padding-bottom: 3%;
}

.site-header .top-options span.fa {
	display: inline;
	width: 60px;
	float: left;
}

.site-header .top-options .text {
	display:inline-block;
	text-align:left;
	float: left;
	position: absolute;
	padding-left: 15px;
	left: 65px;
	padding-top: 8px;
}



.site-header .search-bar {
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

.site-header .search-bar .search-btn {
	padding: 7px 30px 7px 15px;
	border: none !important;
	background: none !important;
	color: #999 !important;
}


.site-header .top-options .btn.btn-primary {
	background: #d00a69 !important;
	color: #FFF !important;
	padding: 9px 15px;
}

.site-header .top-options .btn.btn-primary:hover {
	background: #ff48a0 !important;
}

.bg-gray .hover-able {
	transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}

.bg-gray .hover-able:hover {
	border-radius: 5px;
	background: #FFF;
	color: #999;
}

.bg-gray .hover-able:hover h1 {
	color: #31bbc2;
}

.bg-gray .hover-able .fa {
	margin-bottom: 30px;
}

.bg-gray .hover-able:hover .fa {
	color: #CCC !important;
}

.bg-gray .card {
	color: #333;
	border-radius: 5px;
}

.bg-gray .card .orange {
	background: #ff7550;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 5px 20px;
	text-align: center;
	margin: -15px -5px 0 -5px;
}

.bg-alt-3 {
	background: #333 !important;	
}

.bg-alt-3 h1, .bg-alt-3 h2 {
	color:#31bbc2 !important;
}


.footer,.footer:before {
	background: #333 !important;
	color: #DDD !important;
}


.footer input[type="text"], .footer textarea {
	border-radius: 6px !important;
}

.footer .menu-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px #FFF;
}

.footer .menu-bar li {
	width: auto;
	border: none;
	padding-right: 10px;
	text-transform: capitalize;
	padding-bottom: 5px;
}


.footer .menu-bar li a:hover {
	border-bottom: solid 1px #FFF;
}

.footer .social-icons li {
	width: 35px !important;
	height: 35px !important;
	padding: 0 !important;
	border: solid 1px #FFF !important;
	border-radius: 7px;
}

.footer .social-icons li:hover{
	height: 35px !important;
	border: solid 1px #FFF !important;
}

.footer .social-icons li:hover a{
	border-bottom: none;
}

.footer .social-inner-wrap {
	text-align: center;
}

@media (min-width: 768px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/

	body.nav-fixed {
		margin-top: 150px !important;
	}

	.site-header .logo {
		margin-left: 8%;
	}

	.site-header .phone {
		display: none;
	}

	.site-header .menu-wrap {
		margin-top:57px;
	}

	.footer .social-inner-wrap {
		text-align: right;
	}

}



/*addons*/
.site-header .menu-toggle, .site-header .call-btn {
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	float: left;
	padding: 10px;
	margin-left: 0px !important;
	margin-top: 33px !important;
	margin-right: 0px !important;
	border: solid 1px #999;
	cursor: pointer;
}

.mobile-botton-placeholder {
	padding: 0px;
}
/*end addons*/

@media (min-width: 992px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.bg-gray .card.v-margin-minus {
		margin-top: -99px !important
	}



}

@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/

}


/** MORE CUSTOM BREAK POINT MUST KEEP ASCENDING ORDER **/
@media (min-width: 1500px) {
	.site-header .menu-wrap {
		margin-top:40px;
	}
}

@media (min-width: 1600px) {
	.site-header .menu-wrap {
		margin-top:25px;
	}
}



.main-content #cta1 a {
	font-size: 16px;
	color: #fff;
}

#cta1 {
	background-color: #0385cd;
	padding: 20px;
}

#sidebar {
	max-width: 300px;
}

.modal-header {
	border-bottom: none !important;
}

.modal-title {
	display: none !important;
}

.form-control {
	border-radius: 4px !important;
}

.inner-page-text p {
	padding: 0 0 20px;
}


<!--hamburger-->
.nav-icon1 {
	z-index: 2001 !important;
}

<!-- css override for navigation -->
#custom-nav {
  display: none;
  padding-top: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #117ab2;
  min-width: auto;
  height: 100%;
  width: 100%;
  z-index: 2000;
  list-style: none; }
  @media (min-width: 992px) {
    #custom-nav {
      width: 40% !important; } }
  #custom-nav .dropdown.open .dropdown-menu {
    display: block; }
  #custom-nav .dropdown-menu {
    display: none;
    background-color: transparent;
    position: relative;
    clear: both;
    width: 100%;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0px 0px transparent; }
    #custom-nav .dropdown-menu li {
      clear: both; }
      #custom-nav .dropdown-menu li a {
        padding-left: 60px !important; }
        #custom-nav .dropdown-menu li a:hover {
          background-color: #004c91; }
  #custom-nav li {
    width: 100%;
    clear: both; }
    #custom-nav li a {
      padding: 10px 30px;
      display: block;
      width: 100% !important;
      color: #ffffff;
      letter-spacing: 3px; }
      #custom-nav li a::after {
        margin-left: 20px; }
      #custom-nav li a:hover {
        text-decoration: none;
        background-color: #004c91; }

#footer-form-submit {
	background-color: #004c91;
	border: 1px solid #004c91 !important;
}

#footer-form-submit:hover {
	background-color: #184b7a;
	border: 1px solid #2a5d8c !important;
}

@media (min-width: 0px) and (max-width: 991px) {
	#footer-menu {display: none;}
}

#footer-menu {
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	list-style: none;
}
#footer-menu li a:first-child {
	padding-left: 0px;
}

#footer-menu li {
	padding: 0px;
	line-height: 10px;
	position: relative;
	margin-right: 10px;
}

#footer-menu li:last-child::after {
	content: "";
	display: none;
}

#footer-menu li::after{
	content: "|";
	position: absolute;
	right: -5px;
}


#footer-menu li a {
	color: #ffffff;
	white-space: nowrap;
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
	transition: all .5s ease;
}

#footer-menu li a:hover {
	color: #faa100;

}


@media (min-width: 0px) and (max-width: 991px) {
	.inner-page-title-wrap .inner-page-title h1 strong {
		letter-spacing: 1px !important;
	}
}


/*
@media (min-width: 0px) and (max-width: 991px) {
	#footer .footer-social .social-inner-wrap {
	    margin-left: 0px;
	    display: flex;
	    list-style: none;
	    flex-direction: row;
	    align-items: center;
	    justify-content: center;
	}
}

@media (min-width: 992px) {
	#footer .footer-social .social-inner-wrap {
	    margin-left: 0px;
	    display: flex;
	    list-style: none;
	    flex-direction: row;
	    align-items: center;
	    justify-content: flex-start;
	}
}

#nav-inner-pages #nav-main-wrap .nav-top-mini-quick-launch-wrapper .nav-social-icons-wrapper ul.social-icons {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    height: 100%;
	list-style: none;
}

.mobile-menu {
	display: none;

}
*/

.contained-section {
  margin: auto !important;
  float: none !important;
  padding-left: 15px;
  padding-right: 15px; }
  .contained-section:before, .contained-section:after {
    content: " ";
    display: table; }
  .contained-section:after {
    clear: both; }
  @media (min-width: 768px) {
    .contained-section {
      width: 750px; } }
  @media (min-width: 992px) {
    .contained-section {
      width: 970px !important; } }
  @media (min-width: 1200px) {
    .contained-section {
      width: 1170px !important;
      float: none;
      margin: auto !important;
      } }

.contained-section-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .contained-section-fluid:before, .contained-section-fluid:after {
    content: " ";
    display: table; }
  .contained-section-fluid:after {
    clear: both; }

.inner-page-text-wrap img.img-thumbnail {
  filter:  grayscale(.5);
 transition: all .5s ease !important;
}

.inner-page-text-wrap img.img-thumbnail:hover {
  filter:  grayscale(0);

}





.inner-page-text h2 strong {
	font-size: 180px;
    letter-spacing: 3px;
    opacity: 0.3;
    font-weight: 700;
    color: #e7e3dc;
    transition: all 1s ease-out;
}

.inner-page-text.gallery h2::before { 
	content: "BEFORE & AFTER";
	letter-spacing: 1px;
	display: inline-block;
	position: absolute;
	bottom: 15%;
	left: 11%;
	font-size: 40px !important;
	font-weight: 700;
	z-index: 100;
	color: rgb(17, 122, 178);
	transition: all 1s ease-out;
}

@media (min-width: 992px) {
	.inner-page-text:hover  h2 strong{
		opacity: 1;
		letter-spacing: 10px;
	}

	.inner-page-text:hover  h2::before{
		left: 0%;
		opacity: 0;
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	.inner-page-text h2 strong {
		font-size: 50px; 
		text-align: center !important; 
		display: flex !important; 
		flex-direction: row !important; 
		justify-content: space-around !important;
		opacity: 1;
		}
	.inner-page-text h2::before { display: none;}
}

.inner-page-img-wrap {
    padding-bottom: 20px;
}

.modal .btn-default {
    color: #000 !important;
}

/* Social Media Icons*/


a#googlePlus:before {
    content: "\f2b3";
    font-family: fontAwesome;
}


a#facebook:before {
	content: "\f082";
	font-family: fontAwesome;
}

a#yelp:before {
	content:"\f1e9";
	font-family: fontAwesome;
}
.media-icons {
	font-size:40px ;
}

.media-icons:before {
	color: #117ab2;
}

.media-icons img {
	display: none;
}

.media-icons:before {
    font-size: 1.5em;
    position: relative;
    top: 20px;
	margin: 0 30px;
	
}

#WebPage-08e636eb-c2fe-4e8a-9fbb-4da9e0e48687modal .modal-body{
	/*background: url(https://s3.amazonaws.com/static.organiclead.com/Site-f8ef6c1a-40d9-455a-92b0-67d9f67465bc/images/cta_bg.jpg) center center;*/
	background-size: cover;
	color: #FFF;
	padding: 60px 0 50px;
}

#WebPage-08e636eb-c2fe-4e8a-9fbb-4da9e0e48687modal .modal-body h3{
	color: #ffff;
	line-height: 40px;
	font-family: "Cardo", serif !important;
}

#WebPage-08e636eb-c2fe-4e8a-9fbb-4da9e0e48687modal .modal-footer{ 
	padding: 0px;
	margin: 0px;
	}

#WebPage-08e636eb-c2fe-4e8a-9fbb-4da9e0e48687modal .modal-footer{
	position: absolute;
	top: 0px;
	right: 0px; 
}

.lity-content img{
	max-width: 500px !important;
}	 

img[data-lity]{
	cursor: pointer
}	 

/*modal close */

/*modal */
.modal {
	z-index: 20000001;
}
