/* CSS Document */

/**   
#003388 - blue
#0080B5 - light blue
#EF5713 - orange
#FFC525 - light orange
**/

html{
	overflow-x: hidden;
}
body{
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: 'Montserrat-Medium' !important;
	font-size: 14px !important;
	color: #202020 !important;
	padding: 0 !important;
	overflow: visible !important;
}
[data-canvas=container]{
	background-color: #FFF !important;
	padding-top: 60px !important;
}
main{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.cd-top{
	bottom: 10px;
	right: 10px;
	font-size: 36px;
	z-index: 1000;
}
.cd-top i{
	color: #EF5713;
	transition:all 0.3s ease;
}
.cd-top i:hover{
	color: #FFC525;
}
img{
	border: 0px;
}
p{
	margin: 0 !important;
	padding: 0 !important;
}
a{
	transition: all 0.3s ease;	
}
a:hover,
a:focus{
	text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Montserrat-Light' !important;
	font-weight: inherit !important;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
	font-family: 'Montserrat-Semi-Bold' !important;
}
.modal{
	top: 60px !important;
	z-index: 99999999 !important;
}
.container-fluid{
	padding: 0 !important;
}
.remodal{
	max-width: 800px !important;
	text-align: left !important;
	padding: 20px !important;
}
.remodal.sm{
	max-width: 500px !important;
}
.remodal.xl{
	max-width: 95% !important;
	padding: 0 !important;
	background-color: transparent !important;
}
.remodal h2,
.remodal h3{
	margin-bottom: 20px !important;
	font-size: 22px;
	color: #003388;
}
.remodal-close{
	top: 3px !important;
	right: 3px !important;
	left: auto !important;
	font-size: 30px;
	outline: none !important;
}
.remodal.xl .remodal-close{
	top: -40px !important;
	right: -8px !important;
}
.remodal-close:hover{
	color: #EF5713 !important;
}
.remodal-close:before{
	content: "" !important;
}
.remodal-overlay{
    background: rgba(0, 0, 0, .9) !important;
}

/* Offcanvas Nav Styles */
#navMobile,
#navMobile .toggle,
#navMobile .logo{
	height: 60px;
}
#navMobile{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #EEEEEE;
	padding: 0 10px;
	box-shadow: 0 0 10px  rgba(0,0,0,.4);
	z-index: 1001;
}
#navMobile .toggle,
#navMobile .logo{
	display: table;
}
#navMobile .toggle > div,
#navMobile .logo > div{
	display: table-cell;
	vertical-align: middle;
}
#navMobile .logo{
	float: left;
}
#navMobile .logo img{
	width: 110px;
}
#navMobile .toggle{
	float: right;
	cursor: pointer;
}
#navMobile .toggle i{
	font-size: 44px;
	color: #EF5713;	
}
#sbNav{
	background-color: #EEEEEE;
	box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.5);	
	width: 300px;
    color: #323232;
}
#sbNav .logo{
	padding: 30px 0;
	text-align: center;
}
#sbNav .logo img{
	width: 220px;
}
#sbNav nav>div{
	border-top: 1px solid #C8C8C8;
}
#sbNav nav>div:last-child{
	border-bottom: 1px solid #C8C8C8;
}
#sbNav nav>div:nth-child(even){
	display: none;
}
#sbNav nav>div>a,
#sbNav nav .dropdown>a{
	display: block;
	padding: 10px 15px;
	font-family: 'Montserrat-Semi-Bold';
	font-size: 16px;
	color: #323232;
}
#sbNav nav>div>a:hover,
#sbNav nav>div>a:focus,
#sbNav nav .dropdown>a:hover,
#sbNav nav .dropdown>a:focus,
#sbNav nav>.dropdown.open>a{
	background-color: #FFF;
	color: #EF5713;
	box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.5);
}
#sbNav nav .dropdown>a i{
	float: right;
	position: relative;
	top: 4px;
	color: #323232;
	transition: all .3s ease;
}
#sbNav nav .dropdown>a:hover i,
#sbNav nav .dropdown>a:focus i,
#sbNav nav .dropdown.open>a i{
	color: #323232;
}
#sbNav nav .dropdown .dropdown-menu{
	position: relative;
	width: 100%;
	border: none;
	border-radius: 0;
	float: none;
	margin: 0;
	top: 0;
	padding: 0;
	background: rgb(0, 128, 181);
	background: -moz-linear-gradient(top,  rgba(0, 128, 181,1) 0%, rgba(0, 51, 136,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0, 128, 181,1) 0%,rgba(0, 51, 136,1) 100%);
	background: linear-gradient(to bottom,  rgba(0, 128, 181,1) 0%,rgba(0, 51, 136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080B5', endColorstr='#003388',GradientType=0 );
	box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.5);
}
#sbNav nav .dropdown .dropdown-menu .link{
	border-bottom: 1px solid #0080B5;
}
#sbNav nav .dropdown .dropdown-menu .link:last-child{
	border-bottom: none;
}
#sbNav nav .dropdown .dropdown-menu .link a{
	display: block;
	padding: 10px 15px;
	font-family: 'Montserrat-Semi-Bold';
	font-size: 14px;
	color: #FFF;
	text-transform :uppercase;
}
#sbNav nav .dropdown .dropdown-menu .link a:hover,
#sbNav nav .dropdown .dropdown-menu .link a:focus{
	background-color: #0080B5;
	color: #FFF;
	box-shadow: inset 5px 0 20px -5px rgba(0,0,0,.5);
}
#sbNav .doctors,
#sbNav .info,
#sbNav .phones{
	line-height: 1.6;
}
#sbNav .doctors{
	padding: 30px 15px 0;
}
#sbNav .info{
	padding: 30px 15px;
}
#sbNav .info .address{
	margin-bottom: 30px;
}
#sbNav .info .phones a{
	color: #323232;
}
#sbNav .info .phones span{
	margin: 0 3px;
}
#sbNav .items{
	padding: 0 15px 30px;
}
.items > .item{
	display: block;
	text-align: center;
}
#sbNav .items > .item{
	float: left;
	width: 50%;
}
.items > .item > div > span{
	display: block;
	width: auto;
}
#sbNav .items > .item:nth-child(2) > div > span:first-child{
	display: none;
}
#sbNav .items > .item:first-child,
#sbNav .items > .item:nth-child(2),
#sbNav .items > .item:nth-child(3),
#sbNav .items > .item:nth-child(4){
	margin-bottom: 20px;
}
.items > .item .fa-stack{
	font-size: 26px;
	margin-bottom: 7px;
}
#sbNav .items > .item .fa-stack{
	color: #003388;
}
.items > .item .fa-stack-1x{
	color: #FFF;
}
#sbNav .items .item > div > span:last-child{
	color: #323232;
}
.items .item .fa-facebook{
	position: relative;
	top: 1px;
}
/* End Offcanvas Nav Styles */
#rotator,
#rotator .image{
	position: relative;
	overflow: hidden;
	width: 100%;
}
#rotator .image .slide{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
#rotator .image .slide img{
	width: 100%;
	height: auto;
}
#rotator .image .content{
	padding: 45px 0;
	border-top: 4px solid #EF5713;
	border-bottom: 4px solid #EF5713;
	text-align: center;
}
#rotator .image .content .txt h3,
#rotator .image .content .txt > div:nth-child(2){
	line-height: 1;
	text-transform: uppercase;
}
#rotator .image .content .txt h3{
	font-family: 'Montserrat-Semi-Bold' !important;
	font-size: 26px;
	color: #003388;
}
#rotator .image .content .txt > div:nth-child(2){
	margin-top: 10px;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #FFF;
}
#rotator .image .content .txt .border{
	height: 3px;
	width: 100%;
	background-color: #EF5713;
	margin: 12px 0;
}
#rotator .image .content .btn{
	margin-top: 25px;
	padding: 10px 30px;
	font-size: 18px;
}
section.bg .heading,
#vnusProcedures{
	background: rgb(0, 128, 181);
	background: -moz-linear-gradient(top,  rgba(0, 128, 181,1) 0%, rgba(0, 51, 136,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0, 128, 181,1) 0%,rgba(0, 51, 136,1) 100%);
	background: linear-gradient(to bottom,  rgba(0, 128, 181,1) 0%,rgba(0, 51, 136,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080B5', endColorstr='#003388',GradientType=0 );
}
section.bg .heading{
	padding: 30px 0;
	color: #FFF;
	text-align: center;
}
section.bg .heading h1,
section.bg .heading h2,
#vnusProcedures .content .txt h3,
#patientTestimonials h3{
	font-size: 30px;
	line-height: 1;
}
section.bg .content{
	padding: 45px 0;
}
#servicesProcedures .content{
	background: url(../images/bg-services.jpg) no-repeat center;
	background-size: cover;
}
#servicesProcedures .content > div,
#homeText .content > div,
#vnusProcedures .content > div{
	padding: 0 15px;
}
#servicesProcedures .content > div > .btn{
	display: block;
	margin-bottom: 20px;
	padding: 25px 0;
	font-size: 18px;
}
#servicesProcedures .content > div > .btn:last-child{
	margin-bottom: 0;
}
#homeText .content .txt,
#vnusProcedures .content .txt{
	margin-bottom: 45px;
	text-align: center;
}
#homeText .content .txt .btn,
#pmdText .btn,
#vnusProcedures .content .txt .btn{
	padding: 12px 60px;
	font-size: 20px;
}
#homeText .content .txt > div:nth-child(2),
#pmdText > div:nth-child(2){
	margin-top: 20px;
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	color: #003388;
}
#homeText .content .txt > div:nth-child(2) span,
#pmdText > div:nth-child(2) span{
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: #EF5713;
	font-weight: 700;
}
#homeText .content .txt .btn,
#pmdText .btn{
	margin-top: 30px;
}
#homeText .content .doctors .cycle-slide{
	width: 100%;
}
#homeText .content .doctors .doc a{
	display: block;
	height: 320px;
	width: 280px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
#homeText .content .doctors .doc a .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 15px;
	background: rgba(0, 51, 136,.75);
	text-align: center;
	font-size: 14px;
	color: #FFF;
	line-height: 1;
	transition: all .3s ease;
}
#homeText .content .doctors .doc a .caption > div:first-child{
	font-family: 'Montserrat-Semi-Bold';
}
#homeText .content .doctors .doc a .caption > div:last-child{
	font-family: 'Montserrat-Italic';
	margin-top: 5px;
}
#vnusProcedures .content .txt{
	color: #FFF;
}
#vnusProcedures .content .txt > div:nth-child(2){
	margin: 15px 0 25px;
}
#vnusProcedures .content .image img{
	width: 100%;
}
#patientTestimonials{
	padding: 45px 0;
	background-color: #EEE;
}
#patientTestimonials h3{
	color: #003388;
}

/* FOOTER CSS */
footer{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
	background-color: #EEE;
	padding: 45px 0;
	text-align: center;
}
footer .logo{
	margin-bottom: 30px;
}
footer .logo img{
	width: 250px;
}
footer nav,
footer .items{
	margin: 30px 0;
}
footer nav{
	line-height: 1.2;
}
footer nav span{
	font-size: 10px;
	color: #EF5713;
	margin: 0 1px;
}
footer nav span a{
	color: #202020;
}
footer .info > div:first-child{
	margin-bottom: 30px;
}
footer .info{
	font-size: 14px;
}
footer .info > div:last-child > div > div > span:first-child{
	margin: 0 5px;
}
footer .info a,
footer .info > div:last-child > div > div > span:last-child{
	color: #003388;
}
footer .items > .item{
	float: left;
	width: 50%;
}
footer .items > .item:first-child > div > span:first-child{
	display: none;
}
footer .items > .item:first-child,
footer .items > .item:nth-child(2){
	margin-bottom: 20px;
}
footer .items > .item .fa-stack{
	color: #EF5713;
}
footer .items .item.green .fa-stack,
footer .items .item.green > div > span:last-child{
    color: #118C4F;
}
footer .built a,
footer .items .item > div > span:last-child,
footer .items .item > div > span:last-child{
	color: #202020;
}
footer .built{
	font-size: 10px;
}

/* INTERIOR CSS */
#intText{
	padding: 45px 0;
}
#intText.contact{
	padding: 45px 0 0;
}
#intText h1{
	font-size: 32px;
	color: #EF5713;
	line-height: 1;
	padding-bottom: 5px !important;
	margin-bottom: 15px !important;
}
.page-header{
	border-color: #DDD !important;
}
.navInt{
	margin-top: 45px;
}
.navInt .heading,
.navInt nav > div{
	border-bottom: 1px solid #DDD;
}
.navInt .heading{
	font-family: 'Montserrat-Semi-Bold';
	font-size: 24px;
	color: #003388;
	line-height: 1;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.navInt nav > div:last-child{
	border-bottom: none;
}
.navInt nav a{
	display: block;
	padding: 12px;
	font-family: 'Montserrat-Semi-Bold';
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.navInt nav a:last-child{
	border-bottom: none;
}
.navInt nav a:hover,
.navInt nav a:focus{
	background-color: #DDD;
	color: #202020;
}
#intRotator{
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
#intRotator,
#intRotator .slide,
#intRotator .prev,
#intRotator .next{
	height: 250px;	
}
#intRotator .slide{	
	width: 100%;	
	display: block;
	overflow: hidden;
	background: transparent url(../images/spinner.gif) no-repeat center center;
}
#intRotator .slide img{
	visibility: hidden;
}
#intRotator .slide .caption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.7);
	padding: 8px 5px;
	font-family: 'Cabin';
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
#intRotator .prev,
#intRotator .next{
	position: absolute;
	top: 0;
	width: 25px;
	background: rgba(29,29,28,.3);
	z-index: 998;
	display: table;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 998;
}
#intRotator .prev > div,
#intRotator .next > div{
	display: table-cell;
	vertical-align: middle;
}
#intRotator .prev{
	left: 0;
}
#intRotator .next{
	right: 0;
}
#intRotator .prev:hover,
#intRotator .next:hover{
	background: rgba(29,29,28,1);
}
.breadcrumb{
	border: none;
	background: rgb(0, 128, 181) !important;
	background: -moz-linear-gradient(top,  rgba(0, 128, 181,1) 0%, rgba(0, 51, 136,1) 100%) !important;
	background: -webkit-linear-gradient(top,  rgba(0, 128, 181,1) 0%,rgba(0, 51, 136,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(0, 128, 181,1) 0%,rgba(0, 51, 136,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080B5', endColorstr='#003388',GradientType=0 ) !important;
	font-family: 'Montserrat-Semi-Bold';
	font-size: 15px;
	text-transform: uppercase;
}
.breadcrumb a{
	color: #97CDDC;
}
.breadcrumb .active,
.breadcrumb a:hover,
.breadcrumb a:focus{
	color: #FFF !important;		
}
.multiItem{
	display: block;
	background-color: #EEE;
	margin-bottom: 25px;
	padding: 15px;
}
.multiItem:hover,
.multiItem:focus{
	background-color: #003388;
}
.multiItem .image{
	width: 100%;
	height: 225px;
	margin-bottom: 15px;
	background: url(../images/placeholder.jpg) no-repeat center center;
	display: block;
	overflow: hidden;
}
.multiItem .image img{
	visibility: hidden;
}
.multiItem .title{
	font-family: 'Montserrat-Semi-Bold';
	font-size: 22px;
	color: #003388;
	text-transform: uppercase;
	transition: all .3s ease;
}
.multiItem:hover .title,
.multiItem:focus .title{
	color: #FFF;
}

/* CONTACT CSS */
#map-canvas{
	width: 100%;
	height: 250px;
	margin-top: 30px;
}
#cpContent .info > div{
	margin-bottom: 15px;
}
#cpContent .info > div:last-child{
	margin-bottom: 0;
}
#cpContent .info{
	font-size: 18px;
}
#cpContent .info > div:first-child > div:first-child,
#cpContent .info > div:last-child > div:first-child{
	font-family: 'Montserrat-Bold';
	color: #EF5713;
}
#cpContent .info > div:nth-child(2) > div > span:first-child{
	margin: 0 5px;
}
#cpContent .info a,
#cpContent .info > div:nth-child(2) > div > span:last-child{
	color: #003388;
}

/* TEAM */
.wellCats{
	background-color: #003388;
	padding: 15px;
	margin-bottom: 30px;
}
.wellCats legend{
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 22px;
	color: #FFF;
	text-transform: uppercase;
	border-bottom: 1px solid #0080B5 !important;
	margin-bottom: 10px !important;
}
.wellCats > a{
	display: block;
	padding: 10px 15px;
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	border-bottom: 1px solid #0080B5;
}
.wellCats > a:hover,
.wellCats > a:focus{
	background-color: #0080B5;
	color: #FFF;
}
.wellCats > a:last-child{
	border-bottom: none;
}
.wellTeam{
	margin-bottom: 30px;
	padding: 15px;
	background-color: #EEE;
	cursor: pointer;
	transition: all 0.3s ease;
}
.wellTeam:hover,
.wellTeam:focus{
	background-color: #003388;
}
.wellTeam h3{
	margin-bottom: 10px !important;
	font-family: 'Montserrat-Semi-Bold' !important;
	font-size: 28px;
	color: #003388;
	width: 100%;
	transition: all 0.3s ease;
}
.wellTeam:hover h3,
.wellTeam:focus h3{
	color: #FFF;
}
.wellTeam .image{
	height: 250px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	background: url(../images/placeholder.jpg) no-repeat center center;
}
.wellTeam img{
	visibility: hidden;
}
.wellTeam .btn{
	font-size: 14px;
}
.dynamicModal h4{
	font-family: 'Montserrat-Semi-Bold' !important;
	font-size: 30px;
	color: #EF5713;
}
.dynamicModal img{
	margin-bottom: 15px;
}

/* FAQ CSS */
#faqList .faqItem{
	margin-bottom: 15px;
}
#faqList .faqItem:last-child{
	margin-bottom: 0;
}
.faqItem .question{
	font-family: 'Montserrat-Semi-Bold';
	font-size: 16px;
	color: #003388;
	border-bottom: 1px solid #DDD;
	margin-bottom: 7px;
	cursor: pointer;
	transition: all .3s ease;
}
.faqItem .question:hover,
.faqItem .question.click{
	color: #EF5713;
}

/* REVIEWS CSS */
.testSlide{
	width:100% !important;
}
.testPrev, .testNext{
	margin-top:-10px;
	font-size:26px !important;
	color:#003388;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.testPrev:hover, .testNext:hover{
	color:#0080B5;
}
.testTxt{
	font-size:16px;
	margin-bottom:15px;
}
.testTxt .bt-quote-left, .testTxt .bt-quote-right{
	color:#EF5713;
}
.testTxt .bt-quote-left{
	margin-right:10px;
}
.testTxt .bt-quote-right{
	margin-left:10px;
}
.testFt{
	font-family: 'Montserrat-Bold' !important;
	font-size:22px;
	color:#EF5713 !important;
}
.testFt img{
	margin-right:10px;
	width:100px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {
	
}

/* Phone (landscape) */
@media (min-width: 576px){
	.card-columns{
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
	
}

/* Tablet (portrait) */
@media(min-width:768px){
	.container{
		position: relative;
	}
	.modal{
		top: 0 !important;
	}
	.cd-top {
		font-size: 44px;
	}
	.remodal.xl{
		max-width: 90% !important;
	}
	.remodal h2,
	.remodal h3{
		font-size: 26px;
	}
	#rotator .image{
		border-bottom: 4px solid #EF5713;
	}
	#rotator .image .content{
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 0 0 30px;
		border-top: none;
		border-bottom: none;
		text-align: right;
		z-index: 997;
	}
	#rotator .image .content .txt{
		text-shadow: 1px 2px 8px rgba(0,0,0,.4);
	}
	#rotator .image .content .txt h3{
		font-size: 34px;
		color: #FFF;
	}
	#rotator .image .content .txt > div:nth-child(2){
		margin-top: 5px;
		font-size: 22px;
	}
	#rotator .image .content .txt .border,
	#rotator .image .content .btn{
		box-shadow: 1px 2px 8px rgba(0,0,0,.4);
	}
	#rotator .image .content .txt .border{
		width: 34%;
		margin: 10px 0 10px 66%;
	}
	#rotator .image .content .txt > div:last-child{
		width: 60%;
		margin-left: 40%;
	}
	#rotator .image .content .btn{
		margin-top: 15px;
		font-size: 16px;
	}
	#servicesProcedures .content > div,
	#vnusProcedures .content > div{
		padding: 0 30px;
	}
	#servicesProcedures .content > div > .btn{
		float: left;
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 20px;
		font-size: 15px;
	}
	#servicesProcedures .content > div > .btn:nth-child(3n){
		margin-right: 0;
	}
	#servicesProcedures .content > div > .btn:nth-child(n+7){
		margin-bottom: 0;
	}
	#servicesProcedures .content > div > .btn:nth-child(10){
		display: none;
	}
	#homeText .content .txt,
	#homeText .content .doctors,
	#vnusProcedures .content .txt,
	#vnusProcedures .content .image{
		float: left;
	}
    #homeText .content .txt,
    #homeText .content .doctors,
	#vnusProcedures .content .txt,
	#vnusProcedures .content .image{
		width: 50%;
	}
	#homeText .content .txt,
	#vnusProcedures .content .txt{
		margin-bottom: 0;
		text-align: right;
		padding-right: 15px;
	}
	#homeText .content .txt .btn,
	#pmdText .btn,
	#vnusProcedures .content .txt .btn{
		font-size: 18px;
	}
	#homeText .content .txt .btn,
	#pmdText .btn{
		margin-top: 30px;
	}
	#homeText .content .doctors,
	#vnusProcedures .content .image{
		padding-left: 15px;
	}
	#homeText .content .doctors .doc a{
		margin: 0;
	}
	#vnusProcedures .content .txt > div:nth-child(2){
		margin: 12px 0 20px;
	}
	
	/* FOOTER CSS */
	footer .logo{
		margin-bottom: 35px;
	}
	footer nav,
	footer .items{
		margin: 35px 0;
	}
	footer nav{
		line-height: 1;
	}
	footer nav span{
		font-size: 12px;
		margin: 0 3px;
	}
	footer .info > div:first-child{
		margin-bottom: 0;
	}
	footer .info{
		font-size: 0;
		line-height: 1.6;
	}
	footer .info > div{
		display: inline-block;
	}
	footer .info > div > div{
		font-size: 14px;
	}
	footer .info > div:first-child > div{
		text-align: right;
		padding-right: 15px;
		border-right: 1px solid #EF5713;
	}
	footer .info > div:last-child > div{
		text-align: left;
		padding-left: 15px;
		border-left: 1px solid #EF5713;
	}
	footer .info > div:last-child > div > div > span:first-child{
		margin: 0 5px;
	}
	footer .items > .item{
		float: none;
		width: auto;
		display: inline-block;
		margin: 0 20px;
	}
	footer .items > .item:first-child,
	footer .items > .item:nth-child(2){
		margin-bottom: 0;
	}
	footer .built{
		font-size: 11px;
	}
	footer .built span{
		margin: 0 1px;
	}
	
	/* INTERIOR CSS */
	#intText h1{
		font-size: 40px;
	}
	#servicesProcedures.int{
		position: absolute;
		bottom: 505px;
		left: 0;
		width: 100%;
	}
	.navInt{
		margin-top: 0;
	}
	.navInt .heading .sm{
		font-size: 80%;
	}
	.navInt nav a{
		padding: 8px;
		font-size: 13px;
	}
	#intRotator{
		margin-bottom: 0;
	}
	#intRotator,
	#intRotator .slide,
	#intRotator .prev,
	#intRotator .next{
		height: 200px;	
	}
	.multiItem{
		margin-bottom: 30px;
		padding: 12px;
	}
	.multiItem .image{
		height: 175px;
		margin-bottom: 12px;
	}
	.multiItem .title{
		display: table;
		height: 60px;
		font-size: 16px;
		line-height: 1.2;
	}
	.multiItem .title > div{
		display: table-cell;
		vertical-align: middle;
	}
	
	/* CONTACT CSS */
	#map-canvas{
		height: 300px;
	}
	
	/* TEAM */
	.wellCats{
		padding: 10px;
	}
	.wellCats legend{
		font-size: 18px;
		margin-bottom: 7px !important;
	}
	.wellCats > a{
		padding: 8px 10px;
		font-size: 11px;
	}
	.wellTeam h3{
		font-size: 20px;
		line-height:1;
		margin-bottom: 7px !important;
		display:table;
		height:60px;
	}
	.wellTeam h3 > div{
		display:table-cell;
		vertical-align:middle;
	}
	.wellTeam .image{
		height:200px;
		margin-bottom: 15px;
	}
	.wellTeam .btn{
		font-size:12px;
	}
	
	/* REVIEWS CSS */
	.testPrev, .testNext{
		font-size:32px !important;
		margin-top:0;
	}
	.testTxt{
		font-size:16px;
	}
	.testTxt .bt-quote-left{
		margin-right:15px;
	}
	.testTxt .bt-quote-right{
		margin-left:15px;
	}
	.testFt{
		font-size:24px;
	}
	.testFt img{
		margin-right:25px;
		width:150px;
	}
	
}

/* Tablet (landscape) */
@media(min-width:992px){
	body{
		font-size: 15px !important;
	}
	.remodal h2,
	.remodal h3{
		font-size: 30px;
	}
	#rotator .image .content{
		padding: 0 0 45px;
	}
	#rotator .image .content .txt h3{
		font-size: 42px;
	}
	#rotator .image .content .txt > div:nth-child(2){
		margin-top: 10px;
		font-size: 26px;
	}
	#rotator .image .content .txt .border{
		margin: 12px 0 12px 66%;
	}
	#rotator .image .content .btn{
		margin-top: 20px;
		padding: 12px 40px;
		font-size: 18px;
	}
	section.bg .heading{
		padding: 35px 0;
	}
	section.bg .heading h1,
	section.bg .heading h2,
	#vnusProcedures .content .txt h3,
	#patientTestimonials h3{
		font-size: 34px;
	}
	section.bg .content{
		padding: 55px 0;
	}
	#servicesProcedures .content > div > .btn{
		margin-bottom: 25px;
		padding: 30px 0;
		font-size: 18px;
	}
	#homeText .content > div{
		padding: 0 30px;
	}
	#homeText .content .txt,
	#vnusProcedures .content .txt{
		padding-right: 30px;
	}
	#homeText .content .txt .btn,
	#pmdText .btn,
	#vnusProcedures .content .txt .btn{
		font-size: 20px;
	}
	#homeText .content .txt > div:nth-child(2),
	#pmdText > div:nth-child(2){
		font-size: 18px;
	}
	#homeText .content .txt > div:nth-child(2) span,
	#pmdText > div:nth-child(2) span{
		font-size: 22px;
	}
	#homeText .content .doctors,
	#vnusProcedures .content .image{
		padding-left: 30px;
	}
	#homeText .content .doctors .doc a{
		height: 360px;
		width: 320px;
	}
	#homeText .content .doctors .doc a .caption{
		font-size: 16px;
	}
	#homeText .content .doctors .doc a .caption > div:last-child{
		margin-top: 7px;
	}
	#vnusProcedures .content .txt > div:nth-child(2){
		margin: 15px 0 25px;
	}
	#patientTestimonials{
		padding: 55px 0;
	}
	
	/* FOOTER CSS */
	footer{	
		padding: 55px 0;
	}
	
	/* INTERIOR CSS */
	#intText{
		padding: 55px 0;
	}
	#intText.contact{
		padding: 55px 0 0;
	}
	#intText h1{
		font-size: 50px;
		padding-bottom: 7px !important;
		margin-bottom: 20px !important;
	}
	#servicesProcedures.int{
		bottom: 527px;
	}
	.navInt .heading{
		font-size: 24px;
	}
	.navInt nav a{
		padding: 10px;
		font-size: 14px;
	}
	#intRotator,
	#intRotator .slide,
	#intRotator .prev,
	#intRotator .next{
		height: 250px;	
	}
	#intRotator .prev,
	#intRotator .next{
		width: 30px;
		font-size: 22px;
	}
	#intRotator .slide .caption{
		padding: 8px 10px;
	}
	.multiItem .image{
		height: 140px;
	}
	
	/* CONTACT CSS */
	#map-canvas{
		height: 325px;
	}
	#cpContent{
		height: 365px;
		border-left: 1px solid #DDD;
		padding-left: 30px;
	}
	
	/* TEAM */
	.wellCats{
		padding: 12px;
	}
	.wellCats legend{
		font-size: 24px;
	}
	.wellCats > a{
		padding: 8px 15px;
		font-size: 14px;
	}
	.wellTeam{
		padding:12px;
	}
	.dynamicModal h4{
		font-size:36px;		
	}
	
	/* FAQ CSS */
	.faqItem .question{
		font-size: 18px;
	}
	
	/* REVIEWS CSS */
	.testPrev, .testNext{
		font-size:40px !important;
	}
	.testTxt{
		font-size:18px;
	}
	.testFt{
		font-size:26px;
	}
	
}

/* Desktop */
@media(min-width:1200px){
	body{
		font-size: 16px !important;
	}
	[data-canvas=container]{
		padding-top: 200px !important;
	}
	.container{
		width: 1200px !important;
		padding: 0 !important;
	}
	.container-smooth{
		max-width: 1200px !important;
	}
	.cd-top {
		right: 20px;
		font-size: 50px;
	}
	.remodal{
		max-width: 900px !important;
		padding: 30px !important;
	}
	.remodal.xl{
		max-width: 75% !important;
	}
	.remodal h2,
	.remodal h3{
		font-size: 36px;
	}
	header,
	#navMain-sticky-wrapper,
	header .logo,
	header .doctors,
	header .items{
		position: absolute;
	}
	header,
	header .logo,
	header .doctors,
	header .items{
		top: 0;
	}
	header,
	#navMain-sticky-wrapper{
		width: 100%;
		z-index: 1002 !important;
	}
	header{
		height: 150px;
		background-color: #FFF;
		border-bottom: 5px solid #EF5713;
	}
	header .logo,
	header .doctors,
	header .items .item{
		display: table;
		height: 145px;
	}
	header .logo > div,
	header .doctors > div,
	header .items .item > div{
		display: table-cell;
		vertical-align: middle;
	}
	header .logo img{
		width: 300px;
	}
	header .doctors{
		left: 330px;
	}
	header .doctors > div > div,
	header .items .item > div > span:last-child{
		color: #003388;
	}
	header .doctors > div > div{
		border-left: 2px solid #EF5713;
		padding-left: 30px;
		font-size: 12px;
		line-height: 1.2;
	}
	header .items{
		right: 0;
	}
	header .items .item{
		float: left;
		margin-left: 50px;
	}
	header .items .item .fa-stack{
		color: #EF5713;
	}
	header .items .item.green .fa-stack,
	header .items .item.green > div > span:last-child{
		color: #118C4F;
	}
	.items a.item .fa-stack,
	.items a.item > div > span:last-child{
		transition: all .3s ease;
	}
	header .items a.item:hover .fa-stack,
	header .items a.item:focus .fa-stack,
	header .items a.item:hover > div > span:last-child,
	header .items a.item:focus > div > span:last-child{
		color: #FFC525;
	}
	#navMain-sticky-wrapper{
		top: 150px;
	}
	#navMain{
		height: 50px;
		background: rgb(0, 128, 181);
		background: -moz-linear-gradient(top,  rgba(0, 128, 181,1) 0%, rgba(0, 51, 136,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(0, 128, 181,1) 0%,rgba(0, 51, 136,1) 100%);
		background: linear-gradient(to bottom,  rgba(0, 128, 181,1) 0%,rgba(0, 51, 136,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080B5', endColorstr='#003388',GradientType=0 );
	}
	#navMain nav,
	#navMain .social{
		float: left;
	}
	#navMain nav{
		width: 85%;
	}
	#navMain .social{
		width: 15%;
		text-align: right;
	}
	#navMain nav > div,
	#navMain .social{
		line-height: 50px;
	}
	#navMain nav > div{
		display: inline-block;
		margin-right: 9px;
		font-family: 'Montserrat-Semi-Bold';
		font-size: 16px;
		transition: all .3s ease;
	}
	#navMain nav > div:last-child{
		margin-right: 0;
	}
	#navMain nav > div > a{
		color: #FFF;
		display: inline-block;
		position: relative;
		top: -1px;
	}		
	#navMain nav > div > a:hover,
	#navMain nav > div > a:focus,
	#navMain .dropdown:hover .dropdown-toggle,
	#navMain .dropdown:focus .dropdown-toggle{
		color: #FFC525;
	}
	#navMain nav > div:nth-child(even){
		position: relative;
		top: -1px;
		color: #EF5713;
	}
	#navMain nav > div > a .bt-angle-down{
		display: none !important;
	}
	#navMain .dropdown .dropdown-menu{
		display: block;
		visibility: hidden;
		transition: all .2s linear;
		opacity: 0;
		margin: 0;
		border-radius: 0;
		border: none;
		float: none;
		padding: 0;
		min-width: 280px;
		background-color: #EF5713 !important;
	}
	#navMain .dropdown:hover .dropdown-menu{
		opacity: 1;
		visibility: visible;
	}
	#navMain .dropdown .dropdown-menu .link{
		border-bottom: 1px solid #FFC525;
		line-height: 22px;
	}
	#navMain .dropdown .dropdown-menu .link:last-child{
		border-bottom: none;
	}
	#navMain .dropdown .dropdown-menu a{
		display: block;
		width: 100%;
		padding: 8px 15px;
		font-family: 'Montserrat-Semi-Bold';
		font-size: 14px;
		color: #FFF;
		text-transform: uppercase;
	}
	#navMain .dropdown .dropdown-menu a:hover,	
	#navMain .dropdown .dropdown-menu a:focus{
		background-color: #FFC525;
	}
	#navMain .social a > div > span:last-child{
		display: none;
	}
	#navMain .social a{
		font-family: 'Montserrat';
		font-size: 13px;
		color: #FFF;
	}
	#navMain .social .fa-stack{
		position: relative;
		top: -3px;
		margin-left: 10px;
	}
	#navMain .social a .fa-facebook{
		color: #003388;
	}
	#navMain .social a:hover,
	#navMain .social a:focus{
		color: #FFC525;
	}
	#rotator,
	#rotator .image{
		max-height: 750px;
		min-height: 400px;
	}
	#rotator .image .slide img{
		min-height: 400px;	
	}
	#rotator .image .content{
		padding: 0 0 65px;
	}
	#rotator .image .content .txt h3{
		font-size: 50px;
	}
	#rotator .image .content .txt > div:nth-child(2){
		margin-top: 12px;
		font-size: 32px;
	}
	#rotator .image .content .txt > div:last-child{
		font-size: 18px;
	}
	#rotator .image .content .txt .border{
		margin: 18px 0 18px 66%;
	}
	#rotator .image .content .btn{
		margin-top: 30px;
		padding: 15px 50px;
		font-size: 22px;
	}
	section.bg .heading{
		padding: 40px 0;
	}
	section.bg .heading h1,
	section.bg .heading h2,
	#vnusProcedures .content .txt h3,
	#patientTestimonials h3{
		font-size: 40px;
	}
	section.bg .content{
		padding: 65px 0;
	}
	#servicesProcedures .content > div{
		padding: 0 45px;
	}
	#servicesProcedures .content > div > .btn{
		margin-bottom: 30px;
		padding: 30px 0;
		font-size: 20px;
	}
	#homeText .content{
		width: 1200px;
		margin: 0 auto;
	}
	#homeText .content > div{
		padding: 0 30px;
	}
	#homeText .content .txt,
	#vnusProcedures .content .txt{
		padding-right: 35px;
	}
	#homeText .content .txt .btn,
	#pmdText .btn,
	#vnusProcedures .content .txt .btn{
		padding: 14px 80px;
		font-size: 22px;
	}
	#homeText .content .txt > div:nth-child(2),
	#pmdText > div:nth-child(2){
		font-size: 20px;
	}
	#homeText .content .txt > div:nth-child(2) span,
	#pmdText > div:nth-child(2) span{
		font-size: 24px;
	}
	#homeText .content .doctors,
	#vnusProcedures .content .image{
		padding-left: 35px;
	}
    #homeText .content .txt{
		width: calc(820px - 80px);
    }
    #homeText .content .doctors{
		width: calc(380px - 80px);
    }
	#homeText .content .doctors .doc a{
		height: 430px;
		width: 380px;
		margin: 0;
	}
	#homeText .content .doctors .doc a .caption{
		padding: 20px;
		font-size: 18px;
	}
	#homeText .content .doctors .doc a:hover .caption,
	#homeText .content .doctors .doc a:focus .caption{
		background: rgba(0, 51, 136,1);
	}
	#vnusProcedures .content .txt > div:nth-child(2){
		margin: 18px 0 30px;
	}
	#vnusProcedures .content .image img{
		width: 510px;
	}
	#patientTestimonials{
		padding: 65px 0;
	}
	
	/* FOOTER CSS */
	footer{	
		padding: 65px 0;
	}
	footer .logo img{
		width: 300px;
	}
	footer .logo{
		margin-bottom: 40px;
	}
	footer nav,
	footer .items{
		margin: 40px 0;
	}
	footer nav span{
		font-size: 14px;
		margin: 0 7px;
	}
	footer nav span a:hover,
	footer nav span a:focus{
		color: #EF5713;
	}
	footer .info{
		line-height: 1.8;
	}
	footer .info > div > div{
		font-size: 16px;
	}
	footer .info > div:first-child > div{
		padding-right: 20px;
	}
	footer .info > div:last-child > div{
		padding-left: 20px;
	}
	footer .info > div:last-child > div > div > span:first-child{
		margin: 0 7px;
	}
	footer .items > .item{
		margin: 0 25px;
	}
	footer .items a.item:hover .fa-stack,
	footer .items a.item:focus .fa-stack,
	footer .items a.item:hover > div > span:last-child,
	footer .items a.item:focus > div > span:last-child{
		color: #FFC525;
	}
	footer .built{
		font-size: 12px;
	}
	footer .built a:hover,
	footer .built a:focus{
		color: #FF9900;
	}
	footer .built span{
		margin: 0 3px;
	}
	
	/* INTERIOR CSS */
	#intText{
		padding: 65px 0;
	}
	#intText.contact{
		padding: 65px 0 0;
	}
	#intText h1{
		font-size: 62px;
		padding-bottom: 10px !important;
		margin-bottom: 25px !important;
	}
	#servicesProcedures.int{
		bottom: 609px;
	}
	.navInt{
		border-left: 1px solid #DDD;
		padding-left: 30px;
	}
	.navInt .heading{
		font-size: 28px;
		padding-bottom: 5px;
		margin-bottom: 12px;
	}
	.navInt .heading.small{
		font-size: 22px;
	}
	.navInt nav a{
		padding: 12px;
		font-size: 15.5px;
	}
	#intRotator,
	#intRotator .slide,
	#intRotator .prev,
	#intRotator .next{
		height: 300px;	
	}	
	#intRotator .prev,
	#intRotator .next{
		width: 35px;
		font-size: 26px;
		opacity: 0;
	}
	#intRotator:hover .prev,
	#intRotator:hover .next{
		opacity: 1;
	}
	#intRotator .slide{
		position: relative;
	}
	#intRotator .slide .viewMore{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		font-family: '';
		font-size: 22px;
		color: #FFF;
		padding-top: 133px;
		text-align: center;
		z-index: 999;
		opacity: 0;
		transition: all 0.3s ease;
	}
	#intRotator .slide:hover .viewMore{
		background: rgba(29,29,28,.7);
		opacity: 1;
		cursor: pointer;
	}
	#intRotator .slide .caption{
		padding: 8px 15px;
		font-size: 18px;
	}
	.multiItem{
		padding: 15px;
	}
	.multiItem .image{
		height: 185px;
		margin-bottom: 15px;
	}
	.multiItem .title{
		font-size: 22px;
		height: 80px;
	}
	
	/* CONTACT CSS */
	#map-canvas{
		height: 400px;
		margin-top: 45px;
	}
	
	/* TEAM */
	.wellCats{
		padding: 20px;
	}
	.wellCats legend{
		font-size: 30px;
		margin-bottom: 10px !important;
	}
	.wellCats > a{
		padding: 12px;
		font-size: 18px;
	}
	.wellTeam{
		padding:15px;
	}
	.wellTeam h3{
		margin-bottom: 12px !important;
		font-size:26px;
		height:70px;
	}
	.wellTeam .image{
		height:225px;
		margin-bottom: 25px;
	}
	.wellTeam .btn{
		font-size:16px;
	}
	.wellTeam:hover .btn:before,
	.wellTeam:focus .btn:before{
		opacity: 1;
	}
	.dynamicModal h4{
		font-size: 44px;		
	}
	
	/* FAQ CSS */
	#faqList .faqItem{
		margin-bottom: 20px;
	}
	.faqItem .question{
		font-size: 22px;
	}
	
	.btnMain:before,
	.btnBlue:before,
	.btnWhite:before,
	.btnGreen:before{
		content: "";
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		opacity: 0;
		transition: all .2s ease;
	}
	.btnMain:before,
	.btnWhite:before,
	.btnGreen:before{
		background: rgb(255, 197, 37) !important;
		background: -moz-linear-gradient(top,  rgba(255, 197, 37,1) 0%, rgba(255, 197, 37,1) 100%) !important;
		background: -webkit-linear-gradient(top,  rgba(255, 197, 37,1) 0%,rgba(255, 197, 37,1) 100%) !important;
		background: linear-gradient(to bottom,  rgba(255, 197, 37,1) 0%,rgba(255, 197, 37,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC525', endColorstr='#FFC525',GradientType=0 ) !important;
	}
	.btnBlue:before{
		background: rgb(0, 128, 181) !important;
		background: -moz-linear-gradient(top,  rgba(0, 128, 181,1) 0%, rgba(0, 128, 181,1) 100%) !important;
		background: -webkit-linear-gradient(top,  rgba(0, 128, 181,1) 0%,rgba(0, 128, 181,1) 100%) !important;
		background: linear-gradient(to bottom,  rgba(0, 128, 181,1) 0%,rgba(0, 128, 181,1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080B5', endColorstr='#0080B5',GradientType=0 ) !important;
	}
	.btnMain:hover:before,
	.btnMain:focus:before,
	.btnBlue:hover:before,
	.btnBlue:focus:before,
	.btnWhite:hover:before,
	.btnWhite:focus:before,
	.btnGreen:hover:before,
	.btnGreen:focus:before{
		opacity: 1;
	}
	.btnMain span,
	.btnBlue span,
	.btnWhite span,
	.btnGreen span{
		z-index: 3;
	}
	
	/* REVIEWS CSS */
	.testPrev, .testNext{
		font-size:50px !important;
	}
	.testTxt .bt-quote-left{
		margin-right:20px;
	}
	.testTxt .bt-quote-right{
		margin-left:20px;
	}
	.testFt img{
		margin-right:30px;
		width:200px;
	}
	
}


@media(min-width:1400px){
	#servicesProcedures .content > div > .btn{
		width: 18.5%;
		margin-bottom: 25px;
		font-size: 16px;
	}
	#servicesProcedures .content > div > .btn,
	#servicesProcedures .content > div > .btn:nth-child(3n){
		margin-right: 1.875%;
	}
	#servicesProcedures .content > div > .btn:nth-child(5n){
		margin-right: 0;
	}
	#servicesProcedures .content > div > .btn:nth-child(n+5){
		margin-bottom: 0;
	}
	#servicesProcedures .content > div > .btn:nth-child(10){
		display: block;
	}
	
}

@media(min-width:1650px){
	section.bg .heading h1,
	section.bg .heading h2,
	#vnusProcedures .content .txt h3,
	#patientTestimonials h3{
		font-size: 44px;
	}
	#servicesProcedures .content > div{
		padding: 0 65px;
	}
	#servicesProcedures .content > div > .btn{
		margin-bottom: 30px;
		padding: 35px 0;
		font-size: 18px;
	}
	
}

@media(min-width:1900px){
	section.bg .heading h1,
	section.bg .heading h2,
	#vnusProcedures .content .txt h3,
	#patientTestimonials h3{
		font-size: 48px;
	}
	#servicesProcedures .content > div > .btn{
		margin-bottom: 35px;
		padding: 40px 0;
		font-size: 21px;
	}
	
}

@media (min-width: 0) {
  .navbar-toggle {
    display: block; /* force showing the toggle */
  }
}

/********************************************************** Helper Classes ******************************************************************/
.b5{
	margin-bottom: 5px !important;
}
.b10{
	margin-bottom: 10px !important;
}
.b15{
	margin-bottom: 15px !important;
}
.b20{
	margin-bottom: 20px !important;
}
.b25{
	margin-bottom: 25px !important;
}
.b30{
	margin-bottom: 30px !important;
}
.b45{
	margin-bottom: 45px !important;
}
.lastRight{
	margin-right: 0 !important;
}
.hrGray{
	border-color: #DDD !important;
}
.modal-backdrop{
	opacity: .5 !important;
}
.modal-open{
	padding-right: 0 !important;
}
.jumbotron{
	margin-bottom: 0 !important;
}
.posRel{
	position: relative;
}
b,
strong,
th{
	font-family: 'Montserrat-Bold' !important;
}
input,
textarea,
select{
	border: 1px solid #DDD !important;
	color: #333 !important;
	background-color: #FFF !important;
}
input[type="checkbox"] + span,
input[type="checkbox"] + label + span,
input[type="radio"]+ span{
	cursor: pointer;
}
input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label + span,
input[type="radio"]:checked + span{
    color: #EF5713 !important;
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group{
	margin-left: 0 !important; 
}
label{
	font-family: 'Montserrat-Bold' !important;
	font-weight: inherit !important;
}
.asterisk,
label.error{
	color: #BF171A !important;		
}
label.error{
	position: absolute;
	font-family: 'Montserrat-Medium' !important;
	font-size: 11px !important;
	margin: 1px 0 0 !important;
}
.checkbox,
.checkbox-inline,
.radio,
.radio-inline{
	position: relative;
}
.checkbox label,
.checkbox-inline label,
.radio label,
.radio-inline label{
	position: relative;
	font-family: 'Montserrat' !important;
}
.checkbox label.error,
.checkbox-inline label.error,
.radio label.error,
.radio-inline label.error{
	position: absolute;
	left: 0;
	top: 20px;
	min-width: 150px;
	font-size: 9px !important;
}
.input-group label.error{
	top: 34px;
	left: 0;
}
#hiddenRecaptcha-error{
	top: 56px;
}
.form-control::-moz-placeholder{
 	color: #DDD !important;
}
.form-control:-ms-input-placeholder{
 	color: #DDD !important;
}
.form-control::-webkit-input-placeholder{
  	color: #DDD !important;
}
.btn,
.panel,
.panel-heading,
.panel-body,
.well,
.alert,
.breadcrumb,
input,
textarea,
select,
.thumbnail,
.modal-content,
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child,
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{
	border-radius: 0 !important;
}
.list-group-item-action:hover,
.list-group-item-action:focus{
	background-color: #d6d6d6 !important;
}
.btn,
.btn span{
	position: relative;
}
.btn{
	font-family: 'Montserrat-Semi-Bold' !important;
	transition: all 0.3s ease;
	border: none !important;
	z-index: 1;
}
.btn:focus{
	outline: none !important;
}
.btnMain,
.btnBlue,
.btnGreen{
	color: #FFF !important;
}
.btnMain{
	background: rgb(239, 87, 19) !important;
	background: -moz-linear-gradient(top,  rgba(239, 87, 19,1) 0%, rgba(239, 87, 19,1) 100%) !important;
	background: -webkit-linear-gradient(top,  rgba(239, 87, 19,1) 0%,rgba(239, 87, 19,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(239, 87, 19,1) 0%,rgba(239, 87, 19,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF5713', endColorstr='#EF5713',GradientType=0 ) !important;
}
.btnBlue{
	background: rgb(0, 51, 136) !important;
	background: -moz-linear-gradient(top,  rgba(0, 51, 136,1) 0%, rgba(0, 51, 136,1) 100%) !important;
	background: -webkit-linear-gradient(top,  rgba(0, 51, 136,1) 0%,rgba(0, 51, 136,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(0, 51, 136,1) 0%,rgba(0, 51, 136,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003388', endColorstr='#003388',GradientType=0 ) !important;
}
.btnGreen{
	background: rgba(17, 140, 79, 1) !important;
}
.btnWhite{
	color: #EF5713 !important;
	background: rgb(255,255,255) !important;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%) !important;
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ) !important;
}
.btnWhite:hover,
.btnWhite:focus{
	color: #FFF !important;
}
::selection{
	background: #EF5713;
	color: #FFF;
}
::-moz-selection{
	background: #EF5713;
	color: #FFF;
}
::-webkit-selection{
	background: #EF5713;
	color: #FFF;
}
.googleCaptcha{
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
	transform-origin: 0 0 !important;
	-webkit-transform-origin: 0 0 !important;
}
.grecaptcha-badge{
	z-index: 1999;
	visibility: hidden;
}
.slick-slide,
.slick-slide a{
	outline: none !important;
}
.text-reg{
	font-family: 'Montserrat' !important;
}
.hideIt{
	display: none;
}
.checkBox,
.radioItem{
	margin-bottom: 10px;
	position: relative;
}
.checkBox label,
.radioItem label{
	cursor: pointer;
	margin-bottom: 0 !important;
}
.checkBox label.error,
.radioItem label.error{
	top: 30px;
	left: 0;
	text-wrap: nowrap;
}
.checkBox.top label.error,
.radioItem.top label.error{
	top: -15px;
}
.input-group label.error {
	top: 34px;
	left: 0;
}
.checkBox label span:last-child,
.radioItem label span:last-child{
	position: relative;
	top: -3px;
}
.checkBox .bt-stack,
.radioItem .bt-stack{
	font-size: 26px !important;
	color: #EF5713;
	width: auto;
	margin-right: 3px;
}
.checkBox input[type="checkbox"],
.radioItem input[type="radio"]{
	display: none;
}
.checkBox input[type="checkbox"] + label .bt-checkbox-checked,
.radioItem input[type="radio"] + label .bt-radio-checked,
.checkBox input[type="checkbox"] + label + label .bt-checkbox-checked,
.radioItem input[type="radio"] + label + label .bt-radio-checked{
	display: none;
}
.checkBox input[type="checkbox"]:checked + label .bt-checkbox-checked,
.checkBox input[type="checkbox"]:checked + label span:last-child,
.radioItem input[type="radio"]:checked + label .bt-radio-checked,
.radioItem input[type="radio"]:checked + label span:last-child,
.checkBox input[type="checkbox"]:checked + label + label .bt-checkbox-checked,
.checkBox input[type="checkbox"]:checked + label + label span:last-child,
.radioItem input[type="radio"]:checked + label + label .bt-radio-checked,
.radioItem input[type="radio"]:checked + label + label span:last-child{
	display: inline;
	color: #EF5713;
}
.checkBox input[type="checkbox"]:checked + label .bt-checkbox-unchecked,
.radioItem input[type="radio"]:checked + label .bt-radio-unchecked,
.checkBox input[type="checkbox"]:checked + label + label .bt-checkbox-unchecked,
.radioItem input[type="radio"]:checked + label + label .bt-radio-unchecked{
	display: none;
}
.inline{
	display: inline-block;
}
.checkBox.inline,
.radioItem.inline{
	margin-right: 15px;
}

@media(min-width:768px) {
	.checkBox.inline,
	.radioItem.inline {
		margin-right: 0;
		margin-left: 15px;
	}

	.checkBox.inline.first,
	.radioItem.inline.first {
		margin-left: 0;
	}
}

/**   
#003388 - blue
#0080B5 - light blue
#EF5713 - orange
#FFC525 - light orange

rgba(0, 51, 136, 1) - blue
rgba(0, 128, 181, 1) - light blue
rgba(239, 87, 19, 1) - orange
rgba(255, 197, 37, 1) - light orange
**/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#FFC525+0,f47521+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0080B5+0,018baf+100 */