/*********************************************************
CAROUSEL(HOME SLIDER)
*********************************************************/
a.scrollDown > span,
.masterCaption{
	display:none;
}


.videoVolumnOnOffButton,
.videoPlayPause {
    position: absolute;
    left: 10rem;
    bottom: 10rem;
    z-index: 10;
    cursor: pointer;
    background: #0E9EC7;
    padding: 1em;
    width: 60px;
    color: #FFF;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

.videoPlayPause {
    left: 14.5rem;
    bottom: 10rem;
}

.videoVolumnOnOffButton:hover,
.videoPlayPause:hover {
    background: #FCB040;
}

.videoVolumnOnOffButton i,
.videoPlayPause i {
    font-size: 1.5rem;
    font-weight: 100;
}

.videoPlayPause i {
    font-weight: 600;
}


/*.carousel-caption a:after*/
a.scrollDown:before{
	content: "\f10c";
	font-family: fontawesome;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	color: inherit;
	display: inline-block;
	margin-left: 0.5em;
}

#carousel{
	position:relative;
	z-index:1;
}

.carousel-caption p a,
.carousel-caption p a:link {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    padding: 0 !important;
    display: inline !important;
}

.vl {
    border-left: 1px solid rgba(76,89,107,0.7);
    height: 8em;
    position: absolute;
    left: 50%;
    margin-right: 4em !important;
    padding-left: 1em;
}
/*.carousel-inner {
    max-height: 936px;
    min-height: 936px;
}*/
.carousel-inner.landscapeMode {
	max-height:550px;
	min-height:550px;
}

.item{
	position: relative;
	width: 100%;
	height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.carousel-item {
    height: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.carousel-caption {
    position: absolute;
    top: 38%;
    left: 10rem;
    text-align: left;
    text-shadow: none;
    height: 50%;
	width: 647px;
}
#carousel .overlay {
    position: absolute;
    top: 0;
    background-image: linear-gradient(to right, #051e55c7 0%, rgba(0, 131, 202, 0) 60%);
    width: 100%;
    height: 100%;
}
#carousel .photo-credit {
    position: absolute;
    right: 8rem;
    bottom: 9rem;
    opacity: 0.7;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.carousel-caption.portraitMode {
    top: 51%;
}
    .carousel-caption h2 {
        font-family: 'Open Sans', sans-serif;           
        font-weight: normal;
        text-transform: uppercase;
        margin: 0 157px 3px 0;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 25px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.25px;
        text-align: left;
        color: #fff;
    }
.carousel-caption h3{
	font-family: 'Roboto Slab', serif !important;
	font-size: 3.6em;
	font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 2.5px;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 0;
}
.carousel-caption p{
	margin: 3px 0 0;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: 'Open Sans', sans-serif;      
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: left;
    color: #fff;
    line-height: 21px;
    letter-spacing: 2px;
}

.carousel-caption a,
.carousel-caption a:link {
	display: block;
	padding: 1.7em 10em;
}
/*.carousel-caption a:visited {
	color:rgb(255,255,255);
}
.carousel-caption a:hover {
	color: rgb(255,255,255);
}
.carousel-caption a:active {
	color: rgb(255,255,255);
}*/

.carousel-indicators {
	margin: 0;
	bottom: 30%;
    left: 10rem;
    width: auto;
    justify-content: left;
}

.carousel-indicators li {
	width:16px;
	height:16px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
    background: #ffffff94;
    border: none;
    margin: 0 0.5rem 0 0 !important;
}

.carousel-indicators .active{
	width:16px;
	height:16px;
	background: #fff;
    border: none;
}

/*.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev{
	margin-top:52px;
}*/

.carousel-control{
	color:rgb(255,255,255)!important;
	color:rgba(255,255,255,0.9)!important;
}
.carousel-control:visited{
	color:rgb(255,255,255)!important;
	color:rgba(255,255,255,0.9)!important;
}
.carousel-control:hover{
	color:rgb(119,168,224)  !important;
    color:rgba(119,168,224,0.9)  !important;
}
.carousel-control:active{
	color:rgb(111,170,42)!important;
    color:rgba(111,170,42,0.9)!important;
}
.carousel-control:focus{
	color:rgb(111,170,42)!important;
    color:rgba(111,170,42,0.9)!important;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}
/*********************************************************
FADE EFFECT
*********************************************************/
.carousel-fade .carousel-inner .item{
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active{
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d){
	.carousel-fade .carousel-inner > .carousel-item.next,
	.carousel-fade .carousel-inner > .carousel-item.active.right{
	  opacity:0;
	  -webkit-transform:translate3d(0, 0, 0);
	  transform:translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .carousel-item.prev,
	.carousel-fade .carousel-inner > .carousel-item.active.left{
	  opacity: 0;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .carousel-item.next.left,
	.carousel-fade .carousel-inner > .carousel-item.prev.right,
	.carousel-fade .carousel-inner > .carousel-item.active {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
}

/*Mobile banner*/

.mobile-view .carousel-inner > figure > video,
.mobile-view .backVideo,
.mobile-view #playPauseButton,
.mobile-view #volumeButton,
.mobile-view .btnScrollDown {
    display: none;
}

.mobile-view .fallbackImg {
    display: block;
    margin-top: 10em;
}

.mobile-view .carousel-indicators {
    bottom: 2rem !important;
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*.mobile-view .carousel-indicators li {
    background: rgba(22, 87, 81, 0.8);
}

.mobile-view .carousel-indicators .active {
    background: rgba(252, 176, 64, 0.8);
}*/

.mobile-view .carousel-control-next,
.mobile-view .carousel-control-prev {
    font-size: 2rem;
    color: #018AB6 !important;
}

.mobile-view .carousel-control-next:visited,
.mobile-view .carousel-control-prev:visited {
    color: #018AB6 !important;
}

.mobile-view .carousel-item:after {
    content: normal;
}

.mobile-view .carousel-caption {
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-left: 0;
    padding: 1.5rem 4rem 5rem;
    text-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: #051e55;
}

.mobile-view .carousel-caption h2 {
    padding-top: 1em;
	text-align: center;
	margin: 0;
    font-size: 16px;
}

.mobile-view .carousel-caption p {
	text-align: center;
	font-size: 12px;
}

.mobile-view .carousel-caption h3 {
    font-size: 32px;
}

.mobile-view .carousel-caption a,
.mobile-view .carousel-caption a:link {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.mobile-view .carousel-item .mobile-bg {
    /*margin-top: 5rem;*/
}


/*Mobile banner end*/


/*********************************************************
MEDIA QUERY
*********************************************************/


@media only screen and (max-height: 840px) {
	
	.carousel-caption {
		top: 35%;
	}
	
	.carousel-indicators{
		bottom: 25%;
	}
}

@media only screen and (max-height: 760px) {
	
	.carousel-caption {
		top: 35%;
	}
	
	.carousel-indicators{
		bottom: 27%;
	}
}

@media only screen and (max-height: 690px) {
	
	.carousel-inner {
		min-height: 650px;
	}
	
	.mobile-view.carousel-inner {
		min-height: auto;
	}
	
	.carousel-caption {
		top: 30%;
	}
	
	.carousel-indicators{
		bottom: 25%;
	}
}

@media only screen and (max-width:1670px) {

	.carousel-caption {
		left: 6rem;
	}
	
	.carousel-indicators {
		left: 6rem;
	}
	
    /*.carousel-caption h2 {
        font-size: 2em;
    }
    .carousel-caption h3 {
        font-size: 3em;
    }
   .carousel-caption p{
	margin:0 auto;
	padding: .5em 14em 4em 2em;
	line-height: 1.5em;
	}*/
}

@media only screen and (max-width:1470px){
	
	.carousel-caption {
		left: 4rem;
	}
	
	.carousel-indicators {
		left: 4rem;
	}
}

@media only screen and (max-width:1190px) {
	
	.frmSearch:after {
		width: 400px;
	}
	
	.carousel-caption h2 {
		font-size: 20px;
	}
	
	.carousel-caption h3 {
		font-size: 40px;
	}
	
	.carousel-caption p {
		font-size: 14px;
	}
	
	.carousel-caption {
		width: 466px;
	}
   
}

@media only screen and (max-width:765px) {
	
	
	
	
	
}

@media only screen and (max-width: 730px){
	/*.carousel-caption p{
        width: 63% !important;
	}*/
}

@media only screen and (max-width: 700px){
	/*.carousel-caption p{
        width: 65% !important;
	}*/
}

@media only screen and (max-width:670px){
	/*.carousel-caption p{
        left: auto !important;
        width: 100% !important;
	}
	.carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -4em;
    }*/

}

@media only screen and (max-width: 600px){
	 .mobile-view .carousel-caption {
		padding: 1.5rem 2rem 5rem;
	}
}

@media only screen and (max-width: 599px){
	  /*.carousel-caption h3 {
        font-size: 2.5em;
        margin: 0;
    }*/
}
@media only screen and (max-width:580px) {
    /*.carousel-caption h2 {
        font-size: 1.3em;
    }
    .carousel-caption h3 {
        font-size: 30px;
    }*/
}
@media only screen and (max-width: 560px){
    /*.carousel-caption{
		width: 104% !important;
	}*/
}

@media only screen and (max-width:540px){
	/*.carousel-caption{
		width: 110% !important;
	}
	.carousel-caption p{
        width: 60% !important;
        font-size: 15px !important;
	}*/
}

@media only screen and (max-width:520px){
	/*.carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -8em;
    }
	.carousel-caption{
		width: 100% !important;
	}*/
}
@media only screen and (max-width:500px){
	
	.mobile-view .carousel-caption h2 {
		font-size: 14px;
	}
	
	.mobile-view .carousel-caption h3 {
		font-size: 28px;
	}
	
}

@media only screen and (max-width:470px){
	/*.carousel-caption p{
        font-size: 15px !important;
	}*/
}

@media only screen and (max-width:438px) {
   /* #carousel {
        margin-top: 5.5em;
    }
    .activePopupAlert #carousel {
        margin-top: 6.5em;
    }*/
}

@media only screen and (max-width: 406px){

	/*.carousel-caption p{
        font-size: 14px !important;
	}*/
}


@media only screen and (max-width:380px){
	/*.carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -10em;
    }*/
}

@media only screen and (max-width:360px){
	/*.carousel-caption h2 {
        font-size: 14px;
    }
    .carousel-caption h3 {
        font-size: 25px;
    }*/
}


@media only screen and (max-width: 320px){
	/*.carousel-caption h2 {
        font-size:16px;
    }
    .carousel-caption h3 {
        font-size:25px;
    }
	.carousel-caption p{
        font-size: 12px !important;
	}*/
}