/** LOGO **/

.mobilenav{
display: none;
  }

.icon-box-3 .heading{
    color: #ff9c00;
 
}

	
.inverse {
    color: #fff;

}


.icon-box-3 > .icon-box-icon  {
border-right-color: #333333;
border-bottom-color: #333333;

}


.icon-box-3 > .icon-box-icon > .fa {
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 28px;
	background-color: #333333;

}


.icon-box-3:hover {

    box-shadow: 3px 4px 12px #222;

}
.icon-box-3 {

    position: relative;
    background-color: #333333;
    border: 5px solid #cc0033;
    box-shadow: 1px 2px 5px #222;
    padding: 50px 50px 35px;
    margin: 20px 0px 40px 0px;
    text-align: center;
    -webkit-transition: 200ms ease all;
    transition: 200ms ease all;

}




.container {
    max-width: 1600px;
}





#mainContent {
    transition: margin-left .5s;
    padding: 16px;
}





.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
right: 0;

	   background-color: rgba(0,0,0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity:0;
    transition: opacity 1s;		
	cursor: crosshair;



}



.offcanvas,.offcanvas2{
    height: 100%;
    width: 0;
    top: 0;
right: 0;
    background-color: #111;
    position: fixed;
    z-index: 700;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;

}
.offcanvas a,.offcanvas2 a {
	padding: 8px 8px 8px 32px;
	text-decoration: none !important;
	font-size: 25px;
	color: #FFFFFF;
	display: block;
	transition: .3s
}
.offcanvas a:hover, .offcanvas a:focus,.offcanvas2 a:hover{
    color: #f1f1f1;	
}
.closeOffcanvas, .closeOffcanvas2 {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;

}
#main {
    transition: margin-left .5s;
}


	#myOffcanvas .subnav {
		font-size: 18px;	padding-left: 50px; line-height: 100%;
	}




* {margin:0;padding:0;}
.nav {
		
	position: fixed;
	right: 0;
	top: 0%;
	width: 9em;
	color: #FFF;
	background-color: rgba(0,0,0,.7);
	padding: 8px;
	font-size: 1.5em;
}

.nav:hover{
	background-color: #2D2D2D;


}


.nav2 {
	position: fixed;
	right: 0;
	top: 6%;
	width: 9em;

	color: #FFF;
	background-color: rgba(0,0,0,.7);
	padding: 8px;
	font-size: 1.5em;

}




.nav3 {
	display: none;
	position: fixed;
	right: 0;
	top: 0%;
	width: 3em;

	color: #FFF;
	background-color: rgba(0,0,0,.7);
	padding: 3px;
	font-size: 1.5em;

}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 600;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}












.carousel-indicators {

    bottom: 100px;

}



.carousel-item {
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: visible;
	        backface-visibility: visible;
}








carousel-inner>.item {
    position: relative;
    max-height: 20px;
}
.carousel-caption{
	top: 75%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.6);
	position: relative;
	bottom: 1px;
	left: 0%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: -100px;
	color: #fff;
	text-align: left;
	width: 35%;
	padding-right: 20px;
	padding-left: 40px;	
	 
 
}


.carousel-caption h1 {
	font-size: 2.85rem;
	line-height: 3rem;
	font-style: normal;
	margin-bottom: 15px;
	color: #FFFFFF;

}

.carousel-caption p {
	font-size: 1.4rem;

	font-style: normal;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-family: 'PT Sans Narrow', sans-serif;

}









.item .carousel-caption {
 background: rgba(0, 0, 0, 0.4);
}







#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}






.card-body a{
	font-size: 20px;


	color: #fff;

}

.btn-primary:hover, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
	border-color: #000000;
	background-color: #999999;
}



.footer-pri {
	border-top: 10px solid #cc0033;
	background-color: #444444;
	padding: 1.875rem 0 0.9375rem;
	color: #c0c0c0;
}




.carousel-item {
  height: 90vh;
  min-height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  




}


.offcanvas, .offcanvas2, #nav, #nav2 {
	background-color: rgba(204, 0,51, 0.8);
}





.pull-up {
    margin-top: 50px;
	
}


.mt-80 {
    margin-top: -1rem !important;

    margin-bottom: 1rem !important;

}

.collapsible {


    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}




.apply-info {
	background-color: #C8C8C8;
}



.social > li > a {
	background-color: #FFFFFF;
	color: #1a2b51;
	height: 2.1875rem;
	width: 2.1875rem;
	font-size: 1.125rem;
	line-height: 2.25rem;
	display: inline-block;
	border-radius: 0.125rem;
	text-align: center;
}






@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
.nav3 {
	
	position: fixed;
	right: 0;
	top: 0%;
	width: 3em;

	color: #FFF;
	background-color: rgba(0,0,0,.7);
	padding: 3px;
	font-size: 1.5em;

}





}







@media screen and (max-width: 900px) {
 .mobilenav{
	display: inherit;
	background-color: #F7F7F7;	
  }
 
  #nav {
display: none;
  }  
  .nav {
display: none;
  }
.nav2 {
display: none;
  }
.nav3 {
	
	position: fixed;
	right: 0;
	top: 0%;
	width: 3em;

	color: #FFF;
	background-color: rgba(0,0,0,.7);
	padding: 3px;
	font-size: 1.5em;

}
.subnav {
    font-size: 18px;
    padding-left: 10px;
    line-height: 120%;
}
.navbar-nav {
    font-size: 20px;
    padding-left: 10px;
    line-height: 120%;
}

.carousel-caption h1 {
	font-size: 1.5rem;

	font-style: normal;

	color: #FFFFFF;

}

.carousel-caption p {
	font-size: 1.0rem;

	font-style: normal;

	color: #FFFFFF;
	font-family: 'PT Sans Narrow', sans-serif;

}


.btn {
    font-family: 'PT Sans Narrow', sans-serif;
    position: relative;
    border-width: 2px;
    letter-spacing: 0.02em;
    border-radius: 0.125rem;
    padding: 0.625rem 1.875rem;
    text-transform: uppercase;
    font-weight: 200;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    z-index: 2;
}

/*.ok .container.pull-up.mb-80 .row .col-sm-4 .icon-box-3 .icon-box-content .inverse {
	display: none;
}

.ok .container.pull-up.mb-80 .row .col-sm-4 .icon-box-3 {
	display: none;
 }*/
.carousel-item {
	height: 5vh;
	min-height: 50px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 50px;
	margin-bottom: 200px;
}
.carousel-caption {
	position: fixed;
	left: 0%;
	z-index: 10;
	margin-top: 160px;
	color: #fff;
	width: 100%;
	padding-bottom: 180px;
	background-color: #000;
}
.carousel-caption p{
	font-size: 12px;
	
}

.scroll-down a{

    display: none;


}

.carousel-indicators li {

    display: none;


}



.inverse {
  display: none;


}
.icon-box-3 {

    position: relative;
    background-color: #333333;
    border: 5px solid #cc0033;
    box-shadow: 1px 2px 5px #222;
    padding: 10x 10px 3px;
    margin: 2px 0px 4px 0px;
    text-align: center;


}


}






