body {
	font-family: 'Montserrat', sans-serif;
	background: #1f1f1f;
	color: #716454;
}

.mix {
    display: inline-block;
    vertical-align: top;
}

.mix {
    border-radius: 2px;
    position: relative;
}


.mix {
	 width: calc(100%);
	 padding: 8px;
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}



.container:after {
	content: '';
	display: inline-block;
	width: 100%;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}
/* 4 Columns */

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: 25%;
    }
}


a {
	color: #716454;
}

.logo {
	width: auto;
	margin: 70px auto;
	display: table;
	float: inherit;
}
.logo img {
	width: auto;
}

.controls {
	margin: 10px auto;
	display: table;
}
.control {
	color: #716454;
	background: none;
	border: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 8px;
	position: relative;
}
.control.active:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #716454
}
.panel-body .control {
	display: block;
}

.photo-gallery {
	width: 100%;
    display: table;
	margin: 40px 0;
}
.photo-load {
	width: 100%;
    display: table;
}

.col-md-3 {
	padding: 0;
}



@media(min-width: 992px) {
	.col-sm-3 {
		padding-right: 5px;
		padding-left: 5px;

	}
}

@media(min-width: 1700px){
	.container {
		width: 1650px;
	}
}

/* Text styling */

p {
	line-height: 1.5;
	margin: 0;
}
.semibold-heading, 
.carousel-main .carousel-caption .caption-title {
	font-size: 26px;
	font-weight: 600;
}
.text-lg {
	font-size: 24px;
	font-weight: 600;
}
/* Colors */
.nav-social .social-in {
	background: #3f729b
}
.nav-social .social-yt {
	background: #cd201f
}
.text-pink {
	color: #f07468
}
.text-black {
	color: #19262b
}
.semibold {
	font-weight: 700
}
.bg-green {
	background: #00a78d;
	color: white
}
.bg-green.triangled:after{border-color: #00a78d transparent transparent transparent}
.bg-pink {
	background: #f07468;
	color: white;
}
.bg-pink.triangled:after{border-color: #f07468 transparent transparent transparent}
.bg-orange {
	background: #f8a144;
	color: white;
}
.bg-orange.triangled:after{border-color: #f8a144 transparent transparent transparent}
.bg-sand {
    background: #eeebdc;
}
.bg-yellow {
	background: #ffc600;
	color: white;
}
.bg-yellow.triangled:after{border-color: #ffc600 transparent transparent transparent}

.bg-white {
	background: white
}


/* Nav */
.navbar-nav>li>a {
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	position: relative;
	font-weight: 700
}
.nav-02 {
	-webkit-box-shadow: 0 3px 14px 0 rgba(0,0,0,0.14);
	-moz-box-shadow: 0 3px 14px 0 rgba(0,0,0,0.14);
	box-shadow: 0 3px 14px 0 rgba(0,0,0,0.14);
}
.nav {
	margin-right: 160px;
	margin-top: 27px !important;
}

.navbar-nav>li>a:hover:before,
.navbar-nav>li.active>a:before {
	height: 2px;
}



.navbar-brand, .tools, .nav {
	pointer-events: auto;
	cursor: pointer
}
.navbar-brand {
	top: 0
}
.nav-02 .navbar-nav>li>a {
	color: #19262B;
	
}
.tools {
	top: 21px;
}

/* Slider */
.slider-logo {
	-moz-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-ms-animation-delay: .6s;
	animation-delay: .6s;
	margin: 0 auto;
}
.carousel-control.left {
	background: url('/images/left-arrow.svg');
	background-repeat:  no-repeat;
	background-size: 30px 30px;
	background-position: center center
}
.carousel-control.right {
	background: url('/images/left-arrow.svg');
	background-repeat:  no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/* Box */
.box {
    position: relative;
    width: 100%;
}
.box-inner {
    position: relative;
    z-index: 3;
}
.programs .box {
	height: 250px;
}

.programs .box h3 {
	position: absolute;
	background: rgba(255,255,255,0.9);
	text-transform: uppercase;
	font-weight: 800;
	color: black;
	bottom: 15px;
	right: 0;
	padding: 10px 20px;
	z-index: 3;
    text-align: right;
}

.box img {
    width: 100%;
}
.box-small-text {
    display: block;
    font-size: 18px;
}
.small-text {
	font-size: 18px;
	display: block;
}
.box-trigger {
    display: block;
    color: black
}
.box-trigger:hover .overlay-black {
    opacity: .6;
}
.box-bg {
    display: inline-block;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.box-bg .fa-angle-right {
	font-size: 26px;
	margin-left: 5px;
	-webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
}
.box-trigger:hover .fa-angle-right {
	margin-left: 10px;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 0;
}
.svg-icon {
	height: 70px;
	margin: 0 auto;
}
.clock-svg {
	position: relative;
	bottom: 10px;
}
.pen-svg {
	position: relative;
	left: 10px;
	bottom: 10px;
}
/* Overlays */
.overlay-1 {
    opacity: 1
}
.overlay-magenta {
    background: rgba(0, 5, 36, 0.15)
}
.overlay-black {
    background: black;
}

/* Social */
#twitter-widget-0 {
	position: relative !important;
	top: 6px;
}

.triangled {position:relative}
.triangled:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 9;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: black transparent transparent transparent;
    -webkit-transform: rotate(360deg);
}


#content-text thead tr td {
	width: 20%;
	background: #00a78d;
	color: white;
	text-align: center;
	padding: 8px 0;
}
#table3927 thead tr td {
	background: #f07468
}
#content-text table {
	width: 100%;
	text-align: center;
	font-weight: 500;
}
#content-text tbody tr {
	background: white
}
#content-text tbody tr:nth-child(odd) {
	background: #FBFAF2;
}
#content-text tbody tr td {
	padding: 15px 20px;
}
#content-text table th {
	border: 1px solid #D45A50;
}
.fake-modal {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	background: #eeebdc;
}

.close-fake-modal {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: white;
	text-align: center;
	line-height: 46px;
	background: #19262B;
	font-size: 21px;
}
.gallery-trigger {
	position: relative
}
/* Break line */
#break-line-1 th:nth-child(1), #break-line-2 th:nth-child(1) {border: none}
#break-line-1 {
	background: url('/images/join-us.jpg');
	height: auto;
	background-position: 50% 50%;
	background-size: cover;
}
#break-line-1 th, #break-line-2 th {text-align: center}
#break-line-1 h3 {
	display: table;
	margin: 15px auto;
	font-weight: 400;
	letter-spacing: 1px;
}
#break-line-1 .style-btn{
	clear:Both
}
.crw-logo {
	width: 150px;
	float: right;
	margin-top: 7px;
	margin-left: 10px;
}
footer {
	background: #1f1f1f;
	padding: 0 15px;
	color: #716454;
	text-align: center;
	font-size: 15px;
	padding-bottom: 20px;
}
.footer-2_footer-bottom {
	color: #ccc 
}
footer .social-fb > a {
	background: #3B5998 !important
}
.footer-2_footer-social > li > a {
	color: white !important;
	font-size: 21px
}

footer .social-in > a {
	background: #3f729b !important
}
footer .social-yt > a{
	background: #cd201f !important
}
.nav-social li {
	width: 35px;
	height: 35px;
	line-height: 32px;
}
.schedule-tabs {
	float: inherit !important;
	margin: 0 auto;
	margin-bottom: 20px;
	border: none;
}
.nav-tabs>li>a, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
	color: #19262B;
	background: none !important;
	font-weight: 800;
}

.nav-tabs>li.active>a .underline {
	width: 100%;
	height: 2px;
	background: #19262B;
}
.contact-phones span {
	width: 7%;
	display: inline-block
}
@media(min-width: 1600px) {
	.big-container {
		width: 1620px;
	}
}
@media(min-width: 992px) {
	body {
		font-size: 17px;
	}
	.small-text {
		font-size: 21px;
	}
	p {
		line-height: 1.7
	}
	.semibold-heading {
		font-size: 36px;
	}
	.carousel-main .carousel-caption .caption-title  {
		font-size: 28px;
	}
	.navbar-nav>li>a {
		padding: 5px 15px;
		font-size: 18px;
	}
	.triangled:after {
		bottom: -30px;
		border-width: 30px 30px 0 30px;
	}
	.text-sm, .text-lg {
		font-size: 24px;
	}
	.programs .box h3 {
		max-width: 80%
	}
	.programs .box-bg {
		transition: background-size .4s ;
		-moz-transition: background-size .4s ;
		-ms-transition: background-size .4s ;
		-o-transition: background-size .4s ;
		-webkit-transition: background-size .4s ;
		background-size: 100%;
	}
	.programs .box-bg:hover {
		background-size: 105%;
	}
	.svg-icon {
		height: 90px;
	}
	.carousel-control.right, .carousel-control.left {
		background-size: 30px 30px;
	}
	#break-line-1 h3 {
		margin: 100px auto;
	}
	.fake-modal-inner {
		width: 75%;
		margin: 0 auto
	}
}
@media(min-width: 1200px) {
	.small-text {
		font-size: 24px;
	}
	.navbar {
	   
	    pointer-events: none;
	}
	#page-content {
		padding-top: 85px;
	}
	.nav-02 {
		height: 85px;
	}
	.nav-03 .navbar-nav>li>a:before{
		background:white
	}
	.navbar-nav>li>a:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 70%;
		margin: 0 auto;
		left: 0;
		right: 0;
		height: 0;
		background: #19262B;
		-webkit-transition: height .15s ease; /* Safari */
	    transition: height .15s ease;
	}
}
@media(min-width: 1600px) {
	.small-text {
		font-size: 28px;
	}
	body {
		font-size: 20px;
	}
	p {
		line-height: 1.6
	}
	.semibold-heading  {
		font-size: 48px;
	}
	.carousel-main .carousel-caption .caption-title  {
		font-size: 31px;
	}
	.navbar-nav>li>a {
		padding: 5px 20px;
		font-size: 20px;
	}
	.btn-big {
		padding: 12px 45px
	}
	.text-sm, .text-lg {
		font-size: 32px;
	}
	#google-map {
		height: 600px;
	}
	.svg-icon {
		height: 110px;
	}
}

@media(max-width: 991px) {
	.fake-modal-inner img {
		width: 100%;
	}
	.semibold-heading, .carousel-main .carousel-caption .caption-title {
		font-size: 21px
	}
	.slider-logo {
		width: 400px;
	}
	.contact-phones span {
		width: 20px;
	}
	.carousel-main .carousel-caption {
		left: 0;
		right: 0;
		width: 85%;
		margin: 0 auto
	}
	
	.style-btn {
		padding: 7px 25px;
	}
	#break-line-1 th, #break-line-2 th {
		padding: 15px;
	}
	
	.close-fake-modal {
		right: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
		z-index: 5;
		line-height: 38px;
		font-size: 18px;
	}
}
@media(max-width: 767px) {
	.slider-logo {
		width: 250px;
		max-width: 80%;
	}
	.semibold-heading, .carousel-main .carousel-caption .caption-title {
		font-size: 18px
	}
}



@media(max-width: 1199px) {
	/* Bootstrap trigger */
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0 0 0 0 !important;
        max-height: 420px !important
    }

  
    .navbar-nav>li>a {
        padding: 12px 23px !important;
        font-size: 15px;
        color: black;
    }

    .navbar-nav>li>a>.flaticon-right11 {
        float: right;
    }
    
    .collapse.in{
        display:block !important;
        
    }
    .navbar-collapse {
        width: calc(100% + 43px) !important;
        margin-left: -21px;
    }
    /* End bootstrap trigger */
}
/*
.instaphoto {
	
	-webkit-filter:brightness(1.05) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
	position: relative;
}
#blueimp-gallery .instaphoto {
	pointer-events: none;
}
.instaphoto:after{
	background:#04c;mix-blend-mode:screen;opacity:.3;
	
}
.instaphoto:after,.instaphoto:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}
.instaphoto img {
	z-index:1
}
.instaphoto:before {
	z-index:2
}
.instaphoto:after {
	z-index:3
}

*/
.page-title {
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
}
/* Hamburger */
.hamburgler-icon-wrapper {
	position: absolute;
	height: 37px;
	right: 23px;
	top: 80px;
	width: 40px;
	cursor: pointer;
	z-index: 55;
 }

 @media(max-width: 767px) {
	.hamburgler-icon-wrapper {
		top: 25px;
		right: 23px;
	}
 }
 
 .hamburgler-icon, .hamburgler-icon:before, .hamburgler-icon:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background: #716454;
	transition: all 0.2s ease;
 }
 
 .hamburgler-icon {
	top: 0.75em;
	margin-top: 4px;
 }
 .hamburgler-icon:before {
	top: -11px;
 }
 .hamburgler-icon:after {
	top: 11px;
 }
 
 .hamburgler-menu {
	pointer-events: none;
	transition: all 0.2s ease;
	opacity: 0;
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #1f1f1f;
	color: white;
	text-align: center;
 }
 
 .hamburgler-active {
	height: 100%;
	overflow: hidden;
 }
 .hamburgler-active .hamburgler-icon {
	background: transparent;
	transform: rotate(-135deg);
 }
 .hamburgler-active .hamburgler-icon:before, .hamburgler-active .hamburgler-icon:after {
	top: 0;
 }
 .hamburgler-active .hamburgler-icon:before {
	transform: rotate(90deg);
 }

 .hamburgler-active .hamburgler-menu {
	pointer-events: initial;
	opacity: 1;
 }
 .hamburgler-active .nav-logo {
	visibility: visible !important;
	opacity: 1 !important;
 }
 
 .hamburgler-menu-list {
	display: block;
	transition: all 0.4s ease;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2);
 }
 .hamburgler-menu-list li {
	margin-bottom: 30px;
	text-align: center;
 }
 .hamburgler-menu-list li a {
	transition: color 0.2s ease;
	color: #716454;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 24px;
 }
 .hamburgler-menu-list li.language {
	font-size: 22px;
}
.hamburgler-menu-list li.language a {
	font-size: 22px;
	color: #716454;
	display: inline-block;
	margin: 0 8px;
 }
 .hamburgler-menu-list li a:hover {
	color: #988a78;
 }
 .hamburgler-menu-list li.language a:hover {
	color: #988a78;
 }
 .hamburgler-menu-list li a:hover i {
	left: 140px;
 }
 .hamburgler-menu-list li p {
	margin-top: -5px;
	color: white;
	font-size: 16px;
	text-transform: initial;
	font-weight: 100;
 }
 .language {
	 color: #716454
 }



 .hamburgler-menu-list li.language a.language-active {
	color: redant;
 }
 
 .hamburgler-active .hamburgler-menu-list {
	transform: translate(-50%, -50%) scale(1);
 }

 

.blueimp-gallery {
	background: rgba(0,0,0,1);
}
/* PRELOAD */

.preloader {
	-webkit-transition: all .6s; /* Safari */
	transition: all .6s;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}
.loader {
  margin: 140px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(255, 255, 255, 0.2);
  border-right: 0.3em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3em solid rgba(255, 255, 255, 0.2);
  border-left: 0.3em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.8s infinite linear;
  animation: load8 0.8s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* END PRELOAD */

/* Contact */
label {
	display: block;
	font-weight: 300;
	color: #716454
}
#contact-form {
	margin-top: 50px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
#contact-form input,
#contact-form textarea {
	width: 100%;
	border: 1px solid #abaaaa;
	background: none;
	height: 41px;
	margin-bottom: 22px;
	padding: 0 15px;
}

#contact-form textarea {
	padding: 10px 15px;
	height: 150px;
}
.page-contact-inner {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	opacity: 1;
	visibility: visible;
}
body.form-submitted .page-contact-inner {
	opacity: 0;
	visibility: none;
	max-height: 0;
}
.contact-feedback {
	font-size: 17px;
	color: #959696;
	width: 100%;
	text-align: center;
	
	opacity: 0;
	visibility: hidden;
	height: 0;
	display: block;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	padding: 0;
}
body.form-submitted .contact-feedback {
	opacity: 1;
	visibility: visible;
	padding-top: 50px;
}
.style-btn {
	text-transform: initial;
	color: #716454;
	font-weight: 300;
	border: 1px solid #716454;
	font-size: 17px;
}
.style-btn:hover {
	background: #716454;
	color: white;
	border-color: #716454;
}

.page-text,
.page-text-2 {
	color: #959696;
	font-weight: 300;
	text-align: center;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
}
.page-contact {
	font-size: 17px;
	max-width: 360px;
	margin: 0 auto 50px auto;
	font-weight: 300;
	color: #959696;
}

.page-contact a {
	color: #959696;
}
.page-contact a:hover {
	text-decoration: underline !important
}
.page-text-2 li {
	display: inline;
	position: relative;
	margin: 0 auto;
}
.page-text-2 li:before {
	content: "•";
	position: absolute;
	left: -15px;
	top: 0;
	font-size: 33px;
	line-height: 18px;
}
.page-text-2 li:after {
	content: '';
	clear: both;
}
@media(max-width: 767px) {
	.page-text, .page-text-2 {
		text-align: left;
	}
}
.page-featured-photo {
	margin: 50px auto;
	display: table;
}
.fadeIn {
	opacity: 0;
	-webkit-transition: all .6s; /* Safari */
	transition: all .6s;
}

.logo {
	transition-delay: 0.4s;
}

.controls,
.page-title {
	transition-delay: 0.6s;
}

.page-contact {
	transition-delay: 0.8s;
}



.page-text,
.photo-gallery .photo-load {
	transition-delay: 1s;
}
.page-featured-photo {
	transition-delay: 1.2s;
}
.page-text-2 {
	transition-delay: 1.4s;
}


footer {
	transition-delay: 1.2s !important;
}

.loaded .fadeIn {
	opacity: 1;
}

.loaded .preloader {
	opacity: 0;
	visibility: hidden;
}

.arrow-down {
	width: 22px;
	position: absolute;
	right: -3px;
	top: 9px;
	-webkit-transition: all .3s; /* Safari */
	transition: all .3s;
}
.panel,
.panel-default>.panel-heading,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	background: none;
	border: none;
	padding: 0;
}
.panel {
	min-width: 190px;
}
.open .arrow-down {
	transform: rotate(180deg);
}
.panel-title,
.panel .control  {
	color: #716454;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	display: block;
	text-transform: uppercase;
}
.panel .control:after {
	display: none;
}
.panel-group {
	position: relative;
}

@media(max-width: 767px) {
	.logo {
		margin: 20px auto;
		width: 200px;
		float: left;
		margin-left: 7px;
	}
	.photo-gallery {
		margin: 10px auto;
	}
	.page-title {
		padding: 50px 0 30px 0;
	}
	
}

.clear {
	clear: both;
}