/*-----------------------------------------------------------------------------------
	    NWGADermatology
        Built with Blocs
-----------------------------------------------------------------------------------*/

html{overflow-x: hidden;} 

body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:inline-block;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 50px;
}
.bloc-xl{
	padding:150px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background:repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(0, 0, 0);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* iFrame */

iframe{
	border:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.link{
	font-family:"Arvo";
	font-weight:normal;
	color:#425647!important;
	background-color:#FBFFFF;
}
.statement-bloc-text{
	line-height:38px;
	font-style:italic;
	font-size:28px;
	text-align:center;
	font-weight:lighter;
}
.biobutton{
	width:150px;
}
.prodtxt{
	text-shadow:0px 2px 0px #000000;
}
.subtext{
	color:#000000!important;
}
.subtxt{
	color:#000000!important;
}
.mountaindusk-hero-text{
	font-family:"Josefin Sans";
	font-size:60px;
	font-weight:bold;
	text-shadow:0px 3px 3px rgba(0,0,0,0.3);
	color:#90B382!important;
}
.mountaindusk-hero-text-sub{
	font-family:"Domine";
	font-size:36px;
	color:#FFF1FC!important;
	text-shadow:0px 2px 4px #000000;
}
.cities{
	color:#F3EDE2!important;
	text-shadow:0px 2px 4px #000000;
}
.phone{
	color:#FFFFFF!important;
}
.bloc-46-h3{
	font-size: 18px;
}
.bloc-46-h4{
	font-size: 14px;
}
.bloc-1-h2{
	font-family: "PT Serif Caption";
	font-size: 28px;
}
.bloc-1-h3{
	font-family: "Josefin Sans";
}
.bloc-2-h3{
	font-family: Domine;
}
.bloc-2-p{
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 16px;
}
.bloc-3-h3{
	font-family: Domine;
}
.bloc-3-p{
	font-size: 16px;
}
.services-h1{
	font-size: 48px;
}
.bloc-5-h3{
	font-size: 21px;
}
.bloc-5-p{
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 18px;
}
.bloc-6-h1{
	font-family: "Josefin Sans";
	font-size: 42px;
}
.bloc-6-p{
	font-size: 16px;
}
.bloc-7-p{
	font-size: 16px;
}
.bloc-8-p{
	font-size: 16px;
}
.bloc-9-p{
	font-size: 16px;
}
.bloc-10-h1{
	font-weight: 400;
	font-family: Ubuntu;
	font-size: 48px;
}
.bloc-12-h1{
	font-family: "PT Serif Caption";
	font-size: 58px;
}
.bloc-13-h1{
	font-family: "Old Standard TT";
}
.bloc-13-p{
	font-family: Montserrat;
	font-size: 16px;
}
.bloc-14-p{
	font-size: 12px;
}
.bloc-14-label{
	font-size: 12px;
}
.bloc-14-h5{
	font-size: 12px;
}
.bloc-15-h1{
	font-size: 48px;
}
.bloc-16-p{
	font-family: Roboto;
	font-size: 18px;
}
.bloc-18-h1{
	font-weight: 700;
	font-family: "PT Serif Caption";
	font-size: 55px;
}
.bloc-18-p{
	font-family: "Droid Sans";
	font-size: 16px;
}
.bloc-18-h3{
	font-family: Montserrat;
	font-size: 21px;
}
.bloc-20-h1{
	font-family: "PT Serif Caption";
	font-size: 58px;
}
.bloc-21-h3{
	font-family: "PT Sans";
}
.bloc-23-h1{
	font-family: Roboto;
}
.bloc-24-h1{
	font-size: 48px;
}
.bloc-25-h1{
	font-size: 22px;
}
.bloc-25-p{
	font-family: "PT Sans";
	font-size: 18px;
}
.bloc-26-h1{
	font-family: "PT Serif Caption";
	font-size: 58px;
}
.bloc-27-h3{
	font-family: Montserrat;
	font-size: 14px;
}
.bloc-27-p{
	font-family: Montserrat;
	font-size: 12px;
}
.bloc-28-h1{
	font-family: "PT Serif Caption";
	font-size: 46px;
}
.bloc-28-p{
	font-family: "PT Serif";
	font-size: 23px;
}
.bloc-29-h4{
	font-family: "Old Standard TT";
}
.bloc-29-p{
	font-family: Roboto;
	font-size: 18px;
}
.bloc-31-p{
	font-family: "PT Serif";
	font-size: 18px;
}
.bloc-32-h1{
	font-family: "Droid Serif";
	font-size: 46px;
}
.bloc-32-p{
	font-family: Montserrat;
	font-size: 18px;
}
.bloc-34-h3{
	font-family: Domine;
}
.bloc-36-p{
	font-family: "PT Sans";
	font-size: 18px;
}
.bloc-37-h1{
	font-family: Montserrat;
	font-size: 42px;
}
.bloc-37-p{
	font-family: "Droid Sans";
	font-size: 18px;
}
.bloc-38-p{
	font-family: Montserrat;
}
.bloc-41-h1{
	font-family: Domine;
	font-size: 48px;
}
.bloc-42-h4{
	font-size: 14px;
}
.bloc-42-p{
	font-family: "Droid Serif";
	font-size: 12px;
}
.bloc-43-h4{
	font-size: 14px;
}
.bloc-43-p{
	font-family: "Droid Serif";
	font-size: 12px;
}
.bloc-44-h1{
	font-family: "Droid Serif";
	font-size: 68px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#ffffff;
}
.bgc-black{
	background-color:#000000;
}
.bgc-gray-x11-gray{
	background-color:#BCC1B7;
}
.bgc-floral-white{
	background-color:#FFFBEF;
}
.bgc-feldgrau{
	background-color:#506B58;
}
.bgc-pistachio{
	background-color:#A2CC84;
}
.bgc-white-smoke{
	background-color:#F9F6F3;
}
.bgc-ash-grey{
	background-color:#BAC8AF;
}
.bgc-floral-white-2{
	background-color:#FFFBEF;
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}
.tc-outer-space{
	color:#47454A!important;
}
.tc-white{
	color:#ffffff!important;
}
.tc-moss-green{
	color:#C1DEA4!important;
}
.tc-moss-green-2{
	color:#BADEB2!important;
}
.tc-green-ryb{
	color:#77A32F!important;
}
.tc-feldgrau{
	color:#506B58!important;
}
.tc-candy-apple-red{
	color:#FF0D09!important;
}
.tc-falu-red{
	color:#90130E!important;
}
.tc-asparagus{
	color:#90A877!important;
}
.tc-pakistan-green{
	color:#076101!important;
}

/* Button colour styles */

.btn-asparagus{
	background:#90A877;
	color:#FFFFFF!important;
}
.btn-asparagus:hover{
	background:#73865f!important;
	color:#FFFFFF!important;
}
.btn-pistachio{
	background:#A2CC84;
	color:rgba(0,0,0,.5)!important;
}
.btn-pistachio:hover{
	background:#82a36a!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-white{
	background-color:#ffffff;
	color:rgba(0,0,0,.4)!important;
}
.btn-white:hover{
	background-color:#dedede;
	color:rgba(0,0,0,.4)!important;
}

/* Link colour styles */

.ltc-white{
	color:#ffffff!important;
}
.ltc-white:hover{
	color:#ffffff!important;
}
.ltc-feldgrau{
	color:#506B58!important;
}
.ltc-feldgrau:hover{
	color:#405646!important;
}
.ltc-asparagus{
	color:#90A877!important;
}
.ltc-asparagus:hover{
	color:#73865f!important;
}

/* Icon colour styles */

.icon-asparagus{
	color:#90A877!important;
	border-color:#90A877!important;
}
.icon-moss-green{
	color:#C1DEA4!important;
	border-color:#C1DEA4!important;
}
.icon-moss-green-2{
	color:#BADEB2!important;
	border-color:#BADEB2!important;
}
.icon-feldgrau{
	color:#506B58!important;
	border-color:#506B58!important;
}

/* Bloc image backgrounds */

.bg-group-of-happy-people-3-1732x1155{
	background-image:url("img/group-of-happy-people-3-1732x1155.jpg");
}
.bg-dermatology-staff-2-900x416{
	background-image:url("img/dermatology-staff-2-900x416.jpg");
}
.bg-healthinsurance-flickr-creativecommons-800x483{
	background-image:url("img/healthinsurance-flickr-creativecommons-800x483.jpg");
}
.bg-2018-01-31-12-05-41-pm-2000x892{
	background-image:url("img/2018-01-31-12.05.41-pm-2000x892.jpg");
}
.bg-tile-d-bg{
	background-image:url("img/tile-d-bg.png");
}
.bg-page-image-bg-1755x774{
	background-image:url("img/page-image-bg-1755x774.jpg");
}
.bg-contact-us-snugg-living-2000x726{
	background-image:url("img/contact-us-snugg-living-2000x726.jpg");
}
.bg-skin-problem-650x400-51448381176-650x400{
	background-image:url("img/skin-problem-650x400-51448381176-650x400.jpg");
}
.bg-faq-header-1-1170x400{
	background-image:url("img/faq-header-1-1170x400.jpg");
}
.bg-hyperlinks-700x358{
	background-image:url("img/hyperlinks-700x358.jpg");
}
.bg-vjnlpjws4vd2dgzocbrmsx2zty-1400x933{
	background-image:url("img/vjnlpjws4vd2dgzocbrmsx2zty-1400x933.jpg");
}
.bg-2018-03-10-2008-06-41-20am{
	background-image:url("img/2018-03-10%2008.06.41%20am.jpg");
}
.bg-Spectrum-Full-64128526{
	background-image:url("img/Spectrum-Full-64128526.jpg");
}
.bg-white-wallpaper-11{
	background-image:url("img/white-wallpaper-11.png");
}




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {.b-parallax{background-attachment:scroll;}}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {.b-parallax{background-attachment:scroll;}}
@media (max-width: 991px)
{
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .b-parallax{
        background-attachment:scroll;
    }
    
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	 div[class^="col-"], div[class*=" col-"]{
	margin-top: 30px;
	margin-bottom: 30px;
}
.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
	margin-top: 0;
	margin-bottom: 0;
}
}

@media (max-width: 767px){
	.mobile .bloc-mob-center-text{
	text-align:center;
}
 }

@media (max-width: 575px){
	 }