body {
	font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #2a3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	margin-top:0 !important;
}


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

}

/*
body.home,
body.page {
	background: #fafafa;
}*/
.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.parallax img {
	width: 100%;
	height: 100%;
}
/* Preloader */

.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 99999;
top: 0;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.preloader div {
	display: none;
	/* Preload the Second Pricing Image */
	background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
	background-position: 9999px 9999px;
}

/* Typography */

p {
	font-size: 14px;
line-height: 1.5;
color: #8a8e91;
font-weight: 400;
}

.about-us p {
		font-size: 14px;
line-height: 1.7;
color: #333333;
font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul.white-list {
	padding: 0;
	list-style-type: none;
}

ul.white-list li {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
}

ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}

/* header {
	position: relative;
	width: 100%;
	color: white;
	background: rgba(28, 36, 65, 0.93);
	background: url('../img/sample.jpg') no-repeat top center;
	background-size: 100%;
} */
.header {
	position: relative;
width: 100%;
color: white;
background: rgba(28, 36, 65, 0.93);
background: url('../img/sample.jpg') no-repeat top center;
background-size: 100%;
}
header .table {
	display: table;
	height: 100%;
}

header .container {
	height: 100%;
}

header .header-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
}

header .typed {
	display: inline-block;
	margin: 0;
}

.header-city {
	margin-top: 150px;
position: relative;

margin-bottom: 10px;
}
.image-big {
	float: left;
width: 100%;
position: absolute;
z-index: -1;
height: 777px;
}
.image-big img{
	position: absolute;
}
@media (min-width:1921px) {
	.image-big img {
		float: none;
margin: 0 auto;
position:relative;
	}
}
header .typed-cursor {
	font-size: 60px;
	display: inline-block;
	margin: 0 10px;
	color: #04277b;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

a {
	text-decoration: none;
	color: #04277b;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
color:#d42f3c;	
}
/* Navigation Bar ( Navbar ) */

nav.navbar {
	position: absolute;
	z-index: 9500;
	width: 100%;
	width: 100vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 5px;
top: 0;
padding-bottom: 0;
background:#fff;
}

nav.navbar .navbar-nav li.active a:not(.btn) {
	color: #04277b !important;
}

nav.navbar-fixed-top {
	z-index: 9499;
	top: 0;
	padding:0;
	opacity: 0;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}
.top-nav-bg {
	margin-top: 5px;
background: #333;
}
.top-nav-bg.navbar-fixed-top {
	margin-top:0;
}
nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
	color: #bbb;
}

.icon-bar {
	background: #bbb;
}
/* Buttons */

.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
	color: white;
}

.btn.btn-blue {
	background: #04277b;
}

.btn.btn-blue:hover {
	background: #31b9ff;
}

.btn.btn-blue-fill {
	color: #04277b;
	border-color: #04277b;
	background: transparent;
}

.btn.btn-blue-fill:hover {
	color: white;
	background: #04277b;
}

.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-white-fill:hover {
	color: #04277b;
	background: #fff;
}

.btn.btn-gray-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-gray-fill:hover {
	border-color: #bbb;
	background: #bbb;
}

/* Blink Cursor */

.blink {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 4px;
	height: 50px;
	height: 5vh;
	margin: 0 10px;
}

.navbar {
	top: 20px;
	border:0 !important;
}
.navbar-fixed-top {
	border:0 !important;
}
.container {
	position: relative;
}
/* Sections */
section {
	position: relative;
}

.section {
	padding: 40px 0;
	background: #fff;
}

.section-padded {
	padding: 140px 0 40px;
}

.cut-top {
	content: ' ';
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-right: 30px solid white;
}

.cut-bottom {
	content: ' ';
	position: absolute;
	z-index: 1;
	bottom: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 80px solid transparent;
	border-left: 30px solid #fafafa;
}

.intro-tables {
	top: -130px;
	position: relative;
}

.intro-table {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: 0% 0%;
}

.intro-table-first {
	background-image: url('../img/table-1.jpg');
}

.intro-table-hover {
	-webkit-transition: background-image 0.3s ease, background-position 0.3s;
	transition: background-image 0.3s ease, background-position 0.3s;
	background-image: url('../img/table-2.jpg');
}

.intro-table-hover h4 {
	-webkit-transform: translateY(170px);
	transform: translateY(170px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.intro-table-hover:hover {
	background-image: url('../img/table-2-hover.jpg');
	background-position: 50% 50%;
}

.intro-table-third {
	background-image: url('../img/table-3.jpg');
}

.intro-table-hover .expand {
	margin: 30px;
	margin-top: 120px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s ease, opacity 0.3s;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.intro-table-hover:hover h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.intro-table-hover:hover .expand {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.intro-table-hover .hide-hover {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.intro-table-hover:hover .hide-hover {
	opacity: 0;
}

.intro-table {
	position: relative;
	width: 100%;
	margin: 20px 0;
}
.spacer {
	width:100%;
	float:left;
	height:30px;
}
.intro-tables .intro-table .heading {
	margin: 0;
	padding: 30px;
}

.intro-tables .intro-table .small-heading {
	margin: 0;
	padding: 0 30px;
}

.intro-tables .intro-table .bottom {
	position: absolute;
	bottom: 0;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
	padding: 10px 30px;
	color: white;
	transition: all 0.3s ease;
}

.owl-schedule .schedule-row:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.owl-testimonials .author {
	margin-top: 50px;
}

.ripple-effect {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	-webkit-animation: ripple-animation 2s;
	animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

@keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

.services {
	margin: 40px 0;
}

.service {
	width: 100%;
	height: 320px;
	margin: 80px 0;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .icon-holder {
	position: relative;
	top: 100px;
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .heading {
	position: relative;
	top: 80px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service .icon-holder > img.icon {
	width: 40px;
}

.service:hover {
	border-color: #04277b;
}

.service:hover .icon-holder {
	top: -30px;
}

.service:hover .heading {
	top: -30px;
}

.service .description {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.service:hover .description {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team {
	margin: 80px 0;
	padding-bottom: 60px;
	background: white;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.team .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 0;
	background: rgba(0, 168, 255, 0.9);
	-webkit-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
}

.team:hover .cover .overlay {
	opacity: 1;
}

.team .avatar {
	position: relative;
	z-index: 2;
	margin-top: -60px;
	border-radius: 50%;
}

.team .title {
	margin: 50px 0;
}
/* Pricing */

#pricing {
	background: #04277b url('../img/pricing1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: background-image 0.6s linear 0.3s;
	transition: background-image 0.6s linear 0.3s;
}

.owl-pricing img {
	width: 100%;
}

.owl-pricing,
.pricings {
	margin-top: 100px;
	margin-bottom: 100px;
}

.pricing {
	position: relative;
	width: 100%;
}

.pricings .pricing .box-main,
.pricings .pricing .box-second {
	position: relative;
	left: 25%;
	display: inline-block;
	width: 50%;
	height: 300px;
	padding: 50px 40px;
	background: #bbb;
	-webkit-transition: -webkit-transform 0.3s, background-image 0.3s, opacity 0.3s;
	transition: transform 0.3s, background-image 0.3s, opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pricings .pricing .box-main {
	z-index: 10;
	padding-top: 40px;
}

.pricings .pricing .box-main:not(.active) {
	cursor: pointer;
}

.pricings .pricing .box-main .info-icon {
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 20px;
	pointer-events: none;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.pricings .pricing .box-main:not(.active) .info-icon {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.pricings .pricing .box-main:not(.active):hover {
	background: #afafaf;
}

.pricings .pricing .box-main.active {
	background: #04277b;
	-webkit-transform: translateX(-99%);
	-ms-transform: translateX(-99%);
	transform: translateX(-99%);
}

.pricings .pricing .box-second {
	position: absolute;
	top: 0;
	right: 0% !important;
	left: auto;
	opacity: 0;
	background: #afafaf;
}

.pricings .pricing .box-second.active {
	opacity: 1;
	background: #04277b;
}

.pricings .pricing.active .box-main,
.pricings .pricing .box-second {
	background: #04277b;
}

.pricings .pricing .box-main a.btn {
	margin-top: 50px;
}

.owl-twitter i.icon {
	font-size: 36px;
	margin-bottom: 60px;
	color: white;
}
/* Footer */

footer {
	padding: 20px 0 24px;
background: url('../img/footer.jpg');
-webkit-background-size: cover;
background-size: cover;
background-position: center 38%;
}

footer .trial-button {
	overflow: hidden !important;
	margin: 40px 0;
}

footer .open-blink {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 20px;
	border-radius: 50%;
	background-color: #4caf50;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

footer .open-blink:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: #4caf50;
}

footer .opening-hours {
	margin-top: 60px;
}

footer .bottom-footer {
    margin-top: 20px;
}
footer .social-footer {
	padding: 0;
	list-style: none;
}

footer .social-footer li {
	display: inline-block;
	margin: 0 10px;
}
footer a {
	color:#00a8ff;
}
footer .social-footer li a {
	font-size: 24px;
	color: #fff;
}

footer .social-footer li:hover a {
	color: #d42f3c;
}
/* Form Control */

.form-control {
	font-size: 18px;
	position: relative;
	left: 0;
	height: auto;
	padding: 20px 30px;
	border: 1px;
	border-radius: 0;
	box-shadow: 0;
}

.form-control.form-white {
	color: #fff;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.form-control.form-white::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.form-control.form-white:-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.form-control.form-white::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.form-control.form-white:focus {
	background: rgba(255,255,255,0.2);
}

/* Popup */
.modal {
	padding: 0 25px !important;
}

.modal-dialog {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.modal-popup {
	position: relative;
	padding: 45px 30px;
	text-align: center;
	background: url('../img/popup.jpg');
	box-shadow: none;
	border-radius: 2px;
}

.modal-popup a.close-link {
	font-size: 22px;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
}

.popup-form {
	width: 90%;
	max-width: 375px;
	margin: 60px auto;
}

.popup-form .form-control {
	margin: 20px 0;
}

.popup-form .form-control.dropdown {
	text-align: left;
}

.popup-form .form-control.dropdown:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	display: inline-block;
	float: right;
	color: white;
}

.popup-form .dropdown .dropdown-menu {
	top: 65px;
	width: 100%;
	padding: 0;
	border: 2px solid white;
	border-top: 0;
	border-radius: 0;
	background: white;
	box-shadow: none;
}

.popup-form .dropdown .dropdown-menu li {
	font-size: 16px;
	width: 100%;
	background: transparent;
}

.popup-form .dropdown .dropdown-menu li a {
	width: 100%;
	padding: 15px 30px;
	color: #04277b;
}

.popup-form .dropdown .dropdown-menu li:hover a {
	color: #fff;
	background: #04277b;
}

/* Checkbox */

.checkbox-holder {
	white-space: nowrap;
}

.checkbox {
	position: relative;
	display: block;
}

.checkbox {
	position: relative;
}

.checkbox label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus + label:before {
	background: rgba(255,255,255,0.2);
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.checkbox-holder span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	white-space: normal;
	color: #fff;
}

.btn.btn-submit {
	width: 100%;
	margin-top: 30px;
	color: #04277b;
	border: 2px solid #fff;
	background: #fff;
}

.btn.btn-submit:focus {
	font-weight: bold;
}

.btn.btn-submit:hover {
	color: #04277b;
	background: #fff;
}

/* Mobile Nav */
.mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background: rgba(255, 255, 255, 0.98);
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mobile-nav.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mobile-nav ul {
	display: table-cell;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.mobile-nav ul li {
	margin: 25px 0;
}

.mobile-nav ul li a:not(.btn) {
	color: #aaa;
}

.mobile-nav a.close-link {
	font-size: 24px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 10px);
	left: 0;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	background: #04277b;
}

.row.title {
	padding: 0 20px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}
/* Colors */

.white {
	color: white;
}

.light-white {
	color: rgba(255, 255, 255, 0.5);
}

.white-bg {
	background: white;
}

.gray-bg {
	background: #f4f4f4;
}

.blue {
	color: #04277b;
}

.blue-bg {
	background: #04277b;
}

.muted {
	color: #989da0;
}

.margin-top {
	margin-top: 50px;
}
h2.margin-top {
	margin-top:10px;
}

@media(max-width:992px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 30px 0;
	}
}

/* Media Queries */

@media(max-width:991px) {
	.text-center-mobile {
		text-align: center !important;
	}
}

@media(max-width: 768px) {
	.pricing {
		margin-bottom: 30px;
	}
	.pricings .pricing .info-icon {
		display: none;
	}
	.pricings .pricing .box-main,
	.pricings .pricing .box-second {
		left: 0;
		width: 100%;
		padding: 50px 50px 0;
		text-align: left;
		background: #04277b;
	}
	.pricings .pricing .box-main.active {
		background: #04277b;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.pricings .pricing .box-second {
		position: relative;
		opacity: 1;
	}
	.popup-form {
		width: 100%;
		margin: 60px auto;
	}
	.modal {
		padding: 0 10px !important;
	}
	.popup-form .form-control:not(.dropdown):focus {
		position: relative;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media(max-width: 400px) {
	header .typed-cursor {
		display: none;
	}
	.pricings .pricing .box-second {
		padding-top: 0;
	}
}
.navbar-collapse {
	text-align: center;
padding: 0px;
}
.navbar-nav > li > a {
padding: 8px 30px 8px 0;
color: #fff;
font: 700 13px "Lato";
text-transform: uppercase;
}
.navbar-nav > li > ul.social-top > li > a {
	color:#fff;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > ul.social-top > li > a:hover {
color: #04277b;
}
.navbar-nav > li {
    float: left;
    margin-right: 20px;
    text-align: left;
}
.main-nav {
	width:100%;
}
.navbar-logo {
	margin-top: 10px;
	margin-left: 0px !important;
	min-height: 66px;
}
.city-name { 
font-weight: 300;
text-align: left;
font-size: 40px;
margin-top: 5px;
margin-bottom: 0px;
}
.city-name-city-page {
	font-size: 30px;
}
.currenttime {
	font-size: 18px;
text-align: left;
margin-bottom: 3px;
font-weight: 400;
margin-top: 8px;
}
.intro-table {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	float:left;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
	border-top:1px solid rgba(0,0,0,0.03);
}
.card .intro-table {
	margin: 0;
}
.nopad {
	padding:0 !important;
}
.images {
	float: right;
	text-align: center;
}
.details,
.weather {
}
.intro-table {
	padding: 30px;
}
.header-city .intro-table {
	padding:inherit;
}
.images .owl-testimonials .owl-controls {
    -webkit-transform: translateY(-950%);
   transform: translateY(-950%);
right: 10px;
}
.images .intro-table-third {
    background: #fff;

}
.card-headline {
	font-weight: 300;
margin-top: -10px;
margin-bottom: 18px;
}
.table {
	float:left;
	
}
.info {
	margin-bottom:30px;
}
.intro-table .table {
	margin-bottom:0;
}
.map {
	margin-top:30px;
	margin-bottom:30px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  padding-bottom:1px;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

#clock {
	margin-bottom:0;
}
#clock .seconds {
	font-size:50%;
	color:#575757;
	position:relative;
	top:-22px;
}

#clock .ampm {
	color:#575757;
	position:relative;
	margin-left:12px;
	font-weight:300;
}

.clock-loading {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clock-loading span {
	display:block;
	position: relative;
	top: 50%;
	margin-top: -0.5em;
	text-align: center;
	color: #888;
}

h3.clock-dst {
	font-size: 14pt;
	font-weight: 100;
}

.city-date { 
font-weight: 300;
text-align: right;
font-size: 26px;
margin-top:0;
}
.breadcrumbs {
	font-size:20px;
	color:#888888;
	text-align:left;
	font-weight:300;
	padding-left: 0;
float: left;
margin-bottom: 6px;
}
.breadcrumbs .sep {
	color:#d7d7d7;
	margin-left:10px;
	margin-right:10px;
}
.ad-top img {
	margin-right: 15px;
}
.social-top{ margin-top:12px;padding-left: 0; }
.social-top li {
	display:inline-block;
	font-size:17px;
margin-left: 7px;
margin-right: 7px;
}




.watch-section {
  display: table;
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.watch-section .watch-inner {
  display: table-cell;
  vertical-align: middle;
}

.watch-section header {
  text-align: center;
}

.watch-section h2 {
  font-size: 60px;
  margin-bottom: 70px;
  margin-top: 0;
}
@media (max-height: 768px) {
  .watch-section h2 {
    margin-bottom: 40px;
  }
}
@media (max-height: 600px) {
  .watch-section h2 {
    margin-bottom: 20px;
  }
}

.watch-section h3 {
  font-size: 36px;
  margin-bottom: 50px;
}
@media (max-height: 768px) {
  .watch-section h3 {
    margin-bottom: 40px;
  }
}
@media (max-height: 600px) {
  .watch-section h3 {
    margin-bottom: 10px;
  }
}

.watch-section .more {
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: 110px;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}

.watch-section .more .more-text {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -30px;
  color: #ff6400;
  font-size: 11.5px;
}

.faces .face {
  background: transparent url("../img/faces.png") top left no-repeat;
  width: 160px;
  height: 160px;
  padding: 0;
  display: inline-block;
  position: relative;
  margin: 10px;
}

.faces .face:before {
  top: inherit;
  bottom: -35px;
  left: 57px;
}

.faces .face1 {
   background-position: -542px 0;

}

.faces .face2 {
  background-position: -179px 0;
}

.faces .face3 {
  background-position: -359px 0;
}

.faces .face4 { background-position: 0 0;
}

.faces .face5 {
  background-position: -724px 0;
}

.faces .clock {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}

.faces {
	height: 110px;
}
.single .faces {
	width:110px;
}
.face1 { 
transform: scale(0.6);
-moz-transform: scale(0.6);
-webkit-transform: scale(0.6);
-o-transform: scale(0.6);
-ms-transform: scale(0.6);
margin-top: -20px !important;
margin-left: -18px !important;
}
.clock-digital {
	display:inline-block;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #333;
    border-color: transparent;
	color:#04277b;
}
.dropdown-menu {
	background:#333;
}
.stylish-input-group {
	padding: 9px;
}
.stylish-input-group input
{
	padding: 10px 20px;
font-size: 14px;
min-width: 160px;
}

.stylish-input-group span
{
padding: 0px;
}

.stylish-input-group span button
{
	background: transparent none repeat scroll 0% 0%;
border: 0px none;
padding: 0px;
width: 30px;
height: 38px;
}
.searchbtn {
	font-size: 16px !important;
	padding: 14px 15px !important;
}
.searchbtn i {
	position: relative;
top: -1px;
}
.navbar-fixed-top .first-container {
	display:none;
}
.navbar-fixed-top .top-nav-bg {
	margin-top:0;
	padding-bottom: 9px !important;
}
.navbar-fixed-top {
	padding-top: 0px !important;
}
.flag {
	display: inline-block;
	margin:-10px 16px 0 6px;

max-height: 32px;

}
.cities {
	margin-top:30px;
}
.cities a:hover {
	color:#333;
}
.cities-table tr td:nth-child(3)
{
	border-right:1px solid rgba(0,0,0,0.1);
}
.world-cities-item .cities-table tr td:nth-child(2),
.world-cities-item .cities-table tr td:nth-child(4) {
	border-right:1px solid rgba(0,0,0,0.1);
}
.world-cities-item .cities-table tr td:nth-child(3)
{
	border-right:0;
}
.continents-table tr td:nth-child(1),
.continents-table tr td:nth-child(2) {
	border-right:1px solid rgba(0,0,0,0.1);
}
/*body.home {*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9e9e9+0,fafafa+49 */

/*background: #e9e9e9; /* Old browsers */

/*background: -moz-linear-gradient(top,  #e9e9e9 0%, #fafafa 49%); /* FF3.6-15 */

/*background: -webkit-linear-gradient(top,  #e9e9e9 0%,#fafafa 49%); /* Chrome10-25,Safari5.1-6 */

/*background: linear-gradient(to bottom,  #e9e9e9 0%,#fafafa 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */


/*}*/
.home .city-name,
.home .breadcrumbs {
	text-align:center !important;
}
.home .your-local .city-name {
	font-size: 28px;
	text-align: left !important;
}
.home .faces {
  /* margin-left: 34px;
margin-right: -15px; */
}
.home .face1 { 
}
.home .about-us,
.home .your-local,
.home .headliner,
.newsletter {
	margin-bottom:30px;
}
.home .header-city 
{
	margin-top: 130px;
	margin-bottom: 10px;
}
.stylish-input-group input {
	border: 1px solid rgb(204, 204, 204);
height: 48px;
font-size: 17px;
}
.stylish-input-group span {
	background: rgb(0, 168, 255) none repeat scroll 0% 0%;
border-color: rgb(0, 168, 255);
width: 60px;
}
.stylish-input-group span button {
	color:#fff;
}
.home .cities2 {
	margin-bottom:30px;
}


.homemargintop {
	padding-top: 165px;
}
#location-flag {
	vertical-align: middle;
margin: auto 10px auto 30px;
max-height: 52px;
}
.city-name table tr td:first-child {
width: 100px;
}
.page-id-1350 .flag  {
    vertical-align: middle;
margin: auto 10px auto 30px;
max-height: 52px;
}
.home .headliner,
.page-id-1350 .headliner {
	padding:0;
}
.home .headliner h1,
.page-id-1350 .headliner h1 {
	font-size:60px;
	margin-top: 14px;
	text-align:center;
}
.home .continents,
.page-id-1350 .continents {
	margin-top:30px;
	margin-bottom:30px;
}
.page-id-1350 .about-us {
    margin-bottom: 30px;
}
.blog-posts h4 {
	margin-bottom:40px;
}
.blog-posts {
	margin-bottom:30px;
}
.blog-posts-title {
font-size: 22px;
margin: 0 0 10px 0;
}
.blog-posts-item {
	margin-bottom:30px;
}
.transparency { 
background:rgba(255,255,255,0.93) !important;
}
.city-list-item {
	margin-bottom:20px;
}
.city-list-item .intro-table {
	padding: 30px 30px 15px 30px;
}
.city-name2 {
	text-align:center;
	font-size: 18px;px;
	margin-bottom:0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.city-name2:hover {
	color: #04277b;
}
.city-list-item img:hover {
	opacity:0.9;
}
.carousel-indicators {
	display:none;
}
.input-group input[type="text"] {
	float: left;
width: 85%;
}
.input-group .input-group-addon {
	width: 15%;
float: left;
height: 48px;
padding-top: 4px;
}
.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 30px;

-webkit-column-count: 2;
-webkit-column-gap: 30px;

-o-column-count: 2;
-o-column-gap: 30px;
}
.primary-menu {
	padding-left: 0;
}
.primary-menu li {
	    float: left;
    margin-right: 4px;
text-align: left;
margin-left: 4px;
	list-style-type: none;
}
.primary-menu li a {
	float: left;
	   padding: 17px 30px 16px 0;
    color: #fff;
    font: 700 13px "Lato";
    text-transform: uppercase;
}


@media (min-width:768px) {
	.navbar-fixed-top .menu-main-menu-container {
	width:750px;
	}
}
@media (min-width:992px) {
	.navbar-fixed-top .menu-main-menu-container {
	width:970px;
	}
}

@media (min-width:1200px) {
	.navbar-fixed-top .menu-main-menu-container {
		width:1100px;
	}
}
.navbar-fixed-top .menu-main-menu-container {

	float:none;
	margin:0 auto;
}
.navbar-fixed-top .primary-menu li a {
}


.primary-menu > li > a:hover, .primary-menu > li > ul.social-top > li > a:hover,
.navbar-fixed-top > .primary-menu li a:hover {
    color: #04277b !important;
}

.breadcrumbs li {
	float:left;
	list-style-type:none;
}
.breadcrumbs li a {
	font-size: 20px;
color: #888888;
text-align: left;
font-weight: 300;
}
.breadcrumbs li a:hover {
color: #04277b;	
}
.stf-flag {
	margin-top: -7px;
}
.owl-theme .owl-controls {
    margin-top: -10px;
}
@media (max-width:768px) {
	.details .table td {
		width:50% !important;
	}
	.navbar .test {
		display:none;
	}
.homemargintop {
    padding-top: 55px;
}
body.home,
body.page {
    background: #fafafa url('../img/indexbg.jpg') repeat-x center 80px !important;
}
}
@media (max-width:1200px) {
	.primary-menu li a {
    padding: 17px 11px 16px 0;
	}
}
@media (max-width:990px) {
	.home .about-us {
		margin-top:40px;
	}
}
.margin-bottom {
	margin-bottom: 30px;
}
.clock-wrapper .face:hover {
	transform: scale(1);
	  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.owl-item img {
    height: auto;
    width: 100%;
}
.owl-item .item {
	height:245px;
	overflow:hidden;
}
.size-imgcrop1 {
	    max-width: 100%;
    height: auto;
}
.wpcf7-form input {
	width: 100%;
max-width: 380px;
margin: 0px auto 20px !important;
height: 48px;
padding: 11px;
border: 1px solid rgb(204, 204, 204);
font-size: 17px;
}
.wpcf7-form textarea {
	width: 100%;
max-width: 380px;
margin: 0px auto 20px !important;
max-height: 150px;
padding: 11px;
border: 1px solid rgb(204, 204, 204);
font-size: 17px;
}
.wpcf7-form {
	text-align:center;
}
.wpcf7-submit {
	background: rgb(0, 168, 255) none repeat scroll 0% 0%;
color: rgb(255, 255, 255);
font: 700 20px "Lato";
text-transform: uppercase;
border: 0px none !important;
height: 52px;
}
.wpcf7-submit:hover,
.input-group .input-group-addon:hover{
	background:#188fce;
	
	 -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    transition: background-color .3s linear;
}

.city-name-alone {
	padding: 2px 10px 12px;
}
.post-search-thumbnail img {
	max-width: 100%;
height: auto;
}
.search-posts-item {
	padding-bottom: 20px;
border-bottom: 1px solid rgb(224, 224, 224);
background: rgb(248, 248, 248) none repeat scroll 0% 0%;
padding-top: 20px;
margin-bottom: 10px;
}
.search-posts-item p a {
	font-size: 14px;
line-height: 1.5;
color: #8a8e91;
font-weight: 400;
}
.search-form input {
	float: left !important;
width: 85% !important;
}
.main-nav .dropdown-menu .input-group {
	width: 250px;
}
.searchwp-live-search-results {
	position:absolute;
	z-index:33333;
	width:0;
	display:none;
	min-height: auto;
}
.searchwp-live-search-result p:hover {
	background:#f1f1f1;
}
.searchwp-live-search-results-showing {
	display:block;
}

.dataerror {
	background: #f36e6e;
}
.navbar-toggle {
	z-index: 99999;
}
@media (max-width:768px) {
.navbar-header .navbar-toggle {
    margin-top: 12px;
}
.navbar-collapse.in {
	overflow-y:none;
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
	background-color: #04277b !important;
}
nav.navbar-fixed-top {
    background: rgba(0,0,0,0.9); 
}
	.navbar-fixed-top .primary-menu li a {
    padding: 9px 0px 16px 0;
}
.navbar-fixed-top .primary-menu li a {
    font: 700 12px "Lato";
}
.navbar-fixed-top .primary-menu li {
    margin-right: 15px;
    margin-left: 15px;
}
.home .faces {
    margin: 0 auto;
    float: none !important;
    position: relative;
    left: 34px;
}
.clock-digital {
	display: block;
margin: 0px auto !important;
text-align: center;
}
.city-date {
	text-align:center;
}
.blog-posts-item .img-box {
	text-align: center;
}

.blog-posts-item .img-box img {
	margin-bottom:25px;
}
.single .header-city,
.page .header-city {
    margin-top: 85px;
}
.clock-digital {
	width: 62%;
float: left;
}
.clock-digital h1 {
	font-size: 32px;
margin-top: 19px;
}
.clock-digital #clock .seconds {
    top: -15px;
}
.clock-digital h2.city-date {
	font-size: 25px;
}.clock-wrapper .faces {
	float: left !important;
width: 38%;
margin-top: -9px;
margin-bottom: 10px;
}
.ad-wide img {
	max-width:100% !important;
	height:auto;
}
.page .homemargintop,
.single .homemargintop {
    padding-top: 100px;
}
.wpcf7-form input {
    width: 100%;
    max-width: 380px;
    margin: 0px auto 7px !important;
    height: 38px;
    padding: 11px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 14px;
}
.single .images,
.page .images {
	margin-top:20px;
}
.city-list-item {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
}

.aw-more-block {
	display:none !important;
}


.signup {
	background: url('../img/footer.jpg') right center;
background-size: 100%;
border: 1px solid #fff;
padding: 23px 30px 20px;
position:relative;
}
.signup .ribbon {
	position: absolute;
right: -1px;
bottom: -1px;
width: 50px;
}
.signup h4 {
	font-weight: 400;
color: rgb(255, 255, 255);
font-family: "fairview";
font-size: 36px;
margin-bottom: 12px;
margin-top: 0px;
}
.headliner-search {
	padding: 20px;
width: 100%;
}
.navbar .adsbygoogle {
	margin-left: 6%;
}
.single .about-us img {
	max-width:100%;
	height:auto;
}


/* NEW NAVBAR EDITS */
.top-nav-bg {
    margin-top: 5px;
    background: #04277b;
}
.primary-menu {
    padding-left: 20px;
}
.primary-menu li a {
    float: left;
    padding: 16px 12px;
    color: #fff;
    font: 400 13px "Oswald", "Impact";
    text-transform: uppercase;
}
.primary-menu li a:hover {
	color:#fff !important;
	text-decoration: none;
}
.primary-menu li:hover {
	background: rgb(212, 47, 60) none repeat scroll 0% 0%;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s  ease-in-out;
  -o-transition: all .3s  ease-in-out;
  transition: all .3s ease-in-out;
}
.current_page_item a {
	background: rgb(212, 47, 60) none repeat scroll 0% 0%;
}
.navbar .adsbygoogle {
    margin-left: 30px;
}
.navbar-nav > li > a:hover {
   color:rgb(212, 47, 60) !important;
}
.navbar-nav > li > ul.social-top > li > a:hover {
	color:#ffd800;
}
@media (max-width:1200px) {
	.container.nopad {
		width:100%;
	}
}
@media (max-width:1070px) {
.primary-menu li a {
    padding: 16px 8px;
}
}
.icon-bar {
    background: #04277b;
}
.nav .dropdown.open > a,
 .dropdown-menu  {
	background-color: #04277b;
}
.searchbtn {
    padding: 16px 15px !important;
}
li.socials  {
	padding: 3px 12px 13px 12px;
	margin-right: 0px;
	background: rgb(212, 47, 60) none repeat scroll 0% 0%;
}
.navbar-fixed-top .socials {

}


/* ******* */

.home .blog-posts-item {
	display:inline-block;
	    margin-bottom: 24px;
    padding-bottom: 15px;
}
/*
@media (max-width:1200px) {
	
.home .blog-posts-item {
	max-height:200px;
}
}

@media (max-width:990px) {
	
.home .blog-posts-item {
	max-height:inherit;
}
}
*/
.newsletter {
	display:none;
}
.flag.small-flag {
	width: 64px;
	height: 64px;
	transform: scale(0.3);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
margin: -4px -38px -49px -2px !important;
	max-height:inherit !important;
	max-width: 64px !important;
}
.flag.medium-flag {
	position: relative;
	top: -5px;
	width: 64px;
	height: 64px;
	transform: scale(0.65);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	transform-origin: top left;
	margin: -4px -24px -34px 0px !important;
	max-height:inherit !important;
	max-width: 64px !important;
}
.single .flag.medium-flag {
	margin: -4px -24px -37px 0px !important;
}
.world-cities-item .flag.small-flag,
.single .cities-table .flag.small-flag {
	margin: 0px -38px -50px -2px !important;
}
.world-cities-item {
	text-align:left !important;
	margin-bottom:30px !important;
}
.world-cities-item .small-clock {
	text-align:center !important;
}

/* Bootstrap datetime picker fixes */
.bootstrap-datetimepicker-widget.dropdown-menu {
    background: #fff;
}
.bootstrap-datetimepicker-widget .btn {
    color: #000;
}

#mega-menu-megamenu .mega-menu-item-has-children {
	position:static !important;
}

	
#mega-menu-megamenu {
	background: rgb(4, 39, 123) none repeat scroll 0% 0% !important;
}
#mega-menu-item-1431 {
	margin-left: 304px !important;
}

.mega-sub-menu {
	width: 1040px !important;
	left:0px !important;
}
.mega-sub-menu 	{
	-webkit-column-count: 5;
       -moz-column-count: 5;
	     -o-column-count: 5;
	    -ms-column-count: 5;
            column-count: 5; 
			
			-webkit-column-width: 20%;
			-moz-column-width: 20%;
			-o-column-width: 20%;
			-ms-column-width: 20%;
			column-width: 20%;
}

.mega-sub-menu .mega-menu-item {
    display: inline-block;
    width: 100%;
}
.mega-menu-text {
	position: absolute;
z-index: 3444;
color: rgb(255, 255, 255);
top: 14px;
left: 41px;
font: 400 16px "Oswald";
text-transform: uppercase;
}
#mega-menu-wrap-megamenu #mega-menu-megamenu > li.mega-menu-item > a.mega-menu-link {
	padding: 17px 20px 17px 20px;
	height:auto;
	font: 400 13px "Oswald";
text-transform: uppercase;
}
#mega-menu-wrap-megamenu #mega-menu-megamenu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link::after,
#mega-menu-wrap-megamenu #mega-menu-megamenu > li.mega-menu-item-has-children > a.mega-menu-link::after {
    margin: 1px 0 0 2px;
    font-size: 18px;
}
#mega-menu-wrap-megamenu #mega-menu-megamenu > li.mega-menu-item > a.mega-menu-link:hover 
{
	background: rgb(212, 47, 60) none repeat scroll 0% 0%;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#mega-menu-wrap-megamenu #mega-menu-megamenu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover
{
	background: rgb(212, 47, 60) none repeat scroll 0% 0%;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
color:#fff;
}
#from-timezone-input,
#from-datetime-input,
#to-timezone-input {
	border: 1px solid rgb(204, 204, 204);
padding: 10px 20px;
}
#from-datetime-input {
	background:#fff url('../img/calendar.png') no-repeat 95% center;
}
.board-right {
position: fixed;
width: 150px;
height: 136px;
background: rgb(212, 47, 60) none repeat scroll 0% 0%;
bottom:20px;
right: 10px;
border-radius: 4px;
z-index:9999;
}
.board-right p {
    color: rgb(255, 255, 255);
    padding: 7px 10px 0px;
    text-transform: uppercase;
    font: 700 12px/1.2 "Lato";
    text-align: center;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.board-right input {
    padding:5px;
    font: 400 13px "Roboto";
    margin: 4px auto;
    width: 92%;
    height: 32px;
}
.board-right button {
    background: #ffd800 none repeat scroll 0% 0%;
    width: 92%;
    margin: 0px auto;
    display: block;
    border: 0px none !important;
    color: #000;
    font: 700 16px "Roboto";
    padding: 5px;
}
.board-right button:hover {
	background:#000;
	color:#fff;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.board-left {
	position: fixed;
width: 150px;
height: 150px;
background: #04277b none repeat scroll 0% 0%;
bottom: 80px;
left: 10px;
border-radius: 4px;
text-align: center;
}
.board-left h4 {
	color: rgb(255, 255, 255);
padding: 0 10px;
text-transform: uppercase;
font: 700 16px/1.2 "Oswald";
text-align: center;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.board-left h3 {
	margin: 5px;
color: rgb(255, 255, 255);
font: 400 14px/1.2 "Oswald";
}

.single .about-us img.alignright {
	float:right;
	margin: 15px 0 15px 15px;
}

.single .about-us img.alignleft {
	float:left;
	margin: 15px 15px 15px 0;
}
.category-blog .blog-posts-item {
	    margin-bottom: 24px;
    border-bottom: 1px dashed rgba(0,0,0,0.15);
    padding-bottom: 15px;
}

.search-item-name {
padding: 0px;
font-size: 14px;
line-height: 21px;
}
.search-item-flag {
	padding: 4px 0px;
}
.sub-search-item {
	color: #969696;
	padding: 0px;
margin-top: -5px;
}

.searchwp-live-search-results {
	max-height:inherit !important;
}
.searchwp-live-search-no-results {
padding: 1em 1em 0.3em;
text-align: center;
}
.bottom-footer ul.footer li {
    display: inline-block;
    width: 100%;
    margin-bottom: 9px;
}
.bottom-footer ul.footer li a {
    color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.bottom-footer ul.footer li a:hover {
    color: #d42f3c;
}
.copyrightline {
	margin-top: 20px;
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding-top: 15px;
}

.bottom-footer ul.footer {
	-webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; 
			
			-webkit-column-width: 33.3%;
			-moz-column-width: 33.3%;
			-o-column-width: 33.3%;
			-ms-column-width: 33.3%;
			column-width: 33.3%;
			
}
footer h4.card-headline {
	font-weight: 400;
color: rgb(255, 255, 255);
margin-top: 13px;
}
.page404 h1 {
	text-align: center;
font: 400 50px "Roboto";
}
.img404 {
	float:none;
	margin:0 auto;
}
footer .current_page_item a {
    background: transparent;
	color:#d42f3c !important;
}
.nav .dropdown.open > a.searchbtn {
	color:rgb(212, 47, 60) !important;
}
.home .cities-table tr > td:first-child,
.home .cities-table tr > td:nth-child(4) {
	width: 20%;
	padding: 8px 2px 8px 8px;
}
.home .cities-table tr > td:nth-child(2),
.home .cities-table tr > td:nth-child(3),
.home .cities-table tr > td:nth-child(5),
.home .cities-table tr > td:nth-child(6){ 
	width: 15%;
padding: 8px 4px;
}
.mega-menu-item-1443 a,
.mega-menu-item-1637 a,
.mega-menu-item-1618 a {
	letter-spacing: -1pt;
}

.cities-in-country-table td {
	width:16.6666666%;
}
.iframediv {
	float: left;
overflow: hidden;
width: 972px;
margin-left: 24px;
}
.iframediv iframe {
	height: 880px;
border: 0px none;
margin-top: -300px;
margin-left: -8px;
width: 1025px;
}
.owl-item .item.latest-image {
    height: 245px;
    overflow: hidden;
}
.owl-item .item.latest-image img {
    height: 100%;
    width: auto;
}
.index-about-us {
	 color:#515151;
	 padding: 10px 23px;
	 overflow: hidden;
max-height: 272px;
	 }
	 .home .headliner h1 {
		 margin-bottom: -10px;
	 }
	 .home #clock {
		 margin-top: 5px;
	 }
	 .home .time {
		font-size: 50px;
	 }
	 .home .faces {
		 margin-top: -9px;
	 }
	 .home .face1 {
    margin-bottom: 0;
    margin-top: -15px !important;
}
	 .home .city-date,
	 .page-id-1350 .city-date {
    font-weight: 300;
    text-align: right;
    font-size: 23px;
    margin-top: 0;
}
.home .clock-dst {display: none;}

.home .location-city::after,
.home .location-country::after,
.page-id-1350 .location-city::after,
.page-id-1350 .location-country::after {
    content: ", ";
}

.home .location-city:empty::after,
.home .location-country:empty::after,
.page-id-1350 .location-city:empty::after,
.page-id-1350 .location-country:empty::after {
	content: "";
}


.home .time-localization .card-headline,
.page-id-1350 .time-localization .card-headline {
	margin-bottom: 9px;
}
.home .time-localization,
.page-id-1350 .time-localization {
	padding-bottom: 10px;
}
.home .cities-table > tbody:nth-child(2) > tr:nth-child(33) {display:none;
}

.cities-table-div .col-left,
.cities-table-div .col-right {
	padding:0;
}
.cities-table-div .col-left {
	border-right:1px solid #ddd;
}
.table-div-header .city-head {
    width: 40%;
    float: left;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    padding: 8px;
}
.table-div-header .time-head {
    width: 30%;
    float: left;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    padding: 8px;
}
.table-div-header .diff-head {
    width: 30%;
    float: left;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    line-height: 30px;
}
.cities-table-div .line {
    border-top: 1px solid rgb(221, 221, 221);
    float: left;
    width: 100%;
}
.cities-table-div .line .city-item {
    width: 40%;
    float: left;
    padding: 8px;
}
.cities-table-div .line .time-item {
    width: 30%;
    padding: 8px 4px;
    float: left;
}
.cities-table-div .line .diff-item {
    width: 30%;
    padding: 8px 4px;
    float: left;
}
.cities-table-div .line:hover {
    background-color: #f5f5f5;
}


@media (min-width:991px) {
	
.cropper {
height: 186px;
overflow: hidden;
text-align:center;
}
}
@media (min-width:769px) {

table.responsive-2x3col thead th:first-child,
table.responsive-2x3col thead th:nth-child(4),
table.responsive-2x3col tr td:first-child,
table.responsive-2x3col tr td:nth-child(4)
 {
	width:20% !important;
}
table.responsive-2x3col thead th:nth-child(2),
table.responsive-2x3col thead th:nth-child(3),
table.responsive-2x3col thead th:nth-child(5),
table.responsive-2x3col thead th:nth-child(6),
table.responsive-2x3col tr td:nth-child(2),
table.responsive-2x3col tr td:nth-child(3),
table.responsive-2x3col tr td:nth-child(5),
table.responsive-2x3col tr td:nth-child(6) {
width:15% !important;
}
}
@media (max-width:1200px) {
	.table-div-header .diff-head {
		line-height: 15px;
	}
}
@media (max-width:990px) {
	.cropper {
		text-align:center;
	}
}
@media (max-width:768px) {
	
.cities-table-div .col-left {
	border-right:0;
}
.cities-table-div .col-right .table-div-header {
	display:none;
}
	.table-div-header .diff-head {
    line-height: 30px;
}
	.index-about-us .img-responsive {
		margin: 10px 16px 0px 0px !important;
	}
	.home .headliner h1 {
   font-size:45px;
}
.board-right,
.mega-menu-text,
#mega-menu-wrap-megamenu { display:none; }
.home div.blog-posts:nth-child(3) {
	margin-top:30px;
}
.ad-home-bottom { display:none; }
.bottom-footer ul.footer { padding-left:0 !important; }
.bottom-footer ul.footer {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    -o-column-width: 50%;
    -ms-column-width: 50%;
    column-width: 50%;
}
footer .input-group.stylish-input-group { margin-bottom:20px !important; }
footer .card-headline { margin-bottom: 6px; }
footer .bottom-footer {    margin-top: 0px;}
.navbar-nav {
    margin: 0px -15px;
}
.primary-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	width: 100%;
text-align: center;
}
.primary-menu li a {
    padding: 10px 8px !important;
    text-align: center;
    width: 100%;
}
.dropdown, .socials {
	display: inline-block !important;
float: none !important;
}


table.responsive-2x3col {
    display: block;
    clear: both;
	font-size: 12px;
}
table.responsive-2x3col thead,
table.responsive-2x3col tbody {
	width: 100%;
float: left;
}
table.responsive-2x3col thead th {
    float: left;
    border: none;
}
.mobile-nomargin {
	margin:0;
}
.table-hover > tbody > tr:hover {
    background-color: #fff;
}
table.responsive-2x3col thead th:first-child,
table.responsive-2x3col thead th:nth-child(4) {
	width:40% !important;
}
table.responsive-2x3col thead th:nth-child(2),
table.responsive-2x3col thead th:nth-child(3),
table.responsive-2x3col thead th:nth-child(5),
table.responsive-2x3col thead th:nth-child(6) {
width:30% !important;
}

table.responsive-2x3col tr:first-child td:nth-child(1),
table.responsive-2x3col tr:first-child td:nth-child(2),
table.responsive-2x3col tr:first-child td:nth-child(3) {
    border-top: 2px solid #ddd;
}
table.table:nth-child(2) > tbody:nth-child(2) > tr:nth-child(4) > td:nth-child(6)
table.responsive-2x3col tr {
    float: left;
    clear: both;
}

table.responsive-2x3col thead th:nth-child(4),
table.responsive-2x3col thead th:nth-child(5),
table.responsive-2x3col thead th:nth-child(6) {
    display: none;
}
table.responsive-2x3col tr {
    display: block;
    width: 100%;
}
table.responsive-2x3col td:first-child,
table.responsive-2x3col td:nth-child(4) {
	width:40% !important;
}
table.responsive-2x3col td:nth-child(2),
table.responsive-2x3col td:nth-child(3),
table.responsive-2x3col td:nth-child(5),
table.responsive-2x3col td:nth-child(6) {
width:30% !important;
}
table.responsive-2x3col td {
    display: block;
    
    float: left;
    border-right: none !important;
    white-space: nowrap;
}
.sub-bottom1,
.sub-bottom2 {
	display:none;
}




table.responsive-3x2col {
    display: block;
    clear: both;
}
table.responsive-3x2col thead th {
    width: 50% !important;
    float: left;
    border: none;
    text-align: left;
}
table.responsive-3x2col tr:first-child td:nth-child(1),
table.responsive-3x2col tr:first-child td:nth-child(2) {
    border-top: 2px solid #ddd;
}
table.responsive-3x2col tr {
    float: left;
    clear: both;
}
table.responsive-3x2col thead th:nth-child(3),
table.responsive-3x2col thead th:nth-child(4),
table.responsive-3x2col thead th:nth-child(5),
table.responsive-3x2col thead th:nth-child(6) {
    display: none;
}
table.responsive-3x2col tr {
    display: block;
    width: 100%;
}

table.responsive-3x2col tr:hover {
    background: none;
}

table.responsive-3x2col td {
    display: block;
    width: 50% !important;
    float: left;
    border-right: none !important;
    white-space: nowrap;
}

table.responsive-3x2col .small-clock {
    text-align: left !important;
}
.navbar-brand {
		margin-top:0;
		width:85%;
		max-width: 300px;
	}
	.navbar-toggle {
		margin-top:0;
		width:10%;
	}
	.navbar-brand > img {
    height: auto;
	}
	.intro-table {
    margin: 10px 0;
	}
	.page-id-1350 .headliner h1 {
    font-size: 35px;
	}
	.atomic-clock-ad {
		display:none;
	} 
	.category-blog .homemargintop {
    padding-top: 78px;
}
.page-template-custom-page-templates-countrypage .currenttime,
.single .currenttime {
    font-size: 15px;
    text-align: center; 
}
.page-template-custom-page-templates-countrypage .city-name,
.single .city-name {
    text-align: center;
    font-size: 28px;
}
.page-template-custom-page-templates-countrypage .breadcrumbs,
.single .breadcrumbs {
    display:none;
}
.page-template-custom-page-templates-countrypage .clock-digital h1,
.single  .clock-digital h1 {
   font-size: 36px;
margin-top: 10px;
text-align: right;
}
.page-template-custom-page-templates-countrypage .clock-digital h2.city-date,
.single  .clock-digital h2.city-date {
    font-size: 20px;
    text-align: right;
}
.responsive-2x3col tr:last-child td:nth-child(4),
.responsive-2x3col tr:last-child td:nth-child(5),
.responsive-2x3col tr:last-child td:nth-child(6),
.responsive-2x3col tr:last-child td:nth-child(7),
.responsive-2x3col tr:last-child td:nth-child(8),
.responsive-2x3col tr:last-child td:nth-child(9) {
	display:none;
}

.page-template-custom-page-templates-countrypage .info {
    margin-bottom: 0px;
}


.two-cols {
	    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
	-ms-column-count:1;
	column-count:1;
}

}
.clock-dst { display:none }
@media (max-width:550px) {
	.home .cities-table {
    transform: scale(1);
    margin: 0;
}
	.home .cities-table tr > td:first-child, .home .cities-table tr > td:nth-child(4) {
		width:40%;
	}
	.home .cities-table tr > td:nth-child(2), .home .cities-table tr > td:nth-child(3),
	.home .cities-table tr > td:nth-child(5), .home .cities-table tr > td:nth-child(6) {
		width:30%;
	}
	.intro-table {
    padding: 20px;
}
.home .blog-posts-item { padding:0; }
.signup h4 {
	font-size: 27px;
}
.city-name-alone {
	font-size: 32px !important;
}
}
@media (max-width:500px) {

}
@media (max-width:450px) {
	.table-div-header .city-head,
	.table-div-header .time-head,
	.table-div-header .diff-head
	 {
		border-bottom:0;
		
	}
	.table-div-header .diff-head {
    line-height: 15px;
}
	.navbar-header .navbar-brand img {
		max-width:100%;
	}
	
	.home .your-local .city-name,
	.page-id-1350 .your-local .city-name {
    font-size: 22px;
	}
	.home .time,
	.page-id-1350 .time {
    font-size: 34px;
}
.clock-digital h2.city-date { 
    font-size: 21px;
}
.home .faces,
.page-id-1350 .faces {
	margin-left: -9%;
}
.page-id-1350 .face1 {
	margin-top: -8px !important;
margin-left: 10px !important;
}
.page-id-1350 h1#clock {
	text-align: right;
}

}
@media (min-width:769px) and (max-width:990px) {
	#site-navigation {
		display: inline-block;
float: none;
width: 100%;
	}
	#site-navigation .menu-main-menu-container {
		display: inline-block;
	}
	.dropdown,
	.socials {
		display:inline-block;
		float: none !important;
	}
}

.single .single-city-flag {
	display: inline-block;
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	-o-transform: scale(0.65);
	-ms-transform: scale(0.65);
	transform: scale(0.65);
	max-height: inherit !important;
	margin: -10px -8px -21px !important;
}
.page-template-custom-page-templates-countrypage .single-city-flag {
	display: inline-block;
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	-o-transform: scale(0.65);
	-ms-transform: scale(0.65);
	transform: scale(0.65);
	max-height: inherit !important;
	margin: -9px -8px -18px !important;
}
.page-template-custom-page-templates-countrypage .flag.small-flag {
	margin: -3px -38px -49px -2px !important;
}
.page-id-238 span.seconds { display:none; }

/* Fixing slider before JS is loaded */
.intro-table-third .owl-testimonials>.item {
	display: none;
	height: 245px;
	overflow: hidden;
}
.intro-table-third  .owl-testimonials>.item:first-child {
	display: block;
}
.intro-table-third  .owl-testimonials>.item img {
	height: auto;
	width: 100%;
}

/* Fixing loading size of time-localization */
.time-localization {
	min-height: 230px;
}

.bootstrap-datetimepicker-widget {
	z-index: 999999;
}

#from-timezone-input, #to-timezone-input {
	height: 47px;
}
#from-datetime-input {
	border-radius: 4px;
}
.world-cities-nav a {
padding: 4px;
color: rgb(255, 255, 255);
}
.world-cities-nav .world-cities-item {
	background: rgb(4, 39, 123) none repeat scroll 0% 0%;
	margin-bottom:0 !important;
text-align: center !important;
	padding: 10px;
font: 700 20px "Oswald";
}
.world-cities-nav a:hover .world-cities-item {
	background:rgb(212, 47, 60);
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.world-cities-item.active {
	background:rgb(212, 47, 60);
}
.world-cities-nav a:hover {
	 text-decoration:none;
}

.page-numbers {
	padding: 5px 15px;
margin: 0px 6px;
background: rgb(4, 39, 123) none repeat scroll 0% 0%;
color: rgb(255, 255, 255);
font: 700 14px "Oswald";

	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.page-numbers.current,
.page-numbers:hover {
background: rgb(212, 47, 60) none repeat scroll 0% 0%;
text-decoration:none;
color:#fff;
}
.page-num {
	color:#333;
	font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
font-size: 14px;
	background:transparent !important;
}
.page-numbers.page-num:hover {
	color:rgb(4, 39, 123) !important;
}
nav.pagination {
	    text-align: center;
		display:block;
}

.searchwp-live-search-result .small-flag {
	width: 64px;
height: 64px;
transform: scale(0.5);
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
transform-origin: left top 0px;
margin: -4px -32px -45px -6px !important;
max-height: inherit !important;
max-width: 64px !important;
}
.searchwp-live-search-results {
	min-height: inherit !important;
}
.mega-menu-link .flag.small-flag {
	margin: -4px -38px -49px -2px !important;
}
@media (min-width:769px) {
	.navbar-header {
		padding: 0px;
	}
}
@media (max-width:768px) {
	.navbar-header img {
		max-height:60px;
	}
	.home .about-us {
		margin-top:0;
	}
	.home .your-local {
		margin-top:35px;
	}
}
@media (max-width:550px) {
	.navbar-header img {
		max-height: 52px;
margin-top: 5px;
	}
	body.home,
body.page {
    background: #fafafa url('../img/indexbg.jpg') repeat-x center 60px !important;
}
.page .homemargintop, .single .homemargintop {
    padding-top: 80px;
}
}
.ad-home-bottom .textwidget {
	text-align:center;
}
.full-width-ad {
	margin-bottom:20px !important;
}
.home .blog-posts {
	margin-top:30px;
}
.home .images .intro-table-third { padding:0 !important; }
.page-id-1360 .world-cities-item { position:relative; z-index:99999 !important; }
body.archive { background:#fafafa; }

.home .city-date {
	margin-top: 0px;
margin-bottom: 5px;
}
.home #clock { font-size: 60px;
font-weight: 500;
margin-top: -2px;
}
@media (max-width:990px) {
#timezone-map {
	transform: scale(0.7);
margin: -19% -19% -10%;
}
.gray-ad {
	display:none !important;
}
}

@media (max-width:768px) {
#timezone-map {
	transform: scale(0.6);
margin: -17% -26vw -13%;
}
.home #clock {
    font-size: 36px;
}
}

@media (max-width:650px) {
#timezone-map {
	transform: scale(0.5);
margin: -21% -36vw -18%;
}
}

@media (max-width:550px) {
#timezone-map {
	transform: scale(0.4);
margin: -29% -50vw -26%;
}
}

nav.navbar {
    position: relative;
}
.homemargintop {
	padding-top:0 !important;
}
.single .header-city,
.page-template-custom-page-templates-countrypage .header-city,
.page-template-custom-page-templates-continentpage .header-city,
.page-id-43 .header-city,
.page-id-3704 .header-city {
    margin-top: 0 !important;
}

.navbar {
	margin-bottom: 0;
}
.single .images.card .sub-right:first-child {
	margin-top:20px;
	margin-bottom:20px;
}

.searchwp-live-search-result p {
	
	padding:0 !important;
}
.searchwp-live-search-result a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1em !important;
}
.mob-ad1,
.mob-ad2,
.mob-ad3,
.mob-ad4 {
	display:none;
}
@media (max-width:768px) {
	.mob-ad1,
.mob-ad2,
.mob-ad3,
.mob-ad4 {
		display:inline-block;
		width: 100%;
text-align: center;
padding: 10px 0;
	}
}





/* ===================== TRANSLATION CSS ========================= */
html[lang="pl-PL"] .home .blog-posts.card,
html[lang="tr"] .home .blog-posts.card { display:none; }

html[lang="tr"] .page-template-custom-page-templates-countrypage #team > div > div > div.col-md-12.col-sm-12.col-xs-12.info.card > div,
html[lang="tr"] .single-post > div:nth-child(6) > div > div > div.col-md-12.col-sm-12.col-xs-12.info.card  { display:none; }

#lang_sel_click > ul > li {
    float: left;
    width: 49px;
    position: relative;
    margin-top: 10px;
}
#lang_sel_click a.lang_sel_sel {
    background-color:transparent !important;
    color: #444;
    border: 0;
}
#lang_sel_click ul ul,
#lang_sel_click li {
    width: 49px;
}
#lang_sel_click ul ul a {
    background:#fff ;
    color: #444;
    height: auto;
    line-height: 1em;
    padding: 9px 10px;
    border-width: 0;
}

.sa_right_ad_single{
    width: 300px;
    height: 600px;
    margin: 0 auto;
}
@media (max-width:800px){
  .sa_right_ad_single{
      width: 100%;
  }
}
@media screen and (max-width: 450px){
    .home .cities-table tr > td{
      font-size: 10px;
      height: 33px;
    }
    .sa_cities_table_placeholder .intro-table{
        padding-left: 10px;
        padding-right: 10px;
    }
        .cities-table td:not(.small-clock), .home .cities-table tr > td:first-child, .home .cities-table tr > td:nth-child(4){
        width: 50% !important;
    }
    table.responsive-2x3col td:nth-child(2), table.responsive-2x3col td:nth-child(3), table.responsive-2x3col td:nth-child(5), table.responsive-2x3col td:nth-child(6), .cities-table td.small-clock{
          width: 25% !important;
        
    }
    table.responsive-2x3col thead th:first-child, table.responsive-2x3col thead th:nth-child(4){
        width: 50% !important;
        font-size: 11px;
    }
    table.responsive-2x3col thead th:nth-child(2), table.responsive-2x3col thead th:nth-child(3), table.responsive-2x3col thead th:nth-child(5), table.responsive-2x3col thead th:nth-child(6){
          width: 25% !important;
          font-size: 11px;
          text-align: left;
          padding: 8px 4px;
    }
}