﻿body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4b5a65;
	padding-top: 77px;
}
img, iframe, video {
max-width:100%;
}
a:hover, a:focus {
outline:none;
text-decoration:none;
}
h1 {
margin:10px 0px;
font-size:34px;
font-weight:700;
}
h2 {
	color: #4b5a65;
	font-size:25px;
	font-weight:600;
	text-transform:uppercase;
}
p {
line-height:24px;
}
	/****************** Top Menu ****************/
	/********************* Menu Lists ***********************/
	.navbar-nav {
		margin-top: 20px;
	}

.navbar-default.navbar-fixed-top * {
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
}

.navbar-default .navbar-nav > li + li {
	margin-left: 5px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	color: #4b5a65;
	padding: 10px 10px;
}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #0969db;
	}

.navbar-default.navbar-fixed-top.sticky {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

	.navbar-default.navbar-fixed-top.sticky .navbar-nav {
		margin-top: 6px;
	}

.navbar-default.navbar-fixed-top .navbar-brand > img {
	transition: height ease-in 0.5s;
	-webkit-transition: height ease-in 0.5s;
	-moz-transition: height ease-in 0.5s;
	-ms-transition: height ease-in 0.5s;
}

.navbar-default.navbar-fixed-top.sticky .navbar-brand > img {
	width: 150px;
}
.blue-butt {
	background: #0969db;
	padding: 6px 15px!important;
	display: inline-block;
	color: #ffffff!important;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: 700;
	border: 2px solid transparent;
}

	.blue-butt:hover {
		border-color: #0969db;
		background: #ffffff;
		color: #0969db!important;
	}

	.blue-butt.light:hover {
		border-color: #ffffff;
		background: none;
		color: #ffffff!important;
	}
/************* Hero Sections***********/
.hero-sections {
	background: url(../images/header-back.jpg) no-repeat center #011c30;
	padding-top:50px;
    padding-bottom:50px;
}
.hero-sections h1{
	color:#ffffff;
	font-weight:500;
	font-size:30px;
	text-transform:uppercase;
	line-height:40px;
	margin-bottom:40px;
}
.ui-list {
list-style:none;
margin:10px 0px;
padding:0px;
}
	.ui-list li {
font-size:18px;	
padding:5px 0px;
margin:5px 0px;
position:relative;
padding-left:35px;
}
		.ui-list li:after {
			font-family: 'FontAwesome';
			content: "\f00c";
			position: absolute;
			left: 0px;
			top: 4px;
			font-size: 20px;
		}
.hero-sections .ui-list {
	margin: 50px 15px 15px 40px;
	color:#ffffff;
}
.hero-sections .reserve-butt {
	margin-top:15px;
}
.video-image {
display:inline-block;
position:relative;
}
	.video-image .video-frame {
		position: absolute;
		left: 18.8%;
		width: 63.5%;
		top: 3.8%;
		height: 60%;
		display: block;
		background: #000000;
		padding-bottom: 47.8%;
		overflow: hidden;
	}
	.video-frame iframe,
.video-frame object,
.video-frame embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}
.video-cover span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	color: #ffffff;
	background: #0969db;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: block;
	font-size: 40px;
	line-height: 85px;
	text-align: center;
	box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.2);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.video-cover:hover {
	cursor:pointer;
}
	.video-cover:hover span {
		transform: translate(-50%,-50%) scale(0.8);
		-webkit-transform: translate(-50%,-50%) scale(0.8);
		-moz-transform: translate(-50%,-50%) scale(0.8);
	}
.about-section {
padding-top:45px;
}
	.about-section h2 {
		color: #0969db;
		margin-bottom:15px;
	}
	/************* Testimonial Sections*************/
.testimonial-section {
	background: #f6f8fb;
	padding:50px 0px;
	overflow:hidden;
}
	.testimonial-section h3 {
	margin-bottom:5px;
	}
.blue-text {
	color: #0969db;
	font-weight:700;
}
.testimonial-slide {
margin-top:25px;
margin-bottom:25px;
}
	.testimonial-slide .carousel-cell {
		width: 33.33%;
		opacity: 0.5;
	}
	.testimonial-slide .carousel-cell.is-selected {
		opacity:1;
	}
.testi-box {
		border: 1px solid #d5d5d5;
		display: block;
		overflow: hidden;
		background: #ffffff;
		margin: 2px;
	}
.testi-content {
padding:15px;
}
	.testi-content abbr {
	font-weight:700;
	margin-bottom:8px;
	display:block;
	overflow:hidden;
	}
	.testi-content p {
		font-size: 16px;
		line-height: 24px;
		color: #5a6268;
	}
	.testi-content strong {
		color: #0969db;
	}
	
	.testimonial-slide .flickity-viewport {
	overflow: visible;
}
.test-thumb {
position:relative;
display:block;
overflow:hidden;
cursor:pointer;
}
	.test-thumb .glyphicon-facetime-video {
		font-size: 20px;
		padding: 5px 10px;
		border-radius:5px;
		position: absolute;
		left: 15px;
		top: 15px;
		display: block;
		background: #0969db;
		color:#ffffff;
	}
.timer-section {
	padding: 25px 0px;
	color: #ffffff;
	background: #252d33;
	text-align:center;
}
	.timer-section abbr {
font-size:32px;
	}
	.timer-section .timer {
		font-size: 22px;
		background: #ffffff;
		border-radius: 5px;
		color: #252d33;
		padding: 6px 15px;
		font-weight: bold;
		display: inline-block;
		margin-left: 20px;
	}
.footer-section {

	font-size: 16px;
}
.top-footer .col-sm-6 {
	padding:25px 15px;
} .subscribe-form {
	display: block;
	margin: 0px;
	padding: 15px 0px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 15px;
}
	.subscribe-form span {

margin-right:15px;
font-size:20px;
font-weight:bold;
	}
	.subscribe-form form {
		min-width: 500px;
		max-width: 100%;
		position: relative;
		display: inline-block;
		padding-right: 40px;
	}
	.subscribe-form form input{
		padding:8px 15px;
		width:100%;
		border:1px solid #d5d5d5;
		background:#ffffff;
		font-size:16px;

	}
		.subscribe-form form button {
			position: absolute;
			right: 0px;
			top: 0px;
			background: #0969db;
			color: #ffffff;
			border: none;
			padding: 9px 12px;
		}
			.subscribe-form form button:hover {
			background:#252d33;
			} .subscribe-form form input:focus {
				outline: none;
			}
.footer-nav {
list-style:none;
margin:0px;
padding:0px;
margin-left:-10px;
}
	.footer-nav li {
display:inline-block;
padding:3px 10px;
}
		.footer-nav li + li {
		border-left:1px solid #d5d5d5;
		}
		.footer-nav li a, .contact-info p a {
			color: #4b5a65;
		}
			.footer-nav li a:hover, .contact-info p a:hover {
				color: #0969db;
			}
.contact-info strong{
	font-size:22px;
	margin-bottom:15px;
	display:inline-block;
}
.contact-info p {
position:relative;
padding-left:30px;
}
	.contact-info p i {
		position: absolute;
		left: 0px;
		top: 3px;
		width: 22px;
		height: 22px;
		background: #a5acb2;
		color: #ffffff;
		text-align: center;
		line-height: 22px;
		border-radius: 50%;
		
	}
		.contact-info p i.fa-envelope-open {
			font-size: 12px;
		}
.left-col {
	background: #f6f8fb;
	position:relative;
}
	.left-col::before {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #f6f8fb;
		right:100%;
		top:0px;
		display:block;
		content:'';
	}
.copyright-section {
	background: #252d33;
	color:#ffffff;
	padding:15px 0px;
}
	.copyright-section p {
	margin-bottom:0px;
	}
	.copyright-section .social-icons a {
		color:#ffffff;
		font-size:20px;
		display:inline-block;
		margin:0px 5px;
	}
		.copyright-section .social-icons a:hover {
			color: #0064ca;
		}
.modal-header .modal-title {
	font-size:25px;
	float:left;
	font-weight:bold;
}
@media (min-width:768px) {
	.row-table {
		display: table;
		width: 100%;
	}

		.row-table [class*=' col-'] {
			display: table-cell;
			vertical-align: middle;
			float: none;
			position: relative;
		}
		.row-table .align-base {
			vertical-align:bottom!important;
		}

}
@media(max-width:992px) {
	.hero-sections h1 {
	font-size:22px;
	line-height:30px;
	margin-bottom:15px;
	text-align:left;
	}
	.hero-sections .ui-list {
	margin-top:10px;
	margin-left:0px;
	}
	.video-image img:first-child {
	
	}
	.about-section h2 {
	font-size:24px;
	}
	.align-base {
	margin-top:25px;
	}
	.timer-section abbr {
	font-size:22px;
	}
	.hero-sections {
		padding-top: 25px;
	}
	.testimonial-section {
	padding:25px 0px;
	}
	.video-cover span {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}
}
@media(max-width:768px) {
	body {
	padding-top:58px;
	}
	.testimonial-slide .carousel-cell {
		width: 48%;
	}
	.navbar-default.navbar-fixed-top .navbar-brand > img {
		width: 150px;
	}
	.navbar-default .navbar-nav > li + li {
	margin-left:0px;
	}
	.navbar-toggle {
	margin-top:11px;
	}
	.navbar-default.navbar-fixed-top.sticky .navbar-nav {
	padding:5px 15px;
	}
	.hero-sections h1 br {
	 display:none;}
	}
@media(max-width:580px) {
	.testimonial-slide .carousel-cell {
		width: 95%;
	}
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border:none;
    }