@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0px 0px 0px 50px;
}

.btn-primary {
    background: #3d3232;    
    border-color: #3d3232;    
}

.btn-primary:hover {
	background: #00145d;
	border-color: #00145d;
}

.heading-style-1 {
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.heading-style-1::after {
	content: '';
	width: 80px;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
}

.heading-style-2 {
	color: #FFF;
	text-transform: uppercase;
}

/* Header */

header .row1 {
	background: #228B22;
	text-align: center;
	line-height: 7;
}

header .navbar-inverse {
	border: none;
	background: none;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 0;
}

header .navbar-inverse .navbar-nav>li>a {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 5px;
}

header .navbar-inverse .navbar-nav>li>a:hover {
	color: #111;
}

header .navbar-brand {
	height: auto;
}

header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #1e1e1e;
}

.dropdown-menu {
	background-color: #00145d;
}

.dropdown-menu>li>a {
	color: #FFF;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #FFF;
	background: #000;
}

/* Main Registrars */

.main-registrars {
    border-top: 1px solid #ddd;
    padding: 2px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.main-registrars ul.a-side {
    float: right;
}

.main-registrars ul li {
    text-align: center;
}

/* OUR SERVICES */

.our-services {
	display: block;
	text-align: center;
	padding: 60px 0;
}

.our-services .pro-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	border-radius: 10px;
}

.our-services .c-pro-img {
	height: 400px;
	display: table;
	width: 100%;
	border-radius: 10px;
	transition: all 0.15s ease-in;
}

.our-services .pro-img .c-pro-img:hover {
	background: rgba(0, 0, 0, 0.6);
}

.our-services .c-pro-img .c--pro-img {
	display: table-cell;
	vertical-align: middle;
}

.our-services a {
	text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 600;
}

.our-services .pro-img .c-pro-img:hover h3 {
	color: orange;
}

/* Beautiful Trips */

.beautiful-trips {
	display: block;
	text-align: center;
}

.beautiful-trips .pro-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 280px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.beautiful-trips .c-pro-img {
	height: 280px;
	display: table;
	width: 100%;
	border-radius: 10px;
}

.beautiful-trips .pro-img .c-pro-img:hover {
	background: rgba(0, 0, 0, 0.6);
}

.beautiful-trips .c-pro-img .c--pro-img {
	display: table-cell;
	vertical-align: middle;
}

/* Registrars */

.registrars {
	display: block;
}

.registrars .c-registrar {
	background: #fff;
	border: solid 1px #DDD;
	padding: 40px 0;
	margin-bottom: 60px;
}

.registrars .c-registrar img {
    width: 48%;
    margin: 0 30px;
}

.owl-prev {
	position: absolute;
	left: 0;
	top: 0;
	border-right: solid 1px #f6f6f6;
	height: 100%;
	padding: 0 16px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
}

.owl-prev::before {
	font-family: FontAwesome;
	content: "\f053";
	color: #333;
	position: absolute;
	left: 7px;
	top: 50%;
	font-size: 20px;
}

.owl-next {
	position: absolute;
	right: 0;
	top: 0;
	border-left: solid 1px #f6f6f6;
	height: 100%;
	padding: 0 16px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
}

.owl-next::before {
	font-family: FontAwesome;
	content: "\f054";
	color: #333;
	position: absolute;
	right: 7px;
	top: 50%;
	font-size: 20px;
}

/* Footer */

footer {
	background: #121214;
    border-top: 4px solid #1F1F1F;
    padding: 60px 0 0 0;
    position: relative;
    color: #FFF;
    font-size: 13px;
}

footer h2 {
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 0;
    margin-top: 0;
}

footer .footer-ribbon {
	background: #26C8DD;
	position: absolute;
	margin: -80px 0 0 22px;
	padding: 10px 20px 6px 20px;
}

footer .footer-ribbon span {
    color: #FFF;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}

footer .footer-ribbon::before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

footer p {
    font-weight: 100;
    font-size: 13px;
    line-height: 24px;
}

footer ul.com-info {
    line-height: 30px;
}

footer a, footer a:hover {
    color: #FFF;
}

footer ul.foot-social-icons li a {
	width: 40px;
	height: 40px;
	background: #FFF;
	border-radius: 50%;
	display: inline-block;
	color: #222;
	text-align: center;
	line-height: 2.3;
	font-size: 18px;
	transition: all 0.4s ease-in-out;
}

footer ul.foot-social-icons li a:hover.facebook {
	background: #3a5897;
	color: #FFF;
}

footer ul.foot-social-icons li a:hover.twitter {
	background: #00bdec;
	color: #FFF;
}

footer ul.foot-social-icons li a:hover.linkedin {
	background: #1a92bd;
	color: #FFF;
}

footer .footer-copyright {
	background: #0C0C0C;
	border-top: 4px solid #111;
	margin-top: 40px;
	padding: 30px 0 10px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #00145d;
	border-radius: 5px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #00145d;
	border-radius: 5px;	
}

/* Inner Page */

.inner-page {
	padding: 0 0 30px 0;
}

/* Responsive */

@media screen and (min-width: 768px) {

	header .navbar-inverse ul {
	    margin-top: 30px;
	}

	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}

	.navbar-nav>li>.dropdown-menu {
		margin-top: 4px;
	}

	.navbar-nav>li>a {
    	padding-top: 8px;
    	padding-bottom: 8px;
	}

	.navbar-nav>li>.dropdown-menu li {
    	padding: 4px 0;
    	border-bottom: solid 1px #e4e4e4;
	}

	.navbar-nav>li>.dropdown-menu li:last-child {
		border: none;
	}

	.navbar-nav>li>.dropdown-menu {
		margin-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		margin-left: 4px;
		border-radius: 5px;
	}

	header .navbar-inverse ul li ul li {
		position: relative;
	}

	header .navbar-inverse ul li ul li ul {
		top: 0 !important;
		left: 163px !important;
		margin-top: 0;
	}

	header .navbar-inverse ul li ul li#menu-item-136 ul {		
		left: auto !important;
		right: 190px !important;
	}

}

@media screen and (max-width: 767px) {

	img {
		max-width: 100%;
	}

	header .nav > li {
    	border-bottom: 1px solid #e4e4e4;
	}

	.navbar-inverse .navbar-toggle {
		margin-top: 40px;
	}

	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: #FFF;
	}

	.our-services .pro-img {
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 608px) {

	.navbar-inverse .navbar-toggle {
		display: table;
		float: none;
		margin: 15px auto;
	}

	header .navbar-brand {
		float: left;
		height: auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	header .navbar-brand > img {
    	display: inline-block;
	}

}