@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	font-size: 14px;
}

.wrap {
	width: auto; 
	clear: both;
}

p {
	margin: 0px 0px 10px;
}

img { 
	max-width: 100%; 
}

a {
	color: #001044;
}

a:hover, a:focus {
	color: #000000;
	text-decoration: none;
}

a.read-more {
	font-size: 15px;
}

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

h1 {
	font-size: 40px;
}

@media (max-width: 768px) { 
	h1 {
		font-size: 28px;
	}
}

h3 {
	font-size: 26px;
	margin-bottom: 15px;
}

ul {
	padding-left: 15px;
}

header .container {
	border-bottom: 1px solid #c9c9c9;
}

.logo {
	margin-top: 5px;
}

.mainnav {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}



@media (min-width: 480px) {

	.navbar-nav > li {
		display: inline-block;
	}
	
	.navbar-nav > li > a {
		padding: 35px 10px;
	}
	
}

.navbar-nav > li > a {
	color: #939393;
	font-size: 15px;
}

.navbar-nav > li > a:hover, .navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover {
	background-color: transparent; 
	color: #001044;
}

.nivo-directionNav a {
	width: 30px;
    height: 30px;
	background: url("../css/nivo-slider/themes/default/arrows.png");
    text-indent: -9999px;
}

.nivo-prevNav {
    left: 15px;
}

.nivo-nextNav {
    right: 15px;
	background-position: -30px 0px !important;
}

.welcome {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {

	.welcome .col-sm-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
}

.welcome h1 {
	color: #b4b682;
	margin-bottom: 0px;
}

@media (max-width: 768px) { 
	.welcome h1 {
		margin-bottom: 10px;
	}
}

.tagline {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	
}

.services {
	padding-top: 60px;
	padding-bottom: 40px;
}

.services h3 {
	
}

.services img, .item-image img {
	width: 100%;
}

.footer {
	padding:40px 0px; 
	border-top: 1px solid #c9c9c9;
}

.footer-3 {
	padding-top: 32px;
    text-align: right;
}

.footer h3 { 
	font-size: 24px; 
	margin-bottom: 15px;
}

.footer a {
	color:#adacac;
}

.footer p {
	font-size: 12px;
}

.main-body {
	margin-bottom: 20px;
}

.page-header h2 {
	font-size: 34px;
	margin-bottom: 25px;
}

.item-image {
	margin-bottom: 15px;
}

.readmore .btn {
	padding: 12px 20px;
	color: #ffffff;
    background: #d74b33;
	font-size: 15px !important;
	border: 0px;
	border-radius: 0px;
    cursor: pointer;
	text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.readmore .btn:hover, .readmore .btn:focus  {
	color: #ffffff;
    background: #000000;
}

.map {
	padding: 8px;
	border: 1px solid #CCCCCC;
	background: #ffffff;
}


ul.nav-child {
	display: none;
    position: absolute;
    left: 8px;
    z-index: 1000;
    list-style-type: none;
    min-width: 132px;
    padding: 10px;
    background: #d74b33;
}

@media (min-width: 480px) {
	
	ul.nav li.deeper.parent:hover ul.nav-child {
		display: block;
	}
	
}

ul.nav-child li a {
	color: #fff;
}



.portfolioFilter {
    text-align: right;
    padding: 0px 0px 20px;
}

.portfolioFilter a {
    margin: 0px 8px;
    text-decoration: none;
    display: inline-block;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.cargo .portfolioFilter, .cruise .portfolioFilter {
	display: none;
}

/*romina*/
p>span{
	font-weight: bold;
	color: #001044;
}