

/* ##################### RESET CSS  ##################### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

img{
	max-width:100%;
}

/* Common CSS */

.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.relative{
	position:relative;
}
.icon{
	font-style:normal;
}
.button.line,
.button.alt.line{
	background:transparent;
	border:2px solid;
}
.button{
	display:inline-block;
	text-align:center;
	min-width:150px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	letter-spacing: 0.05em;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
input[type="submit"].button{
	display:inline-block;
	text-align:center;
	width:100%;
	line-height:50px;
	border:none;
}
.margin-top-bottom{
	margin:15px 0;
}
.border1px{
	border:1px solid;
}

.header{
	background: url("../images/header-bg.jpg");
	color:#fff;
}
.overlay{
	background:rgba(0,0,0,.5);
	padding:150px 0;
}

.header h1{
	font-weight:700;
}

.single-item{
	margin-bottom:50px;
	
}

.single-item img{
	width:100%;
}
.items-sections{
	padding:100px 0;
}
.all-demos{
	padding-top:60px;
}
.single-item .top{
	padding:18px;
	border-radius:5px;
	margin-bottom:10px;
}
.single-item h3{
	padding:10px 0 0;
	font-size:24px;
}
.single-item h3 span{
	display:block;
	font-size:12px;
	font-weight:400;
}
.single-item ul li a{
	width:200px;
	line-height:50px;
	display:inline-block;
	text-align:center;
	color:#fff;
	background:#3498DB;
	border-radius:5px;
	margin:10px 0;
	font-size:18px;
}
.single-item ul li a:hover{
	background:#1C6697;
}
.more-options h3{
	padding-bottom:40px;
}
.more-options h4{
	padding-top:12px;
}
.more-options{
	color:#fff;
	background: url(../images/hotel.jpg);
	background-size:cover;
	padding:70px 0;
}


.footer-area a{
	color:#fff;
}
.footer-area a:hover{
	color:#3498DB;
}
.footer-area{
	padding:70px 0;
	background:#464646;
	color:#fff;
}

/*Coustom Media Query CSS*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.lead-form{
		margin:0 100px;
	}
	.pricing-area .section-title-innr{
		min-height:330px;
	}
	.gallery-area .section-title-innr{
		min-height:250px;
	}
}

@media only screen and (max-width: 767px) {
	.features-area .nav-tabs > li {
		width: 50%;
	}
	.video-dec-innr {
		padding: 22px 20px;
	}
}
