/*html {
	overflow: hidden;
}*/

html, body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
	overflow-x: hidden;
}


/* ============================== */

/* 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 */
}
#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally on the screen */
	top:50%; /* centers the loading animation vertically on the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* ============================== */

/*bounce-up animation*/
.hidden2{
	opacity:0;
}
.visible2{
	opacity:1;
}

li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
h1, h2{
	text-transform: uppercase;
	font-weight: bold;
}
h1, h2, h3, h4, p {
	font-family: 'Josefin Sans', sans-serif;
}

/* ============================== */

/*header area*/
.top-header{
	background: transparent;
	background-image: url(../img/nav-bg.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: 100% 100%;
	width: 100%;
	height: 120px;
	z-index: 99;
}
.top-header img.logo{
	margin-bottom: 5px;
	margin-top: 0px;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0;
	margin-top: 10px;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	background-color: transparent;
	border-radius: 0px 0px 10px 10px;
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 20px;\
	background-image: none;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 14px 15px;
	margin: 0px 3px;
	letter-spacing: 1px;
	transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	-moz-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
}
.navbar-default .navbar-nav>li>a:hover{
	background: url(../img/navhover.png);
	color: #000;
	padding: 18px 15px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
li a.active{
	color: #42b3e5 !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	margin-top: 4px;
}


/* ============================== */

/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel, .slide {
	z-index: -1;
}
.carousel-caption h1{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-left: 21px;
	font-size: 80px;
    -webkit-animation: textgrow 5s; /* Chrome, Safari, Opera */
    animation: textgrow 5s;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes textgrow {
    from {scale: 50%; opacity: 0; text-shadow: 2px 2px 2px rgba(0,0,0,.2); letter-spacing: 0px;}
    to {scale: 100%; opacity: 1; text-shadow: 10px 10px 15px rgba(0,0,0,.8); letter-spacing: 20px;}
}

/* Standard syntax */
@keyframes textgrow {
    from {scale: 50%; opacity: 0; text-shadow: 2px 2px 2px rgba(0,0,0,.2); letter-spacing: 0px;}
    to {scale: 100%; opacity: 1; text-shadow: 10px 10px 15px rgba(0,0,0,.8); letter-spacing: 20px;}
}

.carousel-caption p{
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
}
.carousel-inner{
	position: relative;
	background: #000;
}
.carousel-inner img {
    -webkit-animation: imgblur 5s; /* Chrome, Safari, Opera */
    animation: imgblur 5s;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes imgblur {
    from {filter:blur(10px) saturate(30%) brightness(30%);}
    to {filter:blur(0px) saturate(100%) brightness(100%);}
}

/* Standard syntax */
@keyframes imgblur {
    from {filter:blur(10px) saturate(30%) brightness(30%);}
    to {filter:blur(0px) saturate(100%) brightness(100%);}
}.item{
	position: relative;
	overflow: hidden;
}
.carousel-caption {
	width: 100%;
	left: 0%;
	text-align: center;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}

.slider-bottom {
	width: 100%;
	left: 0%;
	text-align: center;
	top: 80%;
	margin-top: -150px;
}
/* ============================== */

.content-area{
	width: 98%;
	margin: 20px;
	overflow: hidden;
}
.content{
	overflow: hidden;
}
.content h2{
	font-size: 90px;
	color: #5c350a;
}
.content h3{
	font-size: 60px;
	color: #5c350a;
}
.content h4{
	font-size: 24px;
	color: #737373;
	line-height: 140%;
}
.content a{
	color: #5c350a;
}
.content-section {
	text-align: center;
}
.info-button p {
	background-image: url(../img/btnhover.png);
	font-size: 30px;
	padding: 15px 10px 10px;
	border-style: solid;
	border-width: 5px;
	width: 350px;
	display: inline-block;
	margin-bottom: 80px;
}
.ib-white p{
	color: #fff;
	border-color: #fff;
}
.ib-black p{
	color: #000;
	border-color: #000;
}
.info-button p:hover {
	color:#ccc;
	border-color: #ccc;
}
.content-element {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px;
}
.content-element-top-align {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 0px 10px;
}

.content-img-text h3 {
	color: #fff;
	padding-top: 10px;
}


.img-home01{
	width: 500px;
	height: auto;
}
.top-image-img {
	opacity: 0;
	max-height: 300px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.accordion-img {
	width: 80%;
	display: inline-block;
	margin: 20px auto;
}

.bottom-link {
	width: 45%;
	margin: 0px 10px;
}

.embed-responsive-item {
	width: 853px;
	height: 480px;
}
	
/* ============================== */

/*contact section*/

#contact:focus {
	outline: none;
}
.contact:focus {
	border: 0px;
}
.contact-caption{
	margin-bottom: 50px;
}
.contact-heading h4{
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 45px;
	line-height: 140%;
}
.contact-heading h2{
	color: #fff;
	font-size: 40px;
	letter-spacing: 1px;
}

.contact-info h3{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-info a{
	color: #fff;
}
.contact-info a:hover {
	color: #fcf2bd;
}
.contact-info h4{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}
.info-detail{
	border-top: 1px solid #ccc;
	padding-top: 15px;
	font-size: 14px;
	color: #fff;
}
.info-detail-item{
	text-align: left;
}
.info-detail-item > *{
	vertical-align: top;
}
.info-detail-icon{
	font-size: 16px;
  	padding-right: 12px;
  	width: 25px;
	display: inline-block;
}
.info-detail-text{
	display: inline-block;
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 0;
}

.social-list {
	border-top: 1px solid #ccc;
}
ul.social {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
ul.social > li {
	margin: 0 0 20px;
}
ul.social > li > a {
	display: block;
	font-size: 18px;
}
ul.social > li > a i {
	margin-right: 10px;
}
.social li {
	display: inline-block;
 }
.icon-social {
	border: 2px solid #999;
	color: #fff;
	border-radius: 50%;
	display: inline-block !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0;
}
.social .icon-social{
	background: transparent;
	color: #999;
	transition:all 1s ease 0s;
	-webkit-transition:all 1s ease 0s;
	-moz-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	-ms-transition:all 1s ease 0s;
}
.social li:hover .icon-social.fa-facebook {
	background: #4f7dd4;
	border-color: #4f7dd4;
}
.social li:hover .icon-social.fa-twitter {
	background: #5bceff;
	border-color: #5bceff;
}
.social li:hover .icon-social.fa-instagram {
	background: #cb2027;
	border-color: #cb2027;
}
.social li:hover .icon-social.fa-youtube {
	background: #cb2027;
	border-color: #cb2027;
}
.social li:hover .icon-social {
	color: #fff;
}


.contact-form, .contact-info {
	width: 500px;
	margin: 0px 50px;
}
.contact-form h3{
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.contact-form input:focus {
	background: #fcf2bd;
	outline: none;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 140px;
	border:0;
	margin-bottom: 12px;
}
.contact-form textarea:focus{
	background: #fcf2bd;
	outline: none;
}
.form{
	border-top: 1px solid #ccc;
	padding-top: 15px;
	text-align: right;
	
}
.form .submit{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	padding: 7px 5px 5px;
	font-weight: 300;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
}
.form .submit:hover {
	color: #fcf2bd;
	border-color: #fcf2bd;
}
.form .submit:focus {
	background: transparent;
	color: #fcf2bd;
	border-color: #fcf2bd;
}
.returnmessage{
	font-size: 24px;
	color: #fff;
	float: clear;
	text-align: center;
	padding-top: 65px;
}
	
#success { 
	display:none;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}

/* ============================== */

/*footer*/
.footer{
	background: url(../img/contact-bg.jpg);
	background-size: 100%;
	background-color: #000;
	background-attachment: fixed;
	text-align: center;
	width: 100%;
	}
.footer p{
	font-size: 15px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	margin: 0;
	margin-top: -10px;
	padding: 10px 0;
}

/*========== accordion ==========*/

.accordion-toggle {
	cursor: pointer;
	height: 100px;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
}
.accordion-top {
	margin-top: 10px;
}
.accordion-content {
	display: none;
	background: #eee;
	padding: 10px;
	margin: 0px;
}
.accordion-content.default {
	display: block;
	background: #eee;
	padding: 10px;
	margin: 0px;
}
#accordion {
	margin-bottom: 50px;
	width: 100%;
}
#accordion h3 {
	font-size: 50px;
	color: #fff;
	text-shadow: 2px 2px 0px rgb(0,0,0);
}

/*======================css for carousel=========================*/
.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;
    opacity: 1;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
	  overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
	  overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
	  overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

