
input[type="text"], textarea, input[type="submit"] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	outline:none;
	border-radius:0px;
	outline:0;
	font-family: 'Open Sans', sans-serif;
}

button {
	outline:0;
}

::-webkit-input-placeholder {}

.panel {
	float:left;
	width:100%;
	border-radius:0px;
	padding:0px;
	margin:0px;
	box-shadow:none;
	background:none;
	border:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

ul {
	margin:0px;
	padding:0px;
}

section {
	float:left;
	width:100%;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tableRow {
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.tableCell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	color:#000;
}

p,label {
	font-family: 'Open Sans', sans-serif;
}

body {
	font-family: 'Open Sans', sans-serif;
	color:#000;
}

.btn-success,.btn-info,.btn-primary {
	display:inline-block;
}

img {
	max-width: 100%;
}


@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gotcha';
    src: url('../fonts/GotchaRegular.woff2') format('woff2'),
        url('../fonts/GotchaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CALIFR';
    src: url('../fonts/CALIFR.eot');
    src: url('../fonts/CALIFR.eot') format('embedded-opentype'),
         url('../fonts/CALIFR.woff2') format('woff2'),
         url('../fonts/CALIFR.woff') format('woff'),
         url('../fonts/CALIFR.ttf') format('truetype'),
         url('img/CALIFR.svg') format('svg');
}

/* Header Style */
#header {
	display: inline-block;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)), url(img/banner.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding:0px 35px;
	padding-top: 45px;
	padding-bottom: 50px;
}

.navbar-default {
	background:none;
	border:none;
	margin-bottom:0px;
	    padding: 0px 74px 0px 74px !important;
}

#header .navbar-default .navbar-nav  li  a {
	color:#fff;
	text-transform:capitalize;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	line-height:40px;
	padding:10px 19px;
	text-transform:uppercase;
    transition: .3s ease;
}

#header .navbar-default .navbar-nav  li  a:hover {
	color:#db2d44;
}

.navbar-brand {
	padding:0px 0px;
}

.navbar-default .navbar-brand a img {
	width: 100%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}

#header h1 {
	font-size: 120px;
	color: #fff;
	font-family: 'Gotcha';
	line-height: 152px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 120px 0px 30px 0px;
}

#header p {
	font-size: 30px;
	color: #db2d44;
	font-family: 'CALIFR';
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0px;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 25px;
}

a.btn-default {
	border:2px solid #fff;
	background: transparent;
	padding:0px 55px;
	line-height: 52px;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
    transition: .3s ease;
}

a.btn-default:hover {
	color:#fff;
	background:#db2d44;
	border-color:#db2d44;
}


/* Banner Style */
#banner {
	background:#000;
}

#banner  .fa {
	font-size:30px;
	color:#fff;
}

/* Category style */
#category {
	background:#000;
	border-top: 3px solid #db2d44;
	border-bottom: 3px solid #db2d44;
	padding:15px 0px;
}

#category .btn-default {
	background: transparent;
	color: #fff;
	border:none;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'CALIFR';
}

#category .btn-default span {
	color: #db2d44;
}

#category ul.dropdown-menu {
    left: 25%;
    background: #db2d44;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 0px 0px;
}

#category .dropdown-menu>li>a {
    padding: 5px 15px;
    color: #fff;
    transition: .3s ease;
}

#category .dropdown-menu>li>a:hover {
	color:#000;
}

/* GOTD */
#gotd {
	background: #db2d44;
	padding-top: 50px;
}

#heading {
	background: #000;
	padding-top: 100px;
	display: inline-block;
	width: 100%;
	padding-bottom: 200px;
}

#heading h2 {
	color: #db2d44;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'CALIFR';
	font-weight: bold;
}

#heading h2:after {
    content: "";
    background: #db2d44;
    width: 150px;
    height: 5px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 45%;
    display: inline-block;
}

#gotd ul li {
	color: #fff;
	list-style: none;
    font-size: 15px;
    text-transform: uppercase;
    padding: 3px 0px;
}

#gotd .border_l {
	border-right: 1px solid #fff;
}

#gotd h3 {
    color: #fff;
    position: absolute;
    top: -130px;
    left: 0;
    font-size: 70px;
	text-transform: uppercase;
	font-family: 'CALIFR';
}

#gotd img {
    width: 80%;
    margin-top: -170px;
}

#gotd span {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 25px 0px;
	display: inline-block;
	margin-bottom: 0px;
	padding-left: 15px;
}

#gotd p {
	color:#fff; 
	padding-left: 15px;
	margin-top: 15px;
}

/* Call Now */
#call_now {
	background: url(img/bg_call.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 50px 0px;
}

#call_now h3 {
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'CALIFR';	
	letter-spacing: 5px;
}

#call_now h3 span {
	color: #db2d44;
}

#call_now .border_w {
	border-right: 4px solid #db2d44;
}

#lg {
	background: #db2d44;
	padding-top: 60px;
}


#lg h2 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'CALIFR';
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#lg h2:after {
    content: "";
    background: #fff;
    width: 150px;
    height: 5px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 45%;
    display: inline-block;
}

#lg h1 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'CALIFR';
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#lg h1:after {
    content: "";
    background: #fff;
    width: 150px;
    height: 5px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 45%;
    display: inline-block;
}





#lg_photos {
	padding-top: 50px;
	background: #db2d44;
}

#lg_photos img {
	position: relative;
}

#lg_photos .gray {
    background: #e1e1e1;
    padding: 20px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#lg_photos .gray.top {
    bottom: auto;
    z-index: 999999;
    top: 0;
}

#lg_photos .gray h4 {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-family: 'CALIFR';
	margin-top: 20px;
	margin-bottom: 20px;
}

#lg_photos .gray a.red_mini {
	border: 1px solid #db2d44;
	color: #000;
	display: inline-block;
	padding:8px 25px;
	text-transform: uppercase;
	text-decoration: none;
    transition: .3s ease;
}

#lg_photos .gray a.red_mini:hover {
	color:#fff;
	background:#db2d44;
}

#gallery {
	padding-top: 60px;
}


#gallery h2 {
	color: #db2d44;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'CALIFR';
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#gallery h2:after {
    content: "";
    background: #db2d44;
    width: 150px;
    height: 5px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 45%;
    display: inline-block;
}


#gallery h3 {
	color: #db2d44;
	font-size: 50px;
	text-transform: uppercase;
	font-family: 'CALIFR';
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#gallery h3:after {
    content: "";
    background: #db2d44;
    width: 150px;
    height: 5px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 45%;
    display: inline-block;
}




#gallery img {
    border-radius: 10px;
	border:4px solid #db2d44;
	margin-top: 50px;
}

#gallery h4 {
	color: #db2d44;
	text-transform: uppercase;
	font-family: 'CALIFR';
}

#gallery p {
	color: #000;
	text-transform: uppercase;
}

.g_img {
	position: relative;
}

.overlay {
    position: absolute;
    top: 15px;
    background: rgba(0,0,0,0.65);
    margin-top: 50px;
         width: 225px;
    height: 307px;
    left: 15px;
    border-radius: 10px;
    text-align: center;
    padding-top: 55%;
    opacity: 0;
    transition: .3s ease;
}

.g_img:hover .overlay {
  opacity: 1;
  cursor: pointer;
}


#gallery .overlay a {
	color: #db2d44;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration:none;
}

#heading.heading_two {
	background:#fff;
}

#gotd.gotw {
	padding-bottom: 50px;
}

#gotd.gotw h3 {
	color: #000;
}

#gotd.gotw h4 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'CALIFR';
	margin-left: 15px;
}

#gotd.gotw ul li {
	list-style: disc;
	margin-left: 30px;
	font-size: 16px;
	text-transform: capitalize;
}

#gotd.gotw img.gifs {
    width: 5%;
    margin: 0px;
    margin-right: 10px;
}

#gotd.gotw h4 {
	margin-right: 70px;
}

#city {
	background: #e1e1e1;
	padding:30px 0px;
}

#city h2 {
    color: #db2d44;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'CALIFR';
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding-bottom: 50px;
}

#city h2:after {
    content: "";
    background: #db2d44;
    width: 150px;
    height: 5px;
    position: absolute;
    bottom: 45px;
    text-align: center;
    left: 45%;
    display: inline-block;
}

#city a.city_1 {
	display: inline-block;
	width: 100%;
	background:rgba(0,0,0,0.45);
	padding:5px 15px;
	margin: 10px 0px;
    transition: .3s ease;
}

#city a.city_1:hover {
	background:#db2d44;
	color:3000;
}

#city a.city_1 p {
	color: #fff;
	margin:0px;
	text-transform: uppercase;
	font-size: 18px;
	float: left;
}

#city a.city_1 span {
	color: #fff;
	float: right;
	text-transform: uppercase;
	font-size: 18px;
}

#call_now a.btn-default {
	font-size:18px;
	text-transform:uppercase;
	border:1px solid #fff;
}

#call_now a.btn-default:hover {
	border-color:#db2d44;
}

#call_now.navigat {
	background: url(img/bg_call_2.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 50px 0px;
}

#tips {
	background:#e1e1e1;
	padding:50px 0px;
}

#tips h2 {
    color: #db2d44;
    font-size: 85px;
    text-transform: uppercase;
    font-family: 'CALIFR';
    margin-bottom: 10px;
    padding-bottom: 50px;
}

#tips span {
	font-size:18px;
	color:#db2d44;
	font-weight:bold;
}

#tips p {
	color:#000;
	font-size:13px;
	margin-bottom:25px;
}

#video {
	background:#db2d44;
	padding:50px 0px;
}

#video h2 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'CALIFR';
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding-bottom: 50px;
}

#video h2:after {
    content: "";
    background: #fff;
    width: 150px;
    height: 5px;
    position: absolute;
    bottom: 45px;
    text-align: center;
    left: 45%;
    display: inline-block;
}

/* Footer Style */
#footer {
	background:#000;
	padding:35px 0px;
}

#footer img {
	max-width:100%;
	margin-bottom:25px;
}

#footer h5 {
	color:#db2d44;
	font-size:20px;
	margin-bottom:25px;
}

#footer h5  a {
	color:#db2d44;
	font-size:20px;
	padding:0px 5px;
	text-decoration:none;
}

#footer hr {
	display:inline-block;
	width:100%;
}

#footer ul li {
	display:inline-block;
	padding:0px 5px;
}

#footer ul li a {
	color:#a99f9f;
	text-transform:uppercase;
	text-decoration:none;
    transition: .3s ease;
}

#footer ul li a:hover {
	color:#fff;
}

#footer p {
	color:#a99f9f;
	text-align:left;
	font-size:12px;
}

/*****======= Responsive Style Css ======***********/

/* Landscape phones and portrait tablets */
@media (max-width: 767px){

.navbar-default .navbar-brand img {
}

.navbar-default .navbar-toggle {
	margin-top:15px;
	border:none;
	margin-right:0px;
}

.navbar-collapse {
	border:none;
	box-shadow:none;
}


#header .navbar-default .navbar-nav > li > a {
	text-align:center;
}

.row-eq-height {
	display:block;
}

.navbar-default .navbar-toggle .icon-bar {
	background:#fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background:none;
}

.flush-right {
	padding-right:15px;	
}

.xs-center {
	text-align:center;
}

#header h1 {
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 5px;
    margin: 80px 0px 30px 0px;
}

#header p {
    font-size: 20px;
}

#heading h2 {
    font-size: 30px;
}

#heading {
    padding-top: 50px;
    padding-bottom: 100px;
}

#heading h2:after {
    width: 80px;
    height: 3px;
    left: 40%;
}

#gotd ul li {
    font-size: 10px;
}

#gotd img {
    width: 100%;
    margin-top: 0;
}

#gotd p {
    color: #fff;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 13px;
}

#call_now .border_w {
    border-right: none;
}

#call_now h3 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'CALIFR';
    letter-spacing: 5px;
}

#call_now {
    padding: 25px 0px;
}

#lg {
    padding-top: 35px;
}

#lg h2 {
    font-size: 30px;
}

#lg  h2:after {
    width: 80px;
    height: 3px;
    left: 40%;
}

#gallery  h2 {
    font-size: 22px;
}

#gallery h2:after {
    width: 80px;
    height: 3px;
    left: 38%;
}

.overlay {
    width: 120px;
    height: 165px;
}

#gallery .overlay a {
    font-size: 14px;
}

#gallery h4 {
    font-size: 16px;
}

#gotd.gotw ul li {
    margin-left: 14px;
    font-size: 11px;
}

#gotd.gotw h4 {
    margin-right: 70px;
    font-size: 14px;
}

#gotd.gotw ul  {
	margin-bottom:15px;
}

#gotd.gotw h4 {
    margin-right: 0;
    font-size: 14px;
    text-align: left;
}

#gotd p {
	text-align:left;
}

#city  h2 {
    font-size: 22px;
}

#city h2:after {
    width: 80px;
    height: 3px;
    left: 38%;
}

#call_now a.btn-default {
    width: 100%;
    text-align: center;
}

#tips h2 {
    font-size: 49px;
}

#city a.city_1 p {
    font-size: 13px;
}

#city a.city_1 span {
    font-size: 13px;
}

#tips span {
    font-size: 11px;
}

#tips p {
    font-size: 11px;
}

#video {
    padding: 25px 0px;
}

#video  h2 {
    font-size: 22px;
}

#video h2:after {
    width: 80px;
    height: 3px;
    left: 38%;
}

#video iframe {
    margin-bottom: 15px;
}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	.navbar-default .navbar-brand a img {
		width: 70%;
	}
	
	#header .navbar-default .navbar-nav li a {
		font-size: 13px;
		padding: 1px 7px;
	}
	
	#header h1 {
		font-size: 50px;
		color: #fff;
		font-family: 'Gotcha';
		line-height: 60px;
		letter-spacing: 5px;
		text-transform: uppercase;
		margin: 50px 0px 30px 0px;
	}
	
	#header p {
		font-size: 18px;
	}
	
	#call_now h3 {
		font-size: 30px;
	}
	#gotd ul li {
		font-size: 10px;
	}
	.overlay {
		width: 129px;
		height: 180px;
	}
	#gotd.gotw h4 {
		margin-right: 0;
	}
	
	#gotd.gotw h4 {
		color: #000;
		font-size: 16px;
	}
	#call_now a.btn-default {
		font-size: 11px;
	}
	#tips h2 {
		color: #db2d44;
		font-size: 40px;
	}
	#tips span {
		font-size: 12px;
	}
	#tips p {
		color: #000;
		font-size: 12px;
	}
	#video h2:after, #heading h2:after, #lg h2:after, #gallery h2:after, #city h2:after {
		left: 41%;
	}
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1169px) {
}