/*
Theme Name: CAMP
Author: Yulia Kovaleva
Version: 1.0
*/


@font-face {
	font-family: 'museo_sans300';
	src: url('fonts/museosans_300-webfont.eot');
	src: url('fonts/museosans_300-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museosans_300-webfont.woff2') format('woff2'), url('fonts/museosans_300-webfont.woff') format('woff'), url('fonts/museosans_300-webfont.ttf') format('truetype'), url('fonts/museosans_300-webfont.svg#museo_sans300') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans500';
	src: url('fonts/museosans_500-webfont.eot');
	src: url('fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museosans_500-webfont.woff2') format('woff2'), url('fonts/museosans_500-webfont.woff') format('woff'), url('fonts/museosans_500-webfont.ttf') format('truetype'), url('fonts/museosans_500-webfont.svg#museo_sans500') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans700';
	src: url('fonts/museosans_700-webfont.eot');
	src: url('fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museosans_700-webfont.woff2') format('woff2'), url('fonts/museosans_700-webfont.woff') format('woff'), url('fonts/museosans_700-webfont.ttf') format('truetype'), url('fonts/museosans_700-webfont.svg#museo_sans700') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans700_italic';
	src: url('fonts/museosans_700_italic-webfont.eot');
	src: url('fonts/museosans_700_italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museosans_700_italic-webfont.woff2') format('woff2'), url('fonts/museosans_700_italic-webfont.woff') format('woff'), url('fonts/museosans_700_italic-webfont.ttf') format('truetype'), url('fonts/museosans_700_italic-webfont.svg#museo_sans700_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans900';
	src: url('fonts/museosans_900-webfont.eot');
	src: url('fonts/museosans_900-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/museosans_900-webfont.woff2') format('woff2'), url('fonts/museosans_900-webfont.woff') format('woff'), url('fonts/museosans_900-webfont.ttf') format('truetype'), url('fonts/museosans_900-webfont.svg#museo_sans900') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	height: 100%;
}
body {
	font-family: 'museo_sans500';
	font-size: 22px;
	padding-right: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-center {
	text-align: center;
}
.align-right {
text-align: right;	
}
.no-padding-left {
	padding-left: 0;
}
.required {
	color: #ea1616;
}
.no-padding-right {
	padding-right: 0;
}
.color {
	color: #1fc8e7;
}
.bold {
	font-family: 'museo_sans700';
}
.underline {
	text-decoration: underline;
}
.larger {
	font-size: 24px !important;
}
h1, h2, h3, h4, h5 {
	margin-top: 0;
	color: #0f1415;
	letter-spacing: .7px;
	font-family: 'museo_sans700';
}
a {
	color: #000;
	outline: 0;
}
a:hover,a:focus, a:active  {
		outline: 0;
	color: #1fc8e7 !important;
	text-decoration: none;
}


.section-title {
	font-size: 44px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 60px;
	text-align: center;
	font-family: 'museo_sans900';
}
h3 {
	font-size: 20px;
	text-transform: uppercase;
}
h4 {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 1.3em;
}


section ul {
	margin: 0;
	list-style: none;
	padding-left: 20px;
}
section ul li:before {
	position: absolute;
	content: "•";
	color: #1fc8e7;
	left: 15px;
}
section ul li {
	margin-bottom: 10px;
	margin-left: 10px;
}

.nested-list {
margin: 15px 0;
}

.nested-list li:before {
	
	left: 60px !important;
}

.nested-list ul li {
	
}


.smaller-width {
	margin: 0 auto;
	float: none;
}
.italic {
	font-family: 'museo_sans700_italic';
}
."r {
	color: #1fc8e7;
}
.underline {
text-decoration: underline;	
}
.main-content {
	padding: 70px 0 0px 0;
}

.section-border-bottom {
	margin-bottom: 70px;
	padding-bottom: 70px;
	border-bottom: 3px solid #1fc8e7;
}
.section-border-top {
	margin-top: 70px;
	padding-top: 70px;
	border-top: 3px solid #1fc8e7;
}
.border-top-only {
	border-top: 3px solid #1fc8e7;
}
.main-header {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	margin: 5% auto 0 auto;
}
	.mobile-nav {
	display: none;	
	}
	.mobile-only {
	display: none;	
	}
.nav-trigger a {
	color: #000;
	padding: 0px 10px;
	font-size: 34px;
	cursor: pointer;
	margin-top: 3px;
	display: block;
	border: 4px solid #000;
	transition-property: none;
}
.icon-bar {
	width: 39px;
	height: 5px;
	margin: 10px 0;
	display: block;
	background-color: #000;
}
.nav-trigger a:hover {
	border-color: #fff;
	background-color: #fff;
	transition: none;
}
.nav-trigger a:hover .icon-bar {
	background-color: #0bc0d2;
}

.nav-trigger .icon-bar {
    position:relative;
    transition:transform 500ms ease-in-out;
}

.nav-trigger.active  a{
	
background-color: #fff !important;
border-color: #fff !important;
color: 	#0bc0d2 !important;
}

.nav-trigger.active .icon-bar:nth-of-type(1) {
    top:15px;
    transform:rotate(45deg);
	background-color: #0bc0d2 !important;
}

.nav-trigger.active .icon-bar:nth-of-type(2) {
    background-color:transparent
}

.nav-trigger.active .icon-bar:nth-of-type(3) {
    top:-15px;
    transform:rotate(-45deg);
	background-color: #0bc0d2 !important;
}








.main-nav {
	display: none;
}
.close-menu-btn {
	background-color: #fff;
	color: #1fc8e7;
	padding: 10px 19px 9px 22px;
	font-size: 34px;
	display: inline-block;
	position: absolute;
	right: -300px;
	text-align: left;
	display: none;
}
.close-menu-btn:hover {
	color: #1fc8e7 !important;
}
.carousel {
	margin-bottom: 80px;
}
.carousel, .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.carousel-caption {
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	padding: 0 100px;
}
.full-width {
	width: 100%;
}
.carousel h1 {
	margin: 50px 0;
	letter-spacing: 7px;
	font-size: 98px;
	text-transform: uppercase;
	font-family: 'museo_sans900';
	text-shadow: none;
}
.page-title img {
margin: 0 auto;
display: block;	
height: 126px;
}
.camp-focus  img {
display: block;
margin:0 auto;	
margin-bottom: 20px;
}
.camp-focus p {
	font-family: 'museo_sans700';
font-size: 17px;
color: #4d4d4d;	
}
.camp-focus .col-sm-4 {
margin-top: 30px;
}

/* PAGE ICONS */
.icon-home {
width: 221px;
}

.body-icon {
	
margin-bottom: 30px;
}



.what-is-camp {
width: 139px;	
}

.mission {
width: 91px;	
}

.our-focus {
width: 154px;	
}

.benefits-for-companies {
width: 74px;	
}


.partners-1 {
width: 116px;	
}

.benefits-for-partners {
width: 199px;	
}

.selection-process {
width: 65px;	
}

.benefits-for-applicants {
width: 96px;
}

.page-title {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 444px;
	
	padding: 170px 0 60px 0;
}
.page-title h2 {
	font-size: 53px;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 4px;
	text-align: center;
	font-family: 'museo_sans900';
}



.short-page-title {
	height: 300px;
	padding: 0;
	
	background-color: #68e4f0;
	padding-top: 160px !important;
}


.short-page-title  h2 {
	font-size: 26px;
	margin-top: 0px;
	letter-spacing: 2px;
}

.short-page-title.individual-profile {
height: 200px;	
}

.what-is-camp {
}
.camp-mission {
}
.partners-1 {
}
.partners-2 {
}
.narrow-content-left {
	padding-right: 70px;
}
.counters {
	text-transform: uppercase;
	font-family: 'museo_sans700';
	font-size: 25px;
	background-image: url(img/counters-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
	border-top: 3px solid #1fc8e7;
}
.counters p {
	color: #1fc8e7;
	font-size: 95px;
	margin-bottom: -10px;
	
}
.testimonials, .single-random-testimonial {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0 60px 0 !important;
}
.testimonials {
	background-image: url(img/testimonials-bg.jpg);
	font-size: 20px;
}
.single-random-testimonial {
	color: #1fc8e7;
	font-size: 30px;
	margin-top: 60px;
}
.single-random-testimonial.bg-1 {
	background-image: url(img/testimonials-bg1.jpg);
}
.single-random-testimonial.bg-2 {
	background-image: url(img/testimonials-bg2.jpg);
}
.single-random-testimonial .author {
	color: #fff;
	font-size: 24px;
}
.testimonial {
	height: 272px;
}
.testimonial-text {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.testimonials .narrow-content-left {
	padding-left: 35px;
}
.testimonials-slider .owl-next, .testimonials-slider .owl-prev {
	position: absolute;
	border-radius: 50%;
	color: #fff;
	opacity: 1 !important;
	font-size: 35px !important;
	border: 2px solid #1fc8e7;
	width: 50px;
	height: 50px;
	top: 45%;
	line-height: 35px;
	text-align: center;
	padding-top: 5px !important;
	vertical-align: middle;
	background-color: transparent !important;
}
.testimonials-slider .owl-next:hover, .testimonials-slider .owl-prev:hover {
	background-color: #1fc8e7 !important;
}
.testimonials-slider .owl-next {
	right: 0;
	padding-right: 5px !important;
}
.testimonials-slider .owl-prev {
	left: 0;
	padding-left: 5px !important;
}
.testimonials .author {
	font-size: 16px;
	font-family: 'museo_sans700';
	color: #1fc8e7;
}
.testimonials img {
	border-radius: 50%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	max-width: 272px;
	filter: gray; /* IE6-9 */
}
.partners-logo {

	cursor: pointer;
	margin-bottom: 50px;
		-webkit-filter: grayscale(1);
	filter: grayscale(1);
	filter: gray; /* IE6-9 */
}
.partners-logo:hover {
		-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: none; /* IE6-9 */
}

.partners-logo.full-color {
		-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: none; /* IE6-9 */
}

.camp-partners {
padding-bottom: 0px;
	
}
#single-post-container {
	position: fixed;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	  -webkit-overflow-scrolling: touch;
	width: 100%;
	z-index: 9999;
	height: 100%;
	top: 0;
	left: 0;
	padding: 70px 50px 50px 50px;
	display: none;
	font-family: 'museo_sans300';
	color: #231f20;
}
#single-post-container .partners-logo {
	margin-top: -20px;	
}
.partners-list {
	font-family: 'museo_sans300';
	color: #231f20;
	display: none;
}
.close-company {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -40px;
    right: 0px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    color: #1fc8e7;
    border: 2px solid #1fc8e7;
    border-radius: 50%;
    font-size: 50px;
    line-height: 64px;
}
.close-company:hover {
	color: #000 !important;
	border-color: #000 !important;
}
.close-company:after {
	display: inline-block;
	content: "\00d7"; /* This will render the 'X' */
}
.partner-title {
	font-size: 32px;
	font-family: 'museo_sans700';
	text-transform: none;
	margin-bottom: 0;
}
.company-link {
	font-family: 'museo_sans500';
	display: inline-block;
	font-size: 20px;
	color: #1fc8e7;
	margin-bottom: 10px;
}
.overflow-hidden {
	overflow: hidden;
}
.post-content {
margin-bottom: 30px;
position: relative;
}

.no-results {
color: #000;
padding: 0px 0 20px 0;	
}


.no-results h2 {
	margin-bottom: 30px;
	font-family: 'museo_sans900';
text-transform: uppercase;	
}








.news {
	color: #fff;
}
.date {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 17px;
}

.archive.date {
margin-top: 0;	
}
.no-padding {
	padding: 0;
	margin: 0;
}
.news-title-date {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	border-top: 2px solid #1fc8e7;
	background-image: url(img/black-overlay.png);
}
.single-news-item {

	color: #fff;
	font-family: 'museo_sans700';
}
.single-news-item .col-sm-4 {
	margin-bottom: 35px;
}
.single-news-item:hover {
	color: #fff !important;
}
.news-overlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.single-news-item:hover .news-overlay {
	display: block;
	background-image: url(img/black-overlay.png);
}
.single-news-item:hover .news-title-date {
	background-image: none !important;
}
.dark {
	color: #fff;
	background-color: #000;
	margin-top: -80px;
	padding-top: 88px;
	padding-bottom: 108px;
}
.contact-page p {
	line-height: normal;
	font-size: 22px;
}
.contact-page form {
	margin-top: 80px;
}
input[type="text"], input[type="email"], textarea {
	width: 100%;
	background-color: #d9f6fb;
	border: none;
	color: #205370;
	font-family: 'museo_sans500';
	padding: 9px 12px;
	margin-top: 10px;
	margin-bottom: 25px;
}
span.wpcf7-list-item label {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: inherit !important;
		font-family: 'museo_sans500' !important;
}
span.wpcf7-not-valid-tip {
	font-size: 14px;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 20px;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok {
	border: none;
	font-size: 14px;
	font-style: italic;
}
div.wpcf7-validation-errors {
	background-color: #fff891;
}
div.wpcf7-mail-sent-ng {
	background-color: #ffc5ab;
}
div.wpcf7-mail-sent-ok {
	background-color: #d3ffc1;
}
div.wpcf7-response-output {
	padding: 20px;
}
textarea {
	resize: none;
	margin-top: 12px !important;
}
label {
	font-weight: normal;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	background-color: #bdebf3;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, textarea:focus, button:focus {
	outline: 0;
	outline-color: transparent !important;
	outline-style: none !important;
	-webkit-appearance: none !important;
	box-shadow: none !important;
}
input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	margin-top: 30px;
}
input[type="checkbox"]+ span {
	cursor: pointer;
	margin-right: 1em
}
input[type="checkbox"]+span::before {
	font-size: 25px;
	display: inline-block;
	width: 45px;
	margin-left: -5px;
	height: 45px;
	line-height: 2em;
	margin-right: 10px;
	content: "\00a0";
	background-clip: padding-box;
	background-color: #d9f6fb;
	text-align: center
}
input[type="checkbox"]+span:hover::before {
	background-color: #bdebf3;
}
input[type="checkbox"]:checked+span::before {
	color: #215370;
	font-family: FontAwesome;
	content: "\f00c";
}
.wpcf7-form-control-wrap.attachment:before {
	content: "Upload";
}


.wpcf7-form-control-wrap.attachment span.wpcf7-not-valid-tip {
	    position: absolute;
    width: 300px;
    display: block;
    margin-left: 129px;
    top: 14px;
	text-transform: none;
	font-style: italic;
	letter-spacing: 0 !important;
		font-family: 'museo_sans500' !important;
}




.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
select {
	outline: 0;
	width: 100%;
	background-color: #d9f6fb;
	border: none;
	padding: 0 10px;
	height: 48px;
	margin-top: 10px;
	margin-bottom: 25px;
}
.wpcf7-form-control-wrap.attachment {
	position: relative;
	margin-top: 20px !important;
	cursor: pointer;
	border-width: 3px !important;
	font-size: 16px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	background-color: #1fc8e7 !important;
	color: #fff !important;
}
.wpcf7-form-control-wrap.attachment:hover, .wpcf7-form-control-wrap.attachment:focus {
	background-color: #fff !important;
	color: #1fc8e7 !important;
}
.wpcf7-form-control-wrap input[type=file] {
	position: absolute;
	top: -10px;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 30px;
	text-align: right;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
form p {
margin: 0;	
}
.us-states, .canada-provinces {
display: none;
}
.wpcf7 .col-sm-2 {
	width: 20%;
}
.wpcf7 .col-sm-10 {
	width: 80%;
}
.attachment-feedback {
	padding-top: 20px;
	font-size: 19px;
	padding-left: 0px;
}
.remove-file {
	cursor: pointer;
}
span.wpcf7-list-item {
	margin-left: 0;
	margin-right: 20px;
}
.searchform {
	margin: 35px 0 40px 0;
}
.post-archives {
	margin: 40px 0 0 0;
	font-size: 21px;
	color: #4d4d4d;
}
.post-archives a {
	font-family: 'museo_sans700';
	padding: 0 8px;
}
.searchform input {
	width: 100%;
	background-color: transparent;
	border: none;
	height: 39px;
	border-radius: 0px;
	padding: 5px 15px 5px 0 !important;
	border-bottom: 2px solid #1fc8e7;
	box-shadow: none;
	font-size: 21px;
	font-family: 'museo_sans700';
}
.form-control:focus, #searchform #s:focus {
	border-bottom: 2px solid #1fc8e7 !important;
}
.searchform button {
	background-color: transparent;
	color: #000;
	line-height: 26px;
	border: none;
	padding: 1px 0px 10px 0 !important;
	border-bottom: 2px solid #1fc8e7;
}
.searchform button:hover, .searchform button:focus {
	background-color: transparent !important;
	color: #1fc8e7 !important;
}
/*BUTTONS*/




.btn, button, html input[type="button"], input[type="reset"], input[type="submit"], .wpcf7-form-control-wrap.attachment {
	text-transform: uppercase;
	font-family: 'museo_sans900';
	border: 5px solid;
	border-radius: 0;
	letter-spacing: 1px;
	padding: 8px 25px;
	display: inline-block;
	font-size: 26px;
	outline: 0;
	box-shadow: none !important;
}
.btn:hover {
	color: #fff;
}
.dark-btn {
	border-color: #000;
	color: #000;
	outline: 0 !important;
}
.dark-btn:hover {
	background-color: #000;
}
.blue-btn, .wpcf7-submit, .wpcf7-form-control-wrap.attachment {
	color: #1fc8e7;
	border-color: #1fc8e7;
	background-color: #fff;
}
.blue-btn:hover, .wpcf7-submit:hover, button:focus {
	background-color: #1fc8e7 !important;
	color: #fff !important;
	border-color: #1fc8e7 !important;
	outline: none;
}
.wpcf7-submit {
	display: block !important;
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 65px !important;
	padding-right: 65px !important;
	margin-top: 40px;
	line-height: 34px;
	margin-bottom: 40px;
}
select
{
    color: #7f7f7f;
}
option
{
    color: #000;
}
option:first-child
{
    color: #ccc !important;
}
.blog {
	font-size: 18px;
	font-family: 'museo_sans300';
}
.blog .searchform {
	padding-right: 0;
}

#ms-container .col-sm-4 {
width: 31.5%;	
}
.blog .ms-item {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	margin-bottom: 33px;
	padding-top: 15px;
	padding: 10px;
}
.blog .ms-item img {
	margin-bottom: 10px;
}

.entry-content a {
color: #1fc8e7;	
}

.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
margin-top: 20px !important;
margin-bottom: 20px !important;
display: block;	
}
.gutter-sizer {
	width: 2.6%;
}
.post-title {
	font-size: 21px;
}
.ms-item .date {
	border-top: 2px solid #1fc8e7;
	padding-top: 10px;
	margin-bottom: 10px;
}
.ms-item a:hover {
	color: #000 !important;
}
.ms-item:hover {
	background-color: #eef9fb;
}
.ms-item .social-icons {
	margin-bottom: 15px;
}
.entry-header {
	margin-top: -20px;
}
.entry-header .back-to-posts {
	display: inline-block;
	margin-bottom: 30px;
	text-decoration: underline;
}
.entry-header .entry-title {
	margin-bottom: 10px;
	font-size: 46px;
}
.entry-header .post-meta {
	margin-bottom: 0px;
	margin-top: 0;
}
.entry-header p {

	font-size: 17px !important;
}
.entry-header .all-post-data {
margin-bottom: 5px;
display: inline-block;	
}

.entry-header p a {
color: #1fc8e7;
font-family: 'museo_sans700';
}

.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;

	/* important:  dimensions or positioning here! */
}





.entry-content .iframe-flexible-container {
margin-top: 0;	
}
.entry-content {
	font-family: 'museo_sans300';
}
.entry-content .social-icons {
	margin: 40px 0;
	font-family: 'museo_sans700';
}
.entry-content .social-icons i {
	margin-right: 8px;
}
.entry-content .share {
	padding-right: 5px;
}
.entry-header .avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}
.entries-navigation, .companies-navigation {
	border-top: 3px solid #1fc8e7;
	padding-top: 30px;
	margin-bottom: 20px;
}

.companies-navigation img {
display: inline-block;	
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	filter: gray; /* IE6-9 */
}

.companies-navigation img:hover {
display: inline-block;	
	-webkit-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	filter: none; /* IE6-9 */
}
.entries-navigation a[rel="next"] {
	text-align: right;
}

.entries-navigation a, .companies-navigation a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-size: 20px;
	font-family: 'museo_sans700';
}
 .companies-navigation a {
	width: auto;
	cursor: pointer; 
 }
.entries-navigation i, .companies-navigation i {
	color: #1fc8e7;
	vertical-align: middle;
	font-size: 50px !important;
}
.entries-navigation .fa-caret-left, .companies-navigation .fa-caret-left {
	padding-right: 20px !important;
}
.entries-navigation .fa-caret-right, .companies-navigation .fa-caret-right {
	padding-left: 20px !important;
}
.type-news {
	color: #000;
}
.individual-post-featured-image .img-responsive {
	margin: 0 auto 30px auto;
}


.iframe-flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	margin: 30px 0;
	height: 0;
}
.iframe-flexible-container iframe, .iframe-flexible-container object, .iframe-flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}
.application-page .container {
	text-align: center;
}
.application-page h2 {
	margin-bottom: 50px;
}
#application-form {
	padding-top: 70px;
}

/** timeline box structure **/
.timeline {
	list-style: none;
	padding: 0;
	position: relative;
	margin-bottom: 0;
	line-height: 24px;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8f5fa+0,20c8e7+100 */
	background: #d8f5fa; /* Old browsers */
	background: -moz-linear-gradient(top, #d8f5fa 0%, #20c8e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d8f5fa 0%, #20c8e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d8f5fa 0%, #20c8e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8f5fa', endColorstr='#20c8e7', GradientType=0 ); /* IE6-9 */
	left: 0;
	margin-left: 0;
}
.tldate {
	display: block;
	width: 200px;
	background: #414141;
	border: 3px solid #212121;
	color: #ededed;
	margin: 0 auto;
	padding: 3px 0;
	font-weight: bold;
	text-align: center;
	-webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
}
.timeline li {
	margin-bottom: 25px;
	position: relative;
}
.timeline li:before, .timeline li:after {
	content: " ";
	display: table;
}
.timeline li:after {
	clear: both;
}
.timeline li:before, .timeline li:after {
	content: " ";
	display: table;
}
/** timeline panels **/
.timeline li .timeline-panel {
	width: 80%;
	float: left;
	background: #d9f6fb;
	padding: 25px 25px 15px 25px;
	position: relative;
	font-size: 19px;
}
/** panel arrows **/
.timeline li .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #d9f6fb;
	border-right: 0 solid #d9f6fb;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline li .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 13px solid transparent;
	border-left: 13px solid #d9f6fb;
	border-right: 0 solid #d9f6fb;
	border-bottom: 13px solid transparent;
	content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
	top: 0;
	right: 0;
	display: none;
	border: 0;
}
.timeline li.timeline-inverted .timeline-panel {
	float: right;
}
.timeline li.timeline-inverted .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
/** timeline circle icons **/
.timeline li .tl-circ {
	position: absolute;
	top: 20px;
	left: 17px;
	text-align: center;
	background: #fff;
	color: #fff;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border: 5px solid #0388a0;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	z-index: 99999;
}
.timeline-arrow-bottom {
	margin-top: -25px;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid #21c8e7;
}


/************************************
*************************************
*************************************
Timeline Content
*************************************
*************************************
*************************************/

@media (max-width: 700px) {
.page-header h1 {
	font-size: 1.8em;
}


ul.timeline li .timeline-panel {

}
ul.timeline li .tl-circ {
	top: 22px;
	left: 28px;
	margin-left: 0;
}
ul.timeline > li > .tldate {
	margin: 0;
}
ul.timeline > li > .timeline-panel {
	float: right;
}
ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
}
/*Footer Stling*/
.footer-logo {
	margin-right: 70px;
}
.dmbs-footer-menu {
	background-color: #232727;
	padding: 50px 0;
	margin-top: 20px;
}
.navbar-bottom {
	margin-top: 20px;
}
.navbar-bottom li:before {
content: none;
}
.navbar-bottom .nav a {
	padding: 0 30px 0 0;
	font-size: 15px;
	font-family: 'museo_sans700';
	text-transform: uppercase;
	color: #fff;
}
.social-icons i {
	font-size: 22px;
	color: #1fc8e7;
	border: 2px solid #1fc8e7;
	width: 44px;
	height: 44px;
	padding: 10px 0 3px 0;
	text-align: center;
	border-radius: 50%;
}
.social-icons i:hover {
	color: #fff;
	background-color: #1fc8e7;
}
.footer-social .fa-google-plus {
	font-size: 19px;
	padding-top: 11px;
}
.footer-social i {
	margin-left: 10px;
}
.footer-social i:hover {
	color: #232727;
	background-color: #1fc8e7;
}
.footer-social {
	margin-top: 2px;
}
.copyright {
	background-color: #4c4f4f;
	padding: 20px 0;
	color: #fff;
	font-size: 13px;
}
.copyright a {
	color: #fff;
	padding-left: 15px;
}
.copyright a:hover {
	color: #20a9c3 !important;
}
#map-location-1 {
	height: 200px;
}
#map-location-2 {
	height: 200px;
}
.map-container {
	margin-top: 30px;
}
.border-right {
	border-right: 2px solid #1fc8e7;
}



@media (max-width: 1365px) {
.carousel h1 {
	font-size: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 90px;
}
.carousel-caption {
	padding: 0;
}
}

@media (max-width: 1199px) {
body {
	font-size: 19px;
}
h4 {
	font-size: 24px;
}
.counters p {
	font-size: 80px;
}
.testimonials img {
	margin-left: 70px;
	max-width: 202px;
}
.testimonials {
	font-size: inherit;
	padding: 20px 0 0 0!important;
}
.testimonials .narrow-content-left {
	padding: 0;
	padding-top: 30px;
}
.testimonials .col-sm-8 {
	padding-right: 60px !important;
}
.navbar-bottom .nav a {
	padding-right: 20px;
}
.single-random-testimonial {
	font-size: 22px;
}
.full-width-section .container .col-md-11 {
	width: 100%;
}
.single-random-testimonial {
	padding: 40px 0 20px 0 !important;
}
.single-random-testimonial .author {
	font-size: 18px;
}
.page-title, .short-page-title {
	height: 324px !important;
	padding-top: 70px;
}


.page-title.application-page{
padding-top: 40px;
}

select {
margin-top: 5px;
height: 43px;	
}
.main-header .container {
padding: 0 40px;	
}
.short-page-title {
	height: 300px;
	padding: 0;
	padding-top: 150px;
}
.footer-logo {
margin-right: 20px;	
}

.sidr ul {
padding-right: 0 !important;	
}



.short-page-title {
	padding-top: 190px !important;
}

.carousel h1 {letter-spacing: 4px;
	padding: 0 60px;
}
.close-company {
    width: 60px;
    height: 60px;
   right: 20px;
    top: -45px;

    font-size: 30px;
    line-height: 56px;
}
#single-post-container {
	padding-left: 0;
	padding-right: 0;
	}
	
	.short-page-title.individual-profile {
		
	height: 200px !important;	
	}
}

@media (max-width: 991px) {
body {
	font-size: 18px;
}
.dmbs-footer-menu {
	text-align: center;
}
.page-template-template-generic-php section li:before{
	left: 0;
}

.navbar-bottom .navbar-nav {
float: none;
	
}

.navbar-bottom .navbar-nav > li {
float: none;	
}

.navbar-bottom {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.navbar-bottom .nav li {
	display: inline;
}
.navbar-bottom .nav a {
	padding: 0 15px 25px 15px;
	display: inline-block;
}
.footer-social {
	margin-top: 0;
}
.footer-social i {
	margin: 0 5px;
	
font-size: 13px !important;	
}
.footer-logo {
	display:inline-block;
	margin: 0 auto;
}
.dmbs-footer-menu div, .dmbs-footer-menu img, .dmbs-footer-menu nav {
	float: none;
}
.copyright {
	text-align: center;
	font-size: 13px;
	line-height: 1.7em;
}
.copyright a {
	padding-left: 5px;
	white-space: nowrap;
}



.footer-social .fa-google-plus {
font-size: inherit;
padding: inherit;
}


.narrow-content-left {
	padding-right: inherit;
}
.section-title {
	font-size: 28px;
	margin-bottom: 30px;
}
.section-border-bottom {
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.section-border-top {
	margin-top: 40px;
	padding-top: 40px;
}
.main-content {
	padding-top: 40px;
}
h4 {
	font-size: 22px;
}
.post-title {
	font-size: 18px;
}
.post-title a {
text-decoration: none !important;	
}
.blog {
	font-size: 16px;
}

.searchform input {
	padding-bottom: 5px !important;
}
.carousel {
	margin-bottom: 40px;
}
.carousel h1 {
	font-size: 70px;
}
.dark {
	margin-top: -50px;
}
.counters {
	padding: 40px 0 !important;
	font-size: 14px;
}
.counters p {
	font-size: 60px;
}
.date {
	margin-top: 5px;
	font-size: 15px;
}
.news-title-date {
	padding: 10px;
	font-size: 15px;
	line-height: 18px;
}
.testimonial {
	height: 222px;
}
.testimonials img {
	max-width: 150px;
}
.contact-page p {
	font-size: inherit;
}
input[type="text"], input[type="email"], textarea {

	margin-top: 5px;
}
span.wpcf7-not-valid-tip {
margin-top: -20px;
}
span.wpcf7-list-item label {
margin-bottom: 5px;	
}
.application-page h2 {
	margin-top: 80px;
	margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-buttons div {
	margin: 0 !important;
}
.testimonials-slider .owl-next, .testimonials-slider .owl-prev {
	top: 40%;
	width: 30px;
	height: 30px;
	font-size: 15px !important;
	line-height: 15px !important;
}
.testimonials-slider .owl-next {
	padding-right: 8px !important;
}
.testimonials-slider .owl-prev {
	padding-left: 8px !important;
}
.smaller-width {
	width: 100% !important;
	padding: 0;
}
.social-icons i {
	margin-right: 4px;
	width: 30px;
	height: 30px;
	font-size: 16px;
	padding: 0;
	line-height: 27px;
}
.blog .ms-item {
	padding: 10px;
}

.icon-home {
	margin-top: 20px;
width: 180px;	
}
#map-location-1, #map-location-2 {
width:80% !important;	
}
.carousel h1 {
	padding: 0 30px;
}

.camp-focus p {
font-size: 13px;	
}


#single-post-container .partners-logo {
margin-top: -10px;
}


.wpcf7-form-control-wrap.attachment span.wpcf7-not-valid-tip {

    top: 25px;
}


}

@media (max-width: 767px) {

.carousel h1 {
	padding: 0 90px;
}
.carousel-caption {
	left: 5%;
	right: 5%;
}

.narrow-content-left img {
float: left;	
}

.narrow-content-left .section-title {
text-align: left;
font-size: 30px;
margin-left: 25px;
padding-top:15px;
}

.narrow-content-left {
text-align: left !important;	
}
.full-width-section .col-sm-8 {
clear: both;	
}
.body-icon {
height: 70px;
width: auto;
margin-right: 20px;	
}


.counters {
padding: 0;	
}

.counters .col-xs-12 {
margin: 5px 0;
width: 33.3333%;
float: Left;	
}



.single-random-testimonial {
margin-top: 40px;
padding: 40px 0 !important;	
}

form .no-padding-left, form .no-padding-right {
padding: 0;	
}
.wpcf7-form-control-wrap.attachment {
margin-top: 0;	
}
.contact-page .col-sm-6{
	padding: 0;
}


.border-right {
border: none;
margin-bottom:50px;
padding-bottom: 50px !important;
border-bottom:3px solid #1fc8e7;	
}


.news .clearfix:before, .news .clearfix:after {
clear: none !important;	
content: none !important ;
}
.news .clearfix-two-columns {
	clear: both;	
	}

.camp-focus p {
font-size: 17px;	
}
body {
	font-family: 'museo_sans300';
	}
	
.testimonials .col-sm-8 {
float: left !important;
clear: none;
	
}

.wpcf7-submit {
	margin-top: 30px;	
	}
	
	
.testimonials img {
margin-left: 50px;	
}
.testimonials .col-sm-8 {
padding-right: 30px !important; 	
}
.the-team .iframe-flexible-container {
margin-top: 0;
}

.camp-focus .col-sm-4 {
	width: 33.3333%;
}

.entries-navigation .single-news-item {
display: none;
}

.news-navigation {
padding-bottom: 60px !important;
}
.camp-partners {
padding-bottom: 0;	
}
.partners-logo {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.partner-title {
text-align: center;	
margin-top: 20px;
font-size: 26px;
}
.company-link {
display: block;
text-align: center;
font-size: 20px;
}

#ms-container .col-sm-4 {
width: 48.5%;	
}
.blog .searchform {
padding-left: 0;	
}

#single-post-container .partners-logo {
margin-bottom: 0px;	
}
	.short-page-title.individual-profile {
		
	height: 160px !important;	
	}
.post-archives {
margin-top: 30px;	
}
.blog .searchform {
margin-top: 20px !important;	
}
}

@media (max-width: 670px) {
	.btn, button, html input[type="button"], input[type="reset"], input[type="submit"], .wpcf7-form-control-wrap.attachment {
    padding: 4px 15px;
	border-width: 4px;
    font-size: 20px;	
	}	
	
	.page-title, .short-page-title {
	height: 315px !important;
	padding-top: 130px;
}
.page-title h2 {
font-size: 32px;
letter-spacing: 2px;	
}

.page-title.application-page{
padding-top: 60px;
}
.page-title h2 {
padding: 0 60px;	
}
.page-title img {
height: 73px;
}	

	
.narrow-content-left .section-title {
font-size: 26px;
padding-top:17px;
}
.testimonial {
height: auto;
}


.testimonials .col-sm-8, .testimonials .col-sm-4 {
float: none;
width: 100%;	
}

.testimonial img {
float: none;
margin: 0 auto 30px auto;	
}

.testimonials .col-sm-4 {
text-align: center !important;	
}

.testimonial-text {
position: static;
transform: none;	
}

.testimonials-slider .owl-next, .testimonials-slider .owl-prev {
top: 100px;	
width: 40px;
font-size: 25px !important;
height: 40px;
}
.entry-header .back-to-posts {
margin-bottom: 20px;
font-size: 17px !important;	
}
.entry-header .entry-title {
font-size: 23px;	
margin-bottom: 0px;
}

.entry-header .post-meta {
margin-bottom:0px;
text-align: left;
display: inline-block;
width: auto;
}


.entry-header .avatar {
	float: left;	
}
.entry-header .post-meta .bold {
margin-top: 5px !important;
display:block;	
}
.entry-header .all-post-data {
float: left;	
margin-top: 5px;
}
.entry-header .post-meta .italic {
font-size: 15px;
display:block;
}

.entries-navigation a, .companies-navigation a {
font-size: 15px;	
}
.entries-navigation .fa-caret-left, .companies-navigation .fa-caret-left {

}

.entries-navigation .fa-caret-right, .companies-navigation .fa-caret-right {

}

.short-page-title  {
padding-top: 150px !important;	
}
.short-page-title h2 {
font-size: 24px !important;
	
}

.carousel h1 {
	font-size: 60px;
	padding: 0 60px;
}
}





@media (max-width: 650px) {
	.timeline li .timeline-panel {
	width: 87%;
	}
	ul.timeline li .tl-circ {
	left: 0px;	
	}
	.timeline:before {
	width: 46px !important;
	}
	.timeline li .tl-circ {
	width: 26px;
	height: 26px;
	border-width: 3px;
	left: 	
	}
	.timeline-arrow-bottom {
    border-left-width: 23px;
    border-right-width: 23px;
    border-top-width: 15px;
	}
	
	#single-post-container .container {
	width: 100% !important;
	}
	#single-post-container {
	padding-left: 0;
	padding-right: 0;
	}
	.companies-navigation .row{
padding: 0 15px !important;	
}


}



@media (max-width: 600px) {

	


.single-random-testimonial {
	margin-top: 30px;
    padding: 30px 0 !important;
}

.section-border-bottom {
	
    margin-bottom: 30px;

}

h4 {
font-size: 20px;
}
.single-random-testimonial {
font-size: 18px;	
}

	.short-page-title.individual-profile {
		padding-top: 0 !important;
	height: 90px !important;	
	}
	
	
}

@media (max-width: 560px) {
.navbar-bottom {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.navbar-bottom .nav li {
	display: inline;
}
.navbar-bottom .nav a {
	padding: 0 20px 20px 20px;
	display: inline-block;
}
.camp-focus p {
font-size: 13px;	
}
.icon-home {
	width: 130px;	
	}
	
.timeline li .timeline-panel {
	width: 84%;
	font-size: 16px;
	
	font-family: 'museo_sans500';
	padding: 10px 10px 0px 10px !important;
	}
	
	
	
.carousel h1 {
	padding: 0 30px;
}
	
	.wpcf7-form-control-wrap.attachment span.wpcf7-not-valid-tip {
	margin-left: -35px;
	width: 300px;
	top: 60px !important;	
	}
	
.header-logo {
width: 95px;
    position: absolute;
    z-index: 999999;	
}	

	.nav-trigger a {
padding: 0 5px;
border-width: 3px;
margin-top: 5px;
}
.icon-bar {
	margin: 7px 0;
	height: 3px;
	width: 28px;
}
.nav-trigger.active .icon-bar:nth-of-type(1) {
	top: 11px;
	background-color: #45ecf8 !important;
}


.nav-trigger.active .icon-bar:nth-of-type(3) {
    top:-9px !important;
	background-color: #45ecf8 !important;
}

.mobile-nav {
display: block;	
}


.mobile-only {
display: block;	
}
.mobile-nav img {
width: 95px;	
}
#nav-trigger {
display: none;	
}


.navbar-collapse {
padding: 0 !important;	
}

.navbar-collapse ul {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 30px;
background-color: #fff !important;
list-style-type: none;
}
.navbar-collapse li a {
display: block;
padding: 15px 0;
text-align: center;
text-transform: uppercase;
font-family: 'museo_sans700';	
}
.navbar-collapse li {
margin: 0;
    border-top: 1px solid #51eef8;	
}

.main-header .container {
padding: 0 20px;	
}

.main-header.nav-open {
background-color: #fff;
margin-top: -5%;
padding-top: 10%;	
}
.main-header.nav-open .main-logo {
display: none;	
}
.main-header.nav-open .blue-logo{
	display: block !important;
}
.white-bg {
background-color: #fff;
position: absolute;
width: 100%;
height: 150px;
top: 0;	
z-index: 999;
display: none;
}

.counters .col-xs-12 {
margin: 5px 0;
width: 100%;
float: none;	
}
.funding {
margin-left: -10px;	
}


}



@media (max-width: 480px) {
	.carousel h1 {
	font-size: 39px;
	letter-spacing: 3px;
	padding: 0 60px;	
	}
	
	


.body-icon {
height: 40px;	
}
.narrow-content-left .section-title {
padding-top:7px;
}

.camp-focus  .no-padding-left, .camp-focus .no-padding-right, .camp-focus .col-sm-4 {
padding:0;
}


		.camp-focus .clearfix:before, .camp-focus .clearfix:after{
		clear: none !important;	
content: none !important ;	
		}


.camp-focus .clearfix-two-columns {
		clear: both;	
}
	
	.camp-focus img {
	height: 52px;
	width: auto;
	margin-left: auto;	
	}
	
	.camp-focus .col-sm-4 {
	width: 50%;
}

.entries-navigation .fa-caret-left, .companies-navigation .fa-caret-left {
width: 20%;
}

.entries-navigation .fa-caret-right, .companies-navigation .fa-caret-right {
width: 20%;
}
.entries-navigation .break {
width: 80%;
}

	#ms-container .col-sm-4 {
width: 100%;	
}

.news .col-sm-4 {
width: 100%;
float: none;	
}

.news .clearfix:before, .news .clearfix:after {
clear: both !important;	
content: " " !important ;
}
.news .clearfix-two-columns {
	clear: none;	
	}
	
	
	.close-company {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
	}
	
	.page-title h2 {
	padding: 0;	
	}
.main-header .container {
padding: 0 15px;	
}
.companies-navigation img {
width: 70%;
height: auto;	
}


}


@media (max-width: 460px) {
.timeline li .timeline-panel {
	width: 82%;
	}
 
}



@media (max-width: 400px) {
#map-location-1, #map-location-2 {
width:100% !important;	
}
.carousel h1 {
	padding: 0 30px;	
	}

	
	.timeline li .timeline-panel {
	width: 80%;
	}
	
.camp-partners .col-xs-6 {
width: 80%;
float: none;
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;	
}
.partners-logo {
	margin-top: 0px;
	margin-bottom: 10px;
}





}



@media (max-width: 350px) {
.timeline li .timeline-panel {
	width: 76%;
	
	}	
	.carousel h1 {
	padding: 0;	
	}


}


@media (max-width: 320px) {

	.carousel h1 {
	padding: 0;
}

}