@font-face {
    font-family: 'belleroselight';
    src: url('../fonts/bellerose-webfont.eot');
    src: url('../fonts/bellerose-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bellerose-webfont.woff2') format('woff2'),
         url('../fonts/bellerose-webfont.woff') format('woff'),
         url('../fonts/bellerose-webfont.ttf') format('truetype'),
         url('../fonts/bellerose-webfont.svg#belleroselight') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*----------------------------------------*/
/*  1.  Base Css For All Content
/*----------------------------------------*/
html, body {height: 100%;}
.fl {float:left}
.fr {float:right}
a:focus {outline:0px solid; text-decoration: none;}
img {max-width:100%;height:auto}
.fix {overflow:hidden}

h1, h2, h3, h4, h5, h6 {
    color: #546e7a;
 
    letter-spacing: 1.5px;
    line-height: 1.35;
    margin: 0 0 5px;
}
a {transition: all 0.3s ease 0s;text-decoration:none;color:#546e7a}
a:hover {
  color: #546e7a;
  text-decoration: none;
}
a:active, a:hover {
    outline: 0 none;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0
}


body {color:#546e7a; font-size: 14px; font-family: 'Open Sans', sans-serif;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;overflow-x:hidden;font-weight: 300;}

::selection
{
color:#FFFFFF;background: #79bfc8  ;
}
::-moz-selection
{
color:#FFFFFF;background: #79bfc8 ;
}
.clear{clear:both}


/*----------------------------------------*/
/*  Home Page
/*----------------------------------------*/
.myNav{z-index: 9999;position: relative; -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;background:#FFFFFF;font-family: 'Fira Sans', sans-serif;}
.tpLinkSection{border-bottom:#11c3d4 solid 3px;color: #546e7a;}

.navFixed{width: 100%;position: fixed; top:0;z-index:300; left:0px; background:#fff ;-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);/* -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;*/}
.socialContainer{float: right;}
.social{margin:9px 0 9px;display:inline-block}
.bookApointment{display: inline-block;}
.bookApointment a{background:#79bfc8;display: block;padding: 20px;color: #fff;transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;}
.bookApointment a:hover{background: #11c3d4;}
.social ul{ display:inline-block;}
.social ul li{display:inline-block;margin:0px 5px ; font-size: 16px;}
.social ul li a{ color:#546e7a;transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;-webkit-border-radius: 50%;
-moz-border-radius:50% ;
border-radius:50% ;background-color: transparent; width: 30px;height: 30px;line-height: 30px;display: block;text-align: center;}

.social ul li a:hover{background-color: #11c3d4;color: #fff;}

.topLine{margin-top: 19px;}

.logSection{margin:0;}





/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;top: 7px;
	margin: 0px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 50px;
}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}



p{ line-height:22px;}


.tpPhone{color: #546e7a;float:  right;margin-top: 20px;}
.tpPhone i{float: left;font-size: 58px;margin-right: 10px;}
.tpPhone .dc{float: left;}
.tpPhone span{display: block !important;}
.tpPhone .sm{font-size: 12px;line-height:15px;}
.tpPhone .b{font-size: 24px;font-weight: 700;}
.tpNav{float: left;}
.tpNav span{display: none; }

/*.navFixed{width: 100%;position: fixed; top:0;z-index:300; left:0px; background:#e7e7e7;-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
	        box-shadow: 0 8px 6px -6px rgsba(0,0,0,.5); -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;}


.navFixed .logo{ margin: 0;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;}
.navFixed .right-only:before {
      width: 0px;
	   display: none;
    }
.navFixed .rw, .navFixed .lw{ margin-top: 20px;}
.navFixed img{width: 50%; height:auto;margin: 0; max-width:50%;}*/
	
.tpNav .navbar {margin-bottom: 0; padding: 0; border:none; background:none; font-size: 14px; text-transform: uppercase;}	
.tpNav .navbar .icon{display: block;color: #fff;}

.tpNav .navbar-nav > li{margin-right: 12px;text-align: center;}
.tpNav .navbar-nav > li:last-child{margin-right: 0;}
.tpNav .navbar-nav > li > a{ font-size: 14px; color: #546e7a; font-weight: 400;padding:21px 23px 31px; -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
	
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;text-transform: uppercase;}




.tpNav .nav > li > a:hover,
.tpNav .nav > li > a:focus, .tpNav .nav > li.active a {
  text-decoration: none;color: #fff;
  background-color:#11c3d4;
}





.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
 background-color:#11c3d4;
}





.tpNav .dropdown-menu {
    background-clip: padding-box;
  /*  background-color: #d7333c;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/background-color:transparent; box-shadow:none;
    border: none;
    border-radius: 4px;
    
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 10px 0px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index:99999;
}



.tpNav .dropdown-menu > li{ position: relative;  background-color:#11c3d4;padding: 1px 7px;}
.tpNav .dropdown-menu > li:last-child{padding-bottom: 20px;}
.tpNav .dropdown-menu > li:first-child{padding-top: 20px;}
.tpNav .dropdown-menu > li:first-child:before{top:27px;}
.tpNav .dropdown-menu > li:last-child a{border:none; box-shadow:none;}
.tpNav .dropdown-menu > li:before{ position: absolute; left: 15px;top:7px; content:"\f105";font-family: 'FontAwesome';color: #fff; font-size: 14px;}

.tpNav .dropdown-menu > li > a {
    clear: both;
    color: #fff; font-size: 14px;text-transform: none;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 20px; 
    white-space: nowrap;transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-box-shadow:0px 2px 1px #12a9b7;
 -moz-box-shadow:0px 2px 1px #12a9b7;
 box-shadow:0px 2px 0px #12a9b7;
 border-bottom:#3bdae9 solid 1px;
}
.tpNav .dropdown-menu > li > a:hover, .headerOuter .dropdown-menu > li > a:focus {
    background-color: #12a9b7;
    color: #FFFFFF;
    text-decoration: none;
}

.headerOuter .navbar-collapse {
  
    padding-left: 0px;
    padding-right: 0px;
}
.headerOuter .navbar-default .navbar-toggle {
    border-color: #ddd; background-color:#000000;}



.hide {
  display: none;
}
.signupSection{background:url(../images/services-rbg.jpg) top right no-repeat;padding: 50px 0;}
.pageheading{text-align: center;}
.pageheading span{font-weight: 700;text-transform: uppercase;color: #005dab;padding-bottom: 5px;}
.pageheading .h1{font-size:34px;font-weight: 700;color: #51616b;padding-bottom: 20px;text-transform: uppercase;background:url(../images/headingbg.jpg) no-repeat center bottom;margin: 0;font-family: 'Fira Sans', sans-serif;margin-bottom: 30px;}

.welcomeSec{padding-top: 50px;text-align: center;}
.welcomeSec .welcomeContainer{margin: 50px 0;text-align: left;}
.welcomeContainer img{-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);border:#b2b2b2 solid 1px;}

.welcomeContainer .thumHeading{color: #11c3d4;font-size: 16px;font-family: 'Fira Sans', sans-serif;font-weight: 700;padding-bottom: 6px;}

.more a{background:#79bfc8 ;padding:15px 19px;color: #FFFFFF;text-transform: uppercase;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;margin-bottom: 50px; display: inline-block;}
.more a:hover{background:#11c3d4;}

.homeServices{background:#fbfcfe;padding: 50px 0 0;}
.homeServices img{ vertical-align:bottom}
.homeServices ul li{border-bottom:#ebebeb solid 1px;}

.homeServices ul li a{ color: #546e7a;padding: 13px 0;display: block;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;position: relative;padding-left:25px;}
.homeServices ul li a:before{content:"\f046";font-family: 'FontAwesome';position: absolute;left: 0;top:auto;}
.homeServices ul li a:hover{color: #12c3d3;}


.clinicLocations{padding: 50px 0;}
.hMapThumb{background:#fafafa;border-left:#11c3d4 solid 3px;padding-bottom: 30px;}
.hMapThumb .imgContainer{margin-bottom: 30px;}
.hMapThumb .txtContainer{padding-left: 20px;padding-bottom: 15px;}
.hMapThumb .txtContainer .h2{color: #19a4c6;font-size: 16px;font-family: 'Fira Sans', sans-serif;font-weight: 700;}
.hMapThumb .readmore a{color: #11c3d4;}

 #owl-demo .item{
        margin: 15px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }


.makeAppointment{background:url(../images/form-bg.jpg) no-repeat center top;padding: 50px 0;}
.makeAppointment form{margin-top: 20px;}
.makeAppointment input[type="text"], .makeAppointment input[type="email"]{width: 100%;  border-style: solid;
  border-width: 1px;
  border-color: rgb(216, 221, 227);
  background-color: rgb(255, 255, 255);height: 40px;margin-bottom: 15px;padding-left: 5px;}

.makeAppointment .btn{background:#11c3d4; color: #fff;-webkit-border-radius: 0px;
-moz-border-radius: 0px ;
border-radius:  0px;}
.makeAppointment textarea{width: 100%;padding-left: 5px; border-style: solid;
  border-width: 1px;
  border-color: rgb(216, 221, 227);
  background-color: rgb(255, 255, 255);margin-bottom: 15px;}


.footer{background:#1b2021;padding: 20px 0;}
.footer p{color: #888888;}
.footer .footerHeading{padding-top: 20px;padding-bottom: 10px;color: #FFFFFF;position: relative;margin-bottom: 30px;font-size: 18px;text-transform: uppercase;font-family: 'Fira Sans', sans-serif;font-weight: 400;}
.footer .footerHeading:after{width: 42px;height: 2px;background:#11c3f0;left: 0;bottom: 0;content:"";position: absolute;}
.footer .cName{font-size: 18px;color: #fff;padding-bottom:3px;}
.footer .pobox{color: #FFFFFF;font-size: 15px;}
.footer .fRow{margin-top: 10px;font-size: 13px;color: #a5a5a5;}
.footer .fRow i{width: 21px;color: #fff;}
.footer .fRow a{color: #a5a5a5;}
.footer .fRow a:hover{color: #d52b34;}
.footer .fMap{width: 100%;}
.footer .fMap img{width: 100%;}
.footer .fMap iframe{width: 100%;min-height: 172px;}
.fSocial{margin-top:5px;font-size: 27px;}
.fSocial ul li{color: #3b5267;margin-right: 13px;float: left;}
.fSocial ul li a{color: #888888;}
.fSocial ul li a:hover{color: #11c3f0;}


.footer .copyrightSection{background:#141717;color: #888888;padding: 15px 0;margin-top: 25px;font-size: 13px;}
.footer .copyrightSection span a{color: #888888;}

.fLinks{margin: 0;}

.fLinks ul li{position: relative;font-size: 13px;}
.fLinks ul li a{color: #a5a5a5;padding: 8px 0 8px 12px;display: block;}
.fLinks ul li:before{ position: absolute; left: 0px;top:9px; content:"\f105";font-family: 'FontAwesome';color: #fff; font-size: 14px;}

.fLinks ul li a:hover{background:#11c3f0;color: #FFFFFF;padding-left: 25px;}





.navbar-brand {height: inherit;}
.navbar-toggle { margin-top: 35px;}
















/*-------------------Go to top---------------------*/


#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/top.png) no-repeat left top;z-index: 999;
}

#toTopHover {
	background:url(../img/top.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}







/*----------------------------------------*/
/* About Page
/*----------------------------------------*/
.aboutTxt{text-align: left;}
.pHeading{    font-size: 24px;
    font-weight: 700;
    color: #51616b;
    padding-bottom: 15px;
  
    font-family: 'Fira Sans', sans-serif;
  }

.aboutTxt img{float: right;margin-left: 15px;margin-bottom: 30px;
-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);border:#b2b2b2 solid 1px;}
			
.innerAbout ul{margin: 15px 0 10px;}
.innerAbout ul li{margin-bottom: 5px;position: relative;}
.innerAbout ul li:before{font-size: 14px;content: '\f105';font-family: 'FontAwesome';padding-right: 10px;padding-left: 15px;}

/*contact Page=====================================================================================================*/

.contact{margin:20px 0; position:relative;}

.contact .map{ }
.contact .map ifram{ width:90%;height: 400px;}
.contact .map img{ width:100%;}
.contact .address{  background:#FFF;}

.contact .inner{ border:#e7e7e7 solid 1px; padding:20px;}
.contact .inner h2{font-size: 14px;color: #51616b;
                   font-weight: 700;
                   margin-bottom: 5px;text-transform: uppercase;}
.contact .log{ margin-bottom:40px; display:block;}
.inner .aRow{ margin:10px 0 0;}
.inner .aRow .lt{  float:left; color: #51616b; font-size:17px;width: 25px;}
.inner .aRow .rt{ float:left;max-width: 92%;}
.inner .aRowOuter{ width:50%; float:left;}
.inner .aRowOuter .lt{width: 25px;}
.mapOuter{ margin-bottom:40px;}



.sitemap,
.sitemap ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0
}

.sitemap ul {
    margin: 0 0 0 15px
}

.sitemap li,
.sitemap .li {
    overflow: hidden;
    position: relative;margin-bottom: 10px;
}

.sitemap li:after,
.sitemap .li:after {
    content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
    display: inline-block;
    font-size: .9em;
    line-height: 40px;
    margin: -6px 0 0 0;
    pointer-events: none;
    position: absolute
}

.sitemap a {
    background: #fff;
    color: #1e1e1e;
    font-size: 12px;
    line-height: 1;
    padding: 0 5px 0 12px;
    position: relative;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.sitemap a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.sitemap a:before {
	font-family: 'FontAwesome';
    content: "\f105";
    display: block;
    line-height: 12px;
    left: 0;
    position: absolute;
    top: 2px
}



/*--------------------------------------------------<dropdown>===================================================*/

/*--------------------------------------------------<end css here>===================================================*/



@media (min-width: 1025px) and (max-width: 1170px) {
.tpNav .navbar-nav > li {
    margin-right: 1px;
}
.tpNav .navbar-nav > li > a {font-size: 12px;}
.logSection {background: rgba(0, 0, 0, 0) url("../images/tlogo-c.png") no-repeat scroll -76px top;}
.logSection .logo {
    margin-bottom: 13px;
    margin-top: 35px;
}

.tpNav {
    margin: 50px 0 0 8px;
}


/*end*/	}


@media (min-width: 981px) and (max-width: 1024px) {
.tpNav .navbar-nav > li {
    margin-right: 1px;
}
.tpNav .navbar-nav > li > a {font-size: 12px;}

.logSection .logo {
    margin-bottom: 13px;
    margin-top: 35px;
}

.tpNav {
    margin: 0px;
}
.tpNav .dropdown-menu {padding: 6px 0 0;}



/*end*/	}


@media (min-width: 768px) and (max-width: 980px) {
.navFixed{position: static;}
.tpNav {
    margin: 8px 0 0 8px;float: none;
}

.navbar-toggle {
    margin-top: 4px;
}


/*-------------------start---------------------*/
.tpNav .navbar-nav > li > a {font-size: 12px;}


.tpNav {
    margin: 10px 0 0 8px;
}
.tpNav .dropdown-menu {padding: 6px 0 0;}


.navFixed{position: static;}
.navbar-brand img {
    width: 64%;
}
.aImgFrame .overImg {
    position: absolute;
    right: -8px;
    top: 37px;
    width: 84%;
}

.tpNav .navbar-nav > li {
    margin-right: 0px;
    margin-bottom: 10px;
}


/*end*/	}


@media (min-width: 768px) and (max-width: 800px) {
	}



@media (max-width: 767px) {
	body{padding-top: 0;}


.navbar-brand{ max-width:80%;}
.tpNav {
    margin: 8px 0 0 8px;float: none;
}

.tpNav .navbar-nav > li {
    margin-right: 0px;
    margin-bottom: 10px;
}
.welcomeContainer .thumHeading {
    padding-top: 30px;}
	.homeServices img {margin: 15px 0;}

/*end*/	}





@media (max-width: 480px) {
	

/*end*/	}


@media (max-width: 360px) {
	
	
	.navbar-brand {
    max-width: 76%;
}

.navbar-toggle {
    margin-top: 23px;
}
	
	}








@media (max-width: 991px) {
	.tpNav span{display: block; }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
}
.tpNav .dropdown-menu > li{ position: relative; background-color: #22313e;padding: 1px 7px;}
.tpNav .dropdown-menu > li > a {
    clear: both;
    color: #fff; font-size: 14px;text-transform: none;
	-webkit-box-shadow:0px 2px 1px #3b5267;
 -moz-box-shadow:0px 2px 1px #3b5267;
 box-shadow:0px 2px 0px #3b5267;
 border-bottom:#141e27 solid 1px;
}



}

.fLinks ul li a {transition: all 0.5s ease 0s;}
.fSocial ul li a {
transition: all 0.5s ease 0s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(3, 169, 244, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(3, 169, 244, 0.6);
  outline: 0 none;
}



