body{
	font-family: 'Open Sans', sans-serif;
}
a:hover{
	color: #42B4E6;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: 700;
}
.btn{
	border-radius: 0px;
}
.btn.btn-primary{
	background: #000;
	border-color: transparent;
}
.btn.btn-primary:hover{
	background: #666;
}
.lead{
	font-size: 19px;
}
b, strong {
    font-weight: 600;
}
img{
	max-width: 100%;
	min-height: 112px;
}
/* ========================
	navbar overwrite
	======================= */
.navbar-default .navbar-brand{
	font-family: 'Playfair Display', serif;
	color: #42B4E6;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}

.navbar-default .navbar-brand:hover{
	color: #42B4E6;
}
.navbar-default .navbar-nav > li > a{
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active,.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active{
	color: #42B4E6;
	outline: none;
}
.navbar-default{
	background: transparent;
	border: transparent;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
}
.grey-bg{
	background: #666;

}
.grey-bg-imp{
	background: #666 !important;
}
/* ========================
	carousel overwrite
	======================= */
.carousel-control, .carousel-indicators{
	display: none;
}
.carousel-caption{
	left: 7%;
	bottom: 50px;
	text-align: left;
	text-shadow: none;
}
.carousel-title{
	font-size: 50px;
	font-weight: 600;

}
.carousel-content{
	font-size: 18px;
	margin: 20px 0;
}
.carousel-button{
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.carousel-button:after{
	content: "\e092";
	font-family: 'Glyphicons Halflings';
	font-weight: 300;
	margin-left: 10px;
	position: relative;
	top: 2px;
	border-left: 1px solid;
	padding-left: 10px;
}
/*=============
	Three blocks 
	 ==============*/
	#three-blocks{
		text-align: center;
		padding: 50px 0;
	}
	#three-blocks .content{
		padding: 0 50px;
		line-height: 1.8em;
	}
	#three-blocks .h5{
		text-transform: uppercase;
		color: #42B4E6;
		margin-bottom: 15px;
		font-size: 18px;
	}
	#three-blocks p{
		margin-bottom: 20px;
	}
	.bordered-left-right{
		border-left:1px solid #dfdfdf;
		border-right:1px solid #dfdfdf;
	}
/*===============
	footer styling 
	===============*/
footer{
	background: #666;
	padding:10px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #dfdfdf;
	text-align: center;
}
footer a{
	font-weight: 700;
	color: #dfdfdf;
	text-decoration: underline;
}
ins{
	color: #000;
	font-weight: 600;
}
/* =================
	inner page top titles 
	================= */
.inner-page-title{
	background: #42B4E6;
	background: rgba(66, 180, 230, 0.5);
	color: #000;
	text-align: center;
	padding:75px 0 30px 0;
	text-transform: uppercase;
}
.inner-page-title h1:after{
display: block;
width: 50px;
height: 2px;
content: '';
background: #666666;
margin:auto;
margin-top: 5px;
}
/* =================
	inner page main content 
	================= */
.inner-page-main-content{
	padding:50px;
	min-height: 500px;
}
.inner-page-image-content{
	padding:50px 0 30px 0;
}
/* .inner-page-main-content.gallery{
	min-height: 700px;
} */
/*================
gallery page
=============*/
.gallery a {
	max-width: 100%;
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin-bottom: 30px;
	display: block;
}
/*============
	contact us page
	===============*/
.form-control{
	border-radius: 0px;
	border-color: #dfdfdf;
}
input[type="submit"]{
	margin-top: 8px;
}
     .form-control {
    height: 45px;
    margin-bottom: 10px;
}
        textarea.form-control {
            height: 100px;
        }

        .submit-icon {
            display: none;
        }

        .submit-icon.rotating-show {
            display: inline-block;
            vertical-align: middle;
        }
        .form-control .img-thumbnail{ width:230px;  height: 45px;} 

        @-webkit-keyframes rotating

        /* Safari and Chrome */
            {
            from {
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        @keyframes rotating {
            from {
                -ms-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            to {
                -ms-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        .rotating {
            -webkit-animation: rotating 2s linear infinite;
            -moz-animation: rotating 2s linear infinite;
            -ms-animation: rotating 2s linear infinite;
            -o-animation: rotating 2s linear infinite;
            animation: rotating 2s linear infinite;
        }

        .contact-form-sec {
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

        .form-btn {
            background: #3498db;
            border: none;
            padding: 15px 35px;
            margin: 0;
            position: relative;
            display: inline-block;
        }

        .form-btn:hover,
        .form-btn:focus {
            background: #737373;
            color: #fff;
        }
        .img-thumbnail {
    display: inline-block;
    max-width:100%;
    min-height:50px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s 
ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s 
ease-in-out;
}
        

