.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
.item:nth-child(1) {
  background: rgb(243,243,243);
}
.item:nth-child(2) {
  background: rgb(243,243,243);
}
.item:nth-child(3) {
  background: rgb(243,243,243);
}
.item:nth-child(4) {
  background: rgb(243,243,243);
}
.item:nth-child(5) {
  background: rgb(243,243,243);
}
.item:nth-child(6) {
  background: rgb(243,243,243);
}
.item:nth-child(7) {
  background: rgb(243,243,243);
}
.item:nth-child(8) {
  background: rgb(243,243,243);
}
.item:nth-child(9) {
  background: rgb(243,243,243);
}
.pfitem {
	height:80%;
	width:100%;
	text-align:center;
	display: block;
}
.pfitem:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.pfitem img {
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Arial sans-serif;        /* <-- reset the font property */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.1;
	text-transform:uppercase;
	letter-spacing:0.2em;
    color:#999;
}

p {
color:#999;
letter-spacing:0.1em;
font-size:12px;
}
a:link {
color:#999;
text-decoration:none;
/* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}
a:hover {
color:#666;
text-decoration:none;
}
a:active {
color:#999;
text-decoration:underline;
}
a:visited {
color:#999;
text-decoration:underline;
}
.navbar-default{
border:0;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
color:rgb(190,190,190);
background-color:#FFF;
}

.navbar-default .navbar-nav > li > a{
color:rgb(190,190,190);
text-decoration:none;
}

.navbar-default .navbar-toggle {
	border:0;
	border-radius:0px;
}
.navbar-default .navbar-toggle:hover {
	background-color:rgb(240,240,240);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e7e7e7;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	
}
.dropdown-menu > li > a {
	color:#999;	
}
.dropdown-menu > li > a:hover {
	color:#666;	
}
.dropdown-menu > li > a:active {
	color:#666;	
	    background-color: rgb(245,245,245);

}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #555;
    text-decoration: none;
    background-color: rgb(245,245,245);
    outline: 0;
}
.carousel-control{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .3;
	/* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}
.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel-indicators {
bottom:5px;
}
.carousel-indicators li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgb(190,190,190);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgb(190,190,190);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(190,190,190);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(190,190,190);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: rgb(190,190,190);
    height: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 12px;
}
.carousel-caption {
	color:rgb(190,190,190);
	text-shadow:none;
	right: 15%;
	left: 15%;
	padding: 0px 15px 15px 15px;
}
.carousel-caption h5{
	margin-bottom: 5px;
}
.carousel-caption h6{
	margin-top: 0;
	margin-bottom: 0;
}
.carousel-caption p{
	margin-top: 5px;
	color:rgb(205 d,205,205);
	font-size: 9px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border:none;
}
.read-more{
	display:inline-block;
    margin-top:0;
	margin-bottom:10px;
}
.read-more a{
	font-size:11px;
	border:1px solid rgb(190,190,190);
	padding:5px;
	color:rgb(190,190,190);
}
.read-more a:hover{
	font-size:11px;
	border:1px solid #333;
	padding:5px;
	color:#333;
}

/* Contact Icons */
.contacticons{
	width:136px;
	margin: 0px auto 40px auto;
	clear: both;
}
.contacticonimg {
  position:relative;
  height:25px;
  width:25px;
  margin:0 auto;
}
.contacticonimg img {
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	position: absolute;
	left: 1px;
}
.contacticonimg img.top:hover {
  opacity:0;
}

.contact-l {height:25px;width:25px;margin:10px 6px 10px 0px;float:left;}
.contact-m {height:25px;width:25px;margin:10px 6px 10px 6px;float:left;}
.contact-r {height:25px;width:25px;margin:10px 0px 10px 6px;float:left;}
	/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should be a color other than white */
	z-index:99; /* makes sure it stays on top */
}
@media(max-width:767px){
.navbar-nav{
	float:left;
	width:100%;
	margin:0;
}

	
		body{max-width: 100%;overflow-x: hidden;}

}

@media(min-width:768px)
{	
.navbar-nav{float:right;}
body{max-width: 100%;overflow-x: hidden;}
.dropdown-menu {display: none;}	
}


@media(min-width:992px)
{
.navbar-nav{float:right;}
body{max-width: 100%;overflow-x: hidden;}
.dropdown-menu {display: none;}
}


@media(min-width:1200px)
{
.navbar-nav{float:right;}
body{max-width: 100%;overflow-x: hidden;}
.dropdown-menu {display: none;}
}


@media(max-width:500px){
.carousel-caption {
	padding: 0px 3px 15px 3px;
	width:96%;
	left:2%;
	right: 2%;
}
	.pfitem {
	height:80%;
	width:100%;
	text-align:center;
	display: block;
}
}
