/*Fonts*/

@font-face {
    font-family: 'SuisseWorks';
    src: url('../fonts/SuisseWorksPSMT.eot');
    src: url('../fonts/SuisseWorksPSMT.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SuisseWorksPSMT.woff2') format('woff2'),
         url('../fonts/SuisseWorksPSMT.woff') format('woff'),
         url('../fonts/SuisseWorksPSMT.ttf') format('truetype'),
         url('../fonts/SuisseWorksPSMT.svg#SuisseWorks') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SuisseWorks';
    src: url('../fonts/Chapaza-Regular.eot');
    src: url('../fonts/Chapaza-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Chapaza-Regular.woff2') format('woff2'),
         url('../fonts/Chapaza-Regular.woff') format('woff'),
         url('../fonts/Chapaza-Regular.ttf') format('truetype'),
         url('../fonts/Chapaza-Regular.svg#SuisseWorks') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'SuisseWorks';
  src: url('../fonts/SuisseWorks.eot');
  src: url('../fonts/SuisseWorks.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SuisseWorks.svg#SuisseWorks') format('svg'),
       url('../fonts/SuisseWorks.ttf') format('truetype'),
       url('../fonts/SuisseWorks.woff') format('woff'),
       url('../fonts/SuisseWorks.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'SuisseIntl-Regular';
  src: url('../fonts/SuisseIntl-Regular.eot');
  src: url('../fonts/SuisseIntl-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SuisseIntl-Regular.svg#SuisseIntl-Regular') format('svg'),
       url('../fonts/SuisseIntl-Regular.ttf') format('truetype'),
       url('../fonts/SuisseIntl-Regular.woff') format('woff'),
       url('../fonts/SuisseIntl-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}




/**/
*{ padding:0; margin:0; outline:none}
body {
	font-size:11px;
	font-family: 'SuisseWorks';
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
    margin: 0px 0px 0px 171px;
}


p {
	font-size: 16px;
	font-family: 'SuisseWorks';
	line-height: 26px;
	color: #000;
	margin-bottom: 30px;
}

a {
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
}
	a:hover {
		text-decoration:none;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;text-transform: uppercase;
}

h1 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 44px;
    letter-spacing: 4px;
    line-height: 120px;
    font-family: 'SuisseWorks';
    color: #fff;
}

h2 {
}

h3 {
	font-size: 58px;
	font-family: 'SuisseWorks';
	line-height: 66px;
	color: #fff;
	display: inline-block;
	margin: 0 15px;
}

h4 {
}

h5 {
    font-size: 18px;
    font-family: 'SuisseWorks';
    line-height: 27px;
	color: #fff;	margin: 0px;
	padding: 0px;
}

h7 {
    font-size: 18px;
    font-family: 'SuisseWorks';
    line-height: 27px;
	color: #fff;	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 16px;
	font-family: 'SuisseWorks';
	line-height: 26px;
	color: #fff;
	margin-top: 20px;
}

.img-responsive {
	max-width: 100%;
	display: inline-block;
}

@media (max-width:991px) {
	h1 {
		font-size: 45px;
		line-height: 100px;
	}
	
	
	h3 {
		font-size: 38px;
		line-height: 46px;
	}
	
	h5 {
		font-size: 15px;
		line-height: 22px;
	}
h7 {
		font-size: 15px;
		line-height: 22px;
	}
}
	
	#page-header {
		z-index: 99999999;
	}

@media (max-width:767px) {
	h1 {
	    font-size: 30px;
	    line-height: 35px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	
	h3 {
		font-size: 17px;
		line-height: 36px;
		margin: 0px 10px;
	}
	
}
@media (max-width:736px) {
	body {
		margin: 0px;
	}
}

/* --------------------- 
Global
--------------------- */

.container {
	width:100%;
	padding-left: 20px;
	padding-right: 20px;
}
	.row {
		margin-left: -3px; /* TODO: Update margin number to match container padding */
		margin-right: -3px;
	}
	
		[class*="col-"] {
			position: relative;
			min-height: 1px;
			padding-left: 3px;
			padding-right: 3px;
		}

header {
	width: 300px;
    padding-right: 90px;
	/*position: absolute;*/
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	/*height: 1024px;*/
	z-index: 9999;
	min-height: 500px;
	height: 100%;
}

#page-header {
    background: url(../images/menu-desktop.png) repeat-y 35% 32%;
    background-size: 451px;
}

main {
	float: left;
	width: 100%;
	position: relative;
	background: #000;
	height: 100%;
}
footer {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 25px;
	padding-bottom:25px;
	border-top: 2px #1e2a5c solid;
}

.text--center { text-align: center; }

.par-left p {
	margin-right: 30px;
}
.par-right p {
	margin-left: 30px;
}

@media (max-width:767px) {
	.par-left p {
		margin-right: 0px;
	}
	.par-right p {
		margin-left: 0px;
	}
}

.head-logo {
	display: none;
}
@media (max-width:736px) {
	
.head-logo {
	display: block;
	text-align: center;
}

.logo-text {
	display: none;
}
	header {
		width: 100%;
		height: auto;
    	min-height: 200px;
		background: url(../images/head-bg.png) repeat-x bottom !important;
		z-index: 99;
    	padding-bottom: 20px;
   		 padding: 0;
	}



.mobile{visibility:hidden;display:none;margin-left: 0px;margin-right: 0px;}
.mobile a{display:none;visibility:hidden;}
.nav-secondary .mobile li {display:none;visibility:hidden;margin-left: 0px;margin-right: 0px;}
.mobile ul{display:none;visibility:hidden;}
.menu-trigger {display:block;
		margin-top: 10px;
		z-index: 99;
	}
}

@media (max-height:500px) {
	header {
		position: absolute;
	}
}



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


/* -------------------
* Slick Slider
------------------- */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

	.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
		.slick-list:focus {
			outline: none;
		}
		.slick-list.dragging {
			cursor: pointer;
			cursor: hand;
		}

	.slick-slider .slick-track,
	.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		   -moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			 -o-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}

	.slick-track {
		position: relative;
		top: 0;
		left: 0;
		display: block;
	}
	.slick-track:before,
	.slick-track:after {
		display: table;
		content: '';
	}
	.slick-track:after {
		clear: both;
	}
	.slick-loading .slick-track {
		visibility: hidden;
	}
	
	.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px;
	}
		[dir='rtl'] .slick-slide {
			float: right;
		}
		.slick-slide img {
			display: block;
		}
		.slick-slide.slick-loading img {
			display: none;
		}
		.slick-slide.dragging img {
			pointer-events: none;
		}
		
	.slick-initialized .slick-slide {
		display: block;
	}
	.slick-loading .slick-slide {
		visibility: hidden;
	}
	.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
	}
	.slick-arrow.slick-hidden {
		display: none;
	}
	
.slick-dots {
	width: 10px;
	text-align:center;
	position: absolute; 
	z-index: 9; 
	top: 0px;
	right: 50px;
	padding: 0px;
	list-style: none;
}
.slick-dots li {
	width: 10px;
	height: 10px; 
	background: #fff;
	border-radius: 5px;
	margin: 10px 3px;
	transition: all ease-in-out 0.3s;
}
/*.slick-dots li:hover { background: url(../images/dot-active.png) center no-repeat !important; }*/
.slick-dots li.slick-active { background: #1e295b; }
.slick-dots li button { opacity:0; }

.next,
.prev {
	position: absolute;
	top: 0px;
	cursor: pointer;
}

.next {
	right: 70px;
}
.prev {
	left: 70px;
}

@media (max-width:767px) {
	.slick-dots {
		right: 30px;
	}
}

/* -------------------
* Header
------------------- */

.menu-trigger {
		margin-top: 10px;
	position: relative;
visibility:hidden;display:none;
}
	.menu-trigger img {
		cursor: pointer;
	}

.logo-text {
	position: absolute;
	top: calc(50% - 112px);
	width: 100%;
}

.logo {
	position: absolute;
	bottom: 4%;
	width: 100%;
    padding-right: 90px;
}

.nav-secondary {
	margin: 30px 0px;
	padding: 0px;
	list-style: none;
}
	.nav-secondary li a {
		font-family: 'SuisseIntl-Regular';
    	font-size: 10px;
		line-height: 26px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #000;
		cursor: pointer;
	}
	
	.nav-secondary li.social-icons {
		margin-top: 10px;
		display: none;
	}
	
	.nav-secondary li.social-icons a {
		width: 22px;
		display: inline-block;
		z-index: 9;
		position: relative;
		margin-top: -10px;
		line-height: 10px;
	}
	
		.nav-secondary li.social-icons a img {
			margin: 0px;
		background: #f00;
		}
	
	@media (max-height:600px) {
	.menu-trigger {
		margin-top: 10px;
visibility:visible;display:block;
	}
	.logo {
		bottom: 50px;
	}

	.logo-text {
		top: auto;
		bottom: 140px;
	}
}

@media (max-height:600px) {
	.menu-trigger {
		margin-top: 10px;
visibility:visible;display:block;
	}
	.logo {
		bottom: 50px;
	}

	.logo-text {
		top: auto;
		bottom: 140px;
	}
}

@media (max-height:415px) {
	.menu-trigger {
		margin-top: 10px;
visibility:visible;display:block;
	}
	.logo {
		bottom: 50px;
	}

	.logo-text {
		top: auto;
		bottom: 0px;
	}
}

@media (max-height:569px) {
	.menu-trigger {
		margin-top: 10px;
visibility:visible;display:block;
	}
	.logo {
		bottom: 50px;
	}

	.logo-text {
		top: auto;
		bottom: 0px;
	}
}
	
@media (max-height:500px) {


	.logo-text {
		top: -70px;
		/* Safari */
		-webkit-transform: rotate(90deg);
		
		/* Firefox */
		-moz-transform: rotate(90deg);
		
		/* IE */
		-ms-transform: rotate(90deg);
		
		/* Opera */
		-o-transform: rotate(90deg);
		
		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	
	}
	
	.menu-trigger {
		margin-top: 10px;
		z-index: 99;
visibility:visible;display:block;
	}
	
	.logo {
		display: none;
	}
	.nav-secondary {
		margin -bottom: 0px;
		position: relative;
		margin-top: 10px;
	}
	.nav-secondary li {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
}

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


@media (max-width:736px) {
.nav-secondary li.social-icons {
		margin-top: 10px;
		display: none;margin-left:20px;
	}

	.logo-text {
		top: -70px;
		/* Safari */
		-webkit-transform: rotate(90deg);
		
		/* Firefox */
		-moz-transform: rotate(90deg);
		
		/* IE */
		-ms-transform: rotate(90deg);
		
		/* Opera */
		-o-transform: rotate(90deg);
		
		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	
	}
	
	.menu-trigger {
		margin-top: 10px;
		z-index: 99;
visibility:visible;display:block;
	}
	
	.logo {
		display: none;
	}
	.nav-secondary {
		margin -bottom: 0px;
		position: relative;
		margin-top: 10px;margin-left:-20px;
	}
	.nav-secondary li {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
}
img {
	
}

.menu {
    background: url(../images/head-bg.png) repeat-x bottom !important;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999999;
    min-height: 300px;
    margin-top: -500px;
	padding-top:155px;
    top: -47px;
	display: none;
}

	.menu a {
		margin: 0px;
	    font-size: 13px;
	    line-height: 40px;
	    text-align: center;
	    font-family: 'SuisseIntl-Regular';
		color: #000;
		text-transform: uppercase;
		display: block;
	}

/* -------------------
* Content
------------------- */

section {
	width: 100%;
	float: left;
	background: #fbfbfb;
	position: relative;
}


/* -------------------
* HOMEPAGE
------------------- */

.page--banner_items {
	height: 100%;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f7f6f5;
	padding-right: 160px;
	position: relative;}


.height-auto {
	height: auto;
}
	.banner_items-data {
		float: left;
		width: 100%;
		text-align: center;
		opacity: 0;
		filter: alpha(opacity=0);
		position: absolute;
	}
		.banner_items-data h1 {
			padding: 0px 50px;
		}
		.banner_items-data h5 {
			padding: 10px 300px;
		}
		.banner_items-data h7 {
			padding: 10px 245px;
		}
		.banner_items-data a {
			text-decoration: none;
			display: inline-block;
		}
		
		.banner_items-data a.banner-link:hover > h3,
		.banner_items-data a.banner-link_active h3 {
			border-bottom: 1px #fff solid;
		}

.scroll-down {
	position: absolute;
	left: calc(50% - 29px);
	bottom: 70px;
	cursor: pointer;
}

@media (max-width:991px) {
	.banner_items-data h1 {
		padding: 0px 50px;
	}
	.banner_items-data h5 {
		padding: 10px 50px;
	}
.banner_items-data h7 {
		padding: 10px 50px;
	}
}
@media (max-width:767px) {
	.banner_items-data h1 {
		padding: 10px 30px;
	}
	.banner_items-data h5 {
		padding: 0px 30px;
	}

.banner_items-data h7 {
		padding: 0px 30px;
	}
}
@media (max-width:736px) {
	.scroll-down {
		bottom: 30px;
	}
}


/* -------------------
* ABOUT
------------------- */

.about {
	background: #f2f2f2;
}

.img-content {
	float: left;
	width: 100%;
	position: relative;
	height: 654px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f7f6f5;
		 }
	.img-content_data {
		position: absolute;
		left: 0px;
		width: 100%;
	}

	.icd-top {
		top: 70px;
	}
	
	.img-content_data.icd-bottom {
		bottom: 70px;
	}
	
	.about-content {
		padding: 70px 0px 40px 0px;
		float: left;
		width: 100%;
		background: #f2eae6;
	}

.banner-menu {
	float: right;
	margin-top: 10px;
}
	.banner-menu a {
	}
	.banner-menu h5 {
		float: left;
	}

.banner-menu h7 {
		float: left;
	}
	
		.banner-menu a.banner-link_active h5,
		.banner-menu a:hover > h5 {
			border-bottom: 1px #fff solid;
		}

.banner-menu a.banner-link_active h75,
		.banner-menu a:hover > h7 {
			border-bottom: 1px #fff solid;
		}
	.banner-menu_sep {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 14px;
		line-height: 28px;
		color: #fff;
		font-family: 'SuisseWorks';
	}

@media (max-width:991px) {
}
@media (max-width:767px) {

	.img-content {
		height: 500px;
	}
}
@media (max-width:500px) {

	.img-content {
		height: 400px;
	}
	.banner-menu-here h3 {


		float: left;
		width: 100%;
		text-align: center;
	}
	.banner-menu {
		float: left;
		width: 100%;
		text-align: center;
	}
	
		.banner-menu h5 {
			float: none;
			display: inline-block;
		}

.banner-menu h7 {
			float: none;
			display: inline-block;
		}
		
		.banner-menu_sep {
			float: none;
			display: inline-block;
		}
}



/* -------------------
* TEAM
------------------- */

.team {
	background: #f2f2f2;
}


	.team .img-content {
		height: 264px;
	}
	
	.team_image {
		border-radius: 50%;
	}
	
	.teams {
		text-align: center;
	}
		.teams p{
			text-align: left;
		}
		
		.the-date {
			position: relative;
			margin-top: -20px;
		}
		.teams a p{
			margin-bottom: 50px;
			text-align: left;
			line-height: 30px;
			border-bottom: 1px #000 solid;
			display: inline-block;
			float: left;
		}
		
		.teams h5 {
			color: #000;
			margin: 40px 0px 30px 0px;
			text-align: left;
		}

.team-inner {
	padding: 50px 0px;
	background: #f7f8f7;
}
	.team-inner h3 {
		color: #000;
		margin: 0px;
	}
	.team-inner h5 {
		color: #000;
		margin-bottom: 30px;
	}
	
	.goback {
		float: right;
		position: relative;
		margin-top: -130px;
	}
	
	.team-info p {
		float: left;
		width: 100%;
		line-height: 14px;
		background: url(../images/dot-bg.png) repeat-x bottom left;
		margin-bottom: 20px;
	}
	
	.team-info p.team-info_title {
		background: none;
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.team-info p.team-info_title:first-child {
		margin-top: 0px;
	}
		
	.team-info p.noBg { 
		position: relative;
		margin-top:-10px;
	}
		.team-info p span {
			float: left;
			padding-right: 5px;
			background: #f7f8f7;
		}
		.team-info p font {
			float: right;
			padding-left: 5px;
			background: #f7f8f7;
		}

.team-info_link {
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
	
	.team-info_link a {
		float: left;
		padding: 20px 0px 20px 15px;
		font-size: 16px;
		color: #000;
	}
	.team-info_link a.book-now {
		padding: 20px 30px;
		border: 1px #000 solid;
	}
	
	.team-info_link a.call-now {
		font-weight: bold;
	}
	
	.team-info_link a p{
		background: none;
	}

@media (max-width:1265px) {
	
	.team-info_link a {
		font-size: 14px !important;
	}
	
	.team-info_link a.book-now {
		padding: 20px 20px;
	}
}

@media (max-width:1190px) {
	
	.team-info_link p:first-child {
		width: 100%;
		float: left;padding-left: 10px;
}
	}
	
	.team-info_link a {
		font-size: 15px !important;
		padding-left: 10px;
		padding-right: 15px;
	}
	
	.team-info_link a.book-now {
		padding: 20px 30px;
	}
	
}


@media (max-width:991px) {
	
	
	.team-info p.team-info_title {
		margin-top: 50px;
	}
}

@media (max-width:767px) {
	
	.team_image {
	}
.team-inner {
	padding: 50px 0px;
	background: #f7f8f7;
margin-top: 185px!important;
}

}


/* -------------------
* SERVICES
------------------- */

.services {
	background: #f7f8f7;
}
	.services-content {
		padding: 70px 0px 40px 0px;
		float: left;
		width: 100%;
		position: relative;
		border-bottom: dotted 1px #ccc;
	}
	
		.services-content .col-md-6:first-child {
			padding-right: 50px;
		}
		.services-content .col-md-6:nth-child(2) {
			padding-left: 50px;
		}
		.img-go-top {
			position:relative;
			margin-top: -140px;
		}

	.services .team-info_link {
		margin-top: 10px;
		width: 100%;
	}
	
	.services img {
		border-radius: 50%;
		margin-bottom: 30px;
    max-width: 400px;
	}
	
	.services h5 {
		color: #000;
		margin-bottom: 30px;
	}
	.services p {
		margin-bottom: 30px;
	}
	
	
	.services-info {
		float: left;
		width: 100%;
		margin-bottom: 30px;

	}
		.services-info div {
			float: left;
			width: 100%;
			line-height: 20px;
			background: url(../images/dot-bg.png) repeat-x bottom left;
			margin-bottom: 20px;
			font-size: 16px;

		}
		.services-info div span {
			float: left;
			padding-right: 5px;
			background: #f7f8f7;
		}
		.services-info div font {
			float: right;
			padding-left: 5px;
			background: #f7f8f7;
		}

@media (max-width:991px) {
	
	.services-content .col-md-6:first-child {
		padding-right: 0px;
	}
	
	.services-content .col-md-6:nth-child(2) {
		padding-left: 0px;
	}
	
	.img-go-top {
		margin-top: 0px;
	}
}


/* -------------------
* Agency
------------------- */

.agency-data {
	position: absolute;
	bottom: 30px;
	width: 100%;
	padding: 0px 70px;
}
	.agency-data p {
		color: #fff;
		float: right;
		width: 80%;
		text-align: right;
	}
	.agency-data p.a-imgs {
		float: left;
		width: 20%;
		text-align: left;
	}

@media (max-width:736px) {
	.agency-data {
		bottom: 20px;
		padding: 0px 30px;
	}
		.agency-data p {
			float: left;
			text-align: center;
			width: 100%;
		}
		.agency-data p.a-imgs {
			float: left;
			text-align: center;
			width: 100%;
		}
}

/* -------------------
* Find us
------------------- */

.find-us-sched {
	margin-top: 20px;
}
	
	.find-us-sched  p {
		color: #fff;
	}
	
#map {
	width: 100%;
	height: 100%;
 }


/* -------------------
* News
------------------- */
 
.news-list {
	margin-bottom: 30px;	
}
	.news-list div {
		background: #000;
		width: 100%;
		text-align: center;
		padding: 10px 0px;
		float: left;	
	}
	.news-list div p {
		margin: 0px;
		line-height: 16px;
		color: #fff;
	}

/* -------------------
* Global override
------------------- */
.nm { margin: 0px !important;
}
.noBg { background: none !important; 
}

.no-link a,
.no-link a:hover, 
.no-link a:hover > h5 {
	cursor: default;
	text-decoration: none;
	border: none;
}
.no-link a:hover > h7 {
	cursor: default;
	text-decoration: none;
	border: none;
}


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

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


@media (max-width:736px) {
	
	
}
@media (max-width:500px) {
.services img {
    max-width: 300px;max-height: 300px;display: block;
}
.team-info_link p:first-child {
    width: 100%;
    text-align: center;
}
 a.book-now {width: 100%;}
}

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