/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
body,html {
	height:100%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
  height:800px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=20);
  opacity: .2;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=30);
  outline: 0;
  opacity: .3;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 20px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}


/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill_banner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	background-color: rgba(239, 239, 239, 1);
	background-size: auto, 100% 250%;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

header.carousel .fill_background {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	background-color: rgba(239, 239, 239, 1);
	background-image: url("../images/overlay.png"), url("../images/highlight.png");
	background-size: auto, 100% 250%;
	/*
		position: relative;
		background-color: rgba(21, 28, 23, 0.85);
		background-image: url("images/overlay.png"), url("images/highlight.png");
		background-position: top left, center center;
		background-size: auto, 100% 250%;
		background-repeat: repeat, no-repeat;
		text-align: center;
		margin: 0;
	
	*/
}

.slidetextarea {
	width:80%;
	position: absolute;
	right: 5%;
	bottom: 0%;
	top:0%;
	left: 5%;
	z-index: 10;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.textbox {
	background-color: rgba(255, 255, 255, 0);
	padding:10px;
	border-radius:6px;
	vertical-align:top;
	position:relative;
	height:80%;
	margin-top:30px;
	width:45%;
	float:right;
	text-align:justify;
}

.textbox h2.banner {
	position:absolute;
	bottom:0px;
	right:0px;
}

.imagebox {
	background-color: rgba(255, 255, 255, 0);
	padding:10px 0px;
	border-radius:6px;
	vertical-align:top;
	position:relative;
	height:80%;
	margin-top:10px;
	bottom:5px;
	width:50%;
	float:left;
	text-align:left;
}

.imagebox img {
	max-width:95%;
	max-height:110%;
	position:relative;
	text-align:center;
	border:6px solid #fff;
	box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);border-radius: 0px;
}

.slidetextarea h5{
	color: #111;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom:10px;
	line-height:1em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	text-align:left!important
}

.slidetextarea h1 {
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	margin-left:15px;
}

.textbox a{
	text-transform: uppercase;
	padding: 5px 15px;
	margin-top:10px;
	display: inline-block;
	font-size: 20px;
	text-decoration:none!important;
	font-weight: normal;
	color: #fff!important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	opacity: 1;
	letter-spacing: 0.5px;
	margin-left:15px;
}

.textbox a:hover {
	color: #fff!important;
}



/* skin */
a.blue-yellow {
	color: #D75B00!important;
	text-shadow:none!important;
	background: #ffec64; /* Old browsers */
	border: 1px solid #ffaa22;
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
}

/* skin */
a.blue-yellow:hover {
	color: #E68A00!important;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4)!important;
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.4)!important;
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.4)!important;
	border: 1px solid #fca213;	/*
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #feb61a), color-stop(1, #fdd71b));
	background:-moz-linear-gradient(top, #feb61a 5%, #fdd71b 100%);
	background:-webkit-linear-gradient(top, #feb61a 5%, #fdd71b 100%);
	background:-o-linear-gradient(top, #feb61a 5%, #fdd71b 100%);
	background:-ms-linear-gradient(top, #feb61a 5%, #fdd71b 100%);
	background:linear-gradient(to bottom, #feb61a 5%, #fdd71b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb61a', endColorstr='#fdd71b',GradientType=0);
	background-color:#feb61a;
	*/
}

/* skin */
a.dark-blue {
	color: #fff;
	border: 1px solid #005684;
	background: #007dc1; /* Old browsers */
	background: -moz-linear-gradient(top, #007dc1 0%, #0061a7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007dc1), color-stop(100%,#0061a7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #007dc1 0%,#0061a7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #007dc1 0%,#0061a7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #007dc1 0%,#0061a7 100%); /* IE10+ */
	background: linear-gradient(top, #007dc1 0%,#0061a7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0 ); /* IE6-9 */
}

/* skin */
a.dark-blue:hover {
	color: #fff;
	border: 1px solid #005684;
	background: #007dc1; /* Old browsers */
	background: -moz-linear-gradient(top, #036ca5 0%, #075a87 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#036ca5), color-stop(100%,#075a87)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #036ca5 0%,#075a87 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #036ca5 0%,#075a87 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #036ca5 0%,#075a87 100%); /* IE10+ */
	background: linear-gradient(top, #036ca5 0%,#075a87 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036ca5', endColorstr='#075a87',GradientType=0 ); /* IE6-9 */
}
/* Responsive Styles */

/*--------------- ipad and lower size --------------------*/

@media(max-width:1024px) {

	.slidetextarea h5{
		font-size: 1.5em;
		font-weight: normal;
	}
	
	.slidetextarea h1 {
		font-size: 1.1em;
		font-weight: normal;
	}

}

/*--------------- ipad and upper size --------------------*/

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  
}

/*----------------------------------------------------------------------------------------------------------	*/
/*           PORTRAIT																											*/
/*----------------------------------------------------------------------------------------------------------	*/

/* --------------------------------------------- ipad Portrait --------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {

    header.carousel {
        height: 25%!important
    }
}


/*-------------------- 1) iPhone 4 / 5 Portrait ---------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 480px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {

    header.carousel {
        height: 20%!important
    }
}

/*-------------------- 2) Galaxy Portrait ---------------------------------------------------------*/
@media screen and (min-width: 360px) and (max-width: 640px), (min-device-width: 360px) and (max-device-width: 640px) and (orientation : portrait) {

    header.carousel {
        height: 18%!important
    }
}

/*-------------------- 3) iPhone 6 Portrait -------------------------------------------------------*/
@media screen and (min-width: 375px) and (max-width: 627px), (min-device-width: 375px) and (max-device-width: 627px) and (orientation : portrait) {

    header.carousel {
        height: 20%!important
    }
}

/*-------------------- 4) iPhone 6 plus Portrait -------------------------------------------------*/
@media screen and (min-width: 414px) and (max-width: 736px), (min-device-width: 414px) and (max-device-width: 627px) and (orientation : portrait) {

    header.carousel {
        height: 20%!important
    }
}


/*-------------------- 5) ipad Landscape ----------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1024px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {

    header.carousel {
        height: 40%!important
    }
}

/*----------------------------------------------------------------------------------------------------------	*/
/*           LANDSCAPE																											*/
/*----------------------------------------------------------------------------------------------------------	*/

/* -------------------- 6) iPhone 6 plus Landscape  ------------------------------------------*/
@media screen and (min-width: 736px) and (max-width: 736px), (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
/* 8. landscape viewport 640 x 360 */ 
    header.carousel {
        height: 50%!important
    }
}


/* -------------------- 7) iPhone 6 Landscape  -----------------------------------------------*/
@media screen and (min-width: 667px) and (max-width: 667px), (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) {

    header.carousel {
        height: 50%!important
    }
}


/* ------------------  8) Galaxy Landscape  --------------------------------------------------*/
@media screen and (min-width: 640px) and (max-width: 640px), (min-device-width: 360px) and (max-device-width: 640px) and (orientation : landscape) {

    header.carousel {
        height: 50%!important
    }
}


/* -------------------- 9) iPhone 5 Landscape  ----------------------------------------------*/
@media screen and (min-width: 568px) and (max-width: 568px), (min-device-width: 320px) and (max-device-width: 568px) and (orientation : landscape) {

    header.carousel {
        height: 50%!important
    }
}

/* ------------------- 10) iPhone 4 Landscape  ---------------------------------------------*/
@media screen and (min-width: 480px) and (max-width: 480px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : landscape) {

    header.carousel {
        height: 47%!important
    }
}