/*!
Theme Name: vallelytankers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vallelytankers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

vallelytankers is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

*{
	padding: 0;
	margin: 0;
}
body { font-size: 18px; }
@font-face {
  font-family: 'SourceSansVariable-Roman';
  src:  url('assets/fonts/SourceSansVariable-Roman.woff2') format('woff2'),
        url('assets/fonts/SourceSansVariable-Roman.woff') format('woff');
}
p{
	color: #333333;
	font-size: 18px;
	line-height: 28px;
}
ol, ul {
    padding-left: 25px;
}
/* Top Bar */
.top-header{	
	background: #3c5b4d;
	padding: 8px 0px;
}
.top-header ul{
	padding-left: 0;
	margin: 0;
	line-height: 0;
	padding-right: 11px;
}
.menu-bar-section .navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-header ul li{
	display: inline-block;
	list-style: none;
	padding: 0px 5px;
}
.top-header ul li a{
	background: #d8dedb;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    border-radius: 30px;
    position: relative;
    border: 1px solid #d8dedb;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.top-header ul li a i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #3c5b4d;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.top-header ul li a:hover{
	border: 1px solid #fff;
	background: transparent;
}
.top-header ul li a:hover i{
	color: #fff;
}

/* Menu bar */
.menu-bar-section .navbar-default{
	background: #299c69;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}
.menu-bar-section .navbar-default .navbar-nav>li>a{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    position: relative;
    padding: 18px 8px;
}

.menu-bar-section .navbar-default .navbar-nav>li>a:hover{
	background-color: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 100px / 200px;
}
.menu-bar-section .fa-angle-down:before{
	font-size: 18px;
    position: relative;
    top: 2px;
    left: 5px;
}
.menu-bar-section .navbar-default .navbar-nav>.active>a{
	background-color: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 100px / 200px;
}
.header-logo-row{
	float: left;
	width: 100%;
	height: 175px;
}
.header-head{
	margin: 0;
    color: #1c5ba9;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 5px;
}
.header-contact-wrapper a, .header-logo-row a{
    display: block;
    color: #222222;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
}
.header-contact-wrapper a:hover, .header-logo-row a:hover{
	text-decoration: none;
	color: #299c69;
}
.header-contact-wrapper{
	text-align: right;
}
.header-timing-wrapper{
	text-align: left;	
	float: right;
	padding-right: 12px;
}
.header-mail-wrapper {
    text-align: left;
    width: 60%;
    margin: 0 auto;
}
.header-contact-wrapper{
	float: right;
    padding-top: 40px;
    padding-right: 20px;
}
.header-col:before{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #d2deee;
	top: 0;
	right: 0;
}

.logo-section .row{
    overflow: hidden; 
}
.logo-wrap a img{
	width: 80%;
	height: auto;
	margin: 0 auto;
    display: block;
}

.logo-section .row [class*='col-']{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    padding-top: 22px;
}
.logo-section .header-logo-row .header-col-padd{
	/*padding-top: 64px;*/
	position: relative;
}
.logo-container-wrapper{
	/*width: 56%;*/
	float: left;
}
#owl-banner .item img{
    display: block;
    width: 100%;
    height: auto;
}
.banner-section .item{
	position: relative;
}
.banner-section .item .banner-text-wrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
}
.banner-text-wrapper h1 {
    font-size: 90px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    line-height: 90px;
/*     border-bottom: 3px solid #299c69; */
}
.banner-text-wrapper h1 span{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.banner-text-wrapper p{
/* 	padding-top: 50px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 25px;
    margin-bottom: 46px;
	line-height: 1.4em;	
	text-shadow: 1px 1px 0px #fff; */
	padding: 15px;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
	margin-bottom: 46px;
	line-height: 1.6em;
	background: rgba(0,0,0,0.5);
	margin-top: 15px;
}
.banner-text-wrapper p:first-child {
background: transparent;
}
.banner-text-wrapper a {
    padding: 22px 40px;
    color: #fff;
    background: #1c5ba9;
    border-radius: 60px;
    font-size: 23px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    border: 1px solid #1c5ba9;
   	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.banner-text-wrapper a:hover{
	color: #fff;
	text-decoration: none;
	color: #1c5ba9;
	background: #fff;
}

.banner-text-wrapper a:hover:before{
	bottom: 0;
	opacity: 1;
	height: 100%;
}
.banner-btn span{
	position: relative;
	z-index: 99;
}
.banner-section .owl-theme .owl-nav.disabled+.owl-dots{
	position: relative;
	margin-top: -40px;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span, .banner-section .owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 3px solid #fff;
}
.banner-section .owl-theme .owl-dots .owl-dot:focus{
	outline: none;
}

/* Intro section */
.section-padd-80{
	padding: 80px 0px;
}
.intro-section{
	background: url(assets/images/intro-bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.sub-head{
	color: #1c5ba9;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    margin: 0;
}
.sub-head span{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.intro-section .sub-head{
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
.intro-section .sub-head:before{
	position: absolute;
	content: '';
	width: 32%;
	height: 3px;
	background: #299c69;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.home .home-intro-wrapper p{
	padding: 15px 0px; 
	width: 98%;
}
.home .home-intro-wrapper ol, .home .home-intro-wrapper ul {
	padding-left: 0;
	padding-top: 15px;
}
.centered-line{
	position: relative;
}
.centered-line:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 82%;
    background: #d2deee;
    top: 0%;
    right: 4px;
}
.intro-wrap-btn{
	text-align: center;
	display: block;
	margin-top: 0px;
}
.pad-right-30{
	padding-left: 30px;
}
.intro-wrap-btn a{
	font-size: 18px;
	color: #299c69;
	border: 2px solid #299c69;
	border-radius: 60px;
	padding: 20px 32px;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	ms-transition: all 0.3s ease;
}
.intro-wrap-btn a:hover{
	color: #fff;
	background: #299c69;
	text-decoration: none;
}
.grid-wrap{
	position: relative;
}
.bottom-head{
	position: absolute;
	bottom: 35px;
	left: 35px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    z-index: 99;
}
.bottom-head h2{
	margin: 0;
	font-size: 26px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}
.tankers-wrap{
	position: relative;
}
.tankers-wrap:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    z-index: 1;
}
.hover-text {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    padding: 38px;
    z-index: 99;
}
.tankers-wrap:hover .hover-text{
	opacity: 1;
	background: rgba(41, 156, 105, .8);
}
.used-tankers-wrapper .tankers-wrap:hover .hover-text{
	background: rgba(28, 91, 170, 0.8);
}
.tankers-wrap:hover .bottom-head{
	opacity: 0;
}
.tankers-wrap .hover-text p, .tankers-wrap .hover-text h2{
	color: #fff;
}
.product-link:hover{
	text-decoration: none;
}
.tankers-wrap h2{
	font-size: 26px;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;	
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 22px;
}
.tankers-wrap p {
    padding-bottom: 24px;
    text-transform: none;
    font-weight: 300;
}
.hover-text > a{
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;	
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 30px;
	border-radius: 60px;
}
.hover-text button{
	background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 60px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.hover-text button:hover{
	color: rgba(41, 156, 105, 1);
	background: #fff;
}

.grid-wrap img{
	width: 100%;
	object-fit: cover;
}
.new-tankers-wrapper h2 span{
	display: block;
	font-weight: bold;
}
.new-tankers-wrapper h2 {
    margin: 0;
    font-size: 39px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 28px;
    text-transform: uppercase;
}
.new-tankers-wrapper{
	text-align: right;
	background: url(assets/images/green-bg.jpg) no-repeat;
	background-size: cover;
}
.tankers-section .row.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
/*.tankers-section .row.no-gutter > [class*="col-"]:first-child {
    padding-right: 31px;
}*/
.tankers-section .row.no-gutter > [class*="col-"]:last-child {
    padding-left: 31px;
}
.tankers-section .row.no-gutter > [class*="col-"] > .row {
    margin-left: 0;
    margin-right: 0;
}
.tankers-section .row.no-gutter > [class*="col-"] > .row > [class*="col-"] {
    padding: 3px 0 0 3px;
}
.tankers-section .row.no-gutter > [class*="col-"]:last-child .row > [class*="col-"]{
	padding: 3px 3px 0px 0px;
}
.used-tankers-wrapper{
	text-align: left;
	background: url(assets/images/blue-bg.jpg) no-repeat;
	background-size: cover;
}
.used-tankers-wrapper h2 span {
    display: block;
    font-weight: bold;
}
.used-tankers-wrapper h2 {
    margin: 0;
    font-size: 39px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    padding-top: 24px;
    padding-left: 32px;
    padding-bottom: 28px;
    text-transform: uppercase;
}
.hover-text button:focus{
	outline: none;
}
.section-pad-100{
	padding: 100px 0px;
}
.testimonial-section {
	background: url(assets/images/testimonial-bg.jpg) no-repeat;
	background-size: cover;
	margin-top: 3px;
}
.sub-head2 {
    font-size: 39px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    display: inline-block;
}
.sub-head2 span{
	font-weight: bold;
}
.testimonial-section .owl-carousel.owl-drag .owl-item{
	padding-top: 60px;
}
.testi-text-wrapper > p{
	font-size: 27px;
    line-height: 37px;
    font-style: italic;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 60px;
    font-weight: 300;
    margin-bottom: 0;
    width: 90%;
}
.name-designation-wrap p{
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
}
.name-designation-wrap p span{
	font-weight: bold;
	display: block;
}
#owl-testimonial.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0;
}
#owl-testimonial.owl-theme .owl-dots .owl-dot.active span, #owl-testimonial.owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
}
#owl-testimonial.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 3px solid #fff;
}
#owl-testimonial.owl-theme .owl-dots .owl-dot:focus{
	outline: none;
}
.section-pad-110{
	padding: 110px 0px;
}
.sub-head2.blue-head{
	color: #1c5ba9;
	border-bottom: 2px solid #299c69;
}
.spcl-section-btn-wrap{
	text-align: right;
}
.spcl-section-btn-wrap a{
	font-size: 18px;
	color: #299c69;
	border: 2px solid #299c69;
	border-radius: 60px;
	padding: 18px 32px;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.spcl-section-btn-wrap a:hover{
	color: #fff;
	background: #299c69;
	text-decoration: none;
}
.three-col-wrapper{
	float: left;
    width: 100%;
    padding-top: 95px;
}
.number-wrapper p {
    font-size: 30px;
    color: #299c69;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 38px;
    position: relative;
    padding-left: 20px;
    display: block;
}
.number-wrapper p span{
	display: block;
	font-weight: bold;
	font-size: 40px;
}
.number-wrapper p:before{
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
	background: #299c69;
}
.footer-section {
    padding: 80px 0px 70px;
/*     background: #3c5b4d; */
	background: #fff;
}
.footer-head{
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	text-transform: uppercase;	
	color: #299c69;
	padding-bottom: 14px;
	display: inline-block;
	border-bottom: 2px solid #299c69;
	margin-bottom: 30px;
}
.footer-head span{
	font-weight: bold;
}
.news-letter-wrapper > p {
    font-size: 18px;
    line-height: 28px;
    color: #299c69;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 20px;
}
.news-letter-wrapper input{
	height: 58px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 30px;
/*     border: none; */
	border: 2px solid #299c69;
}
.news-letter-wrapper input::placeholder{
	color: #299c69;
}
.news-letter-wrapper button{
	padding: 0px 20px;
    height: 58px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: white;
    border: 2px solid #299c69;
    background: transparent;
    color: #299c69;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.news-letter-wrapper button:hover{
	color: #fff;
	background: #299c69;
}
.news-letter-wrapper button:focus{
	outline: none;
}
.company-num-wrapper{
	padding-top: 20px;
}
.company-num-wrapper p{
	font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #299c69;
    font-family: 'Source Sans Pro', sans-serif;
}
.footer-contact .mobile a, .footer-contact .mail a{
    display: inline-block;
    color: #299c69;
    font-size: 18px;
    line-height: 28px;
    position: relative;
}
.footer-contact .mobile a:before, .footer-contact .mail a:before, .footer-services ul li a:before{
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	bottom: 0px;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.footer-contact .mobile a:hover, .footer-contact .mail a:hover, .footer-services ul li a:hover{
	text-decoration: none;
	color: #299c69;
}
.footer-contact > p {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 28px;
    color: #299c69;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 28px;
}
.footer-contact > p.mail a{
	font-size: 18px;
	line-height: 28px;
	color: #299c69;
	font-family: 'Source Sans Pro', sans-serif;
}
.footer-contact i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	color: #299c69;
}
.footer-contact i:before{
	font-size: 20px;
}
.footer-contact .mobile i:before, .footer-contact .address i:before{
	font-size: 28px;
}
.footer-contact .address i{
	top: 0;
	transform: translate(0,0);
}
.footer-services ul{
	padding: 0;
}
.footer-services ul li a{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	position: relative;
}
.footer-services ul li {
    list-style: none;
    padding-bottom: 26px;
}
.footer-contact > p:last-child{
	margin-bottom: 0;
}
.footer-services ul li:last-child{
	padding-bottom: 0;
}
.footer-contact{
	float: right;
}
.footer-services{
	padding-left: 30px;
}
.bottom-bar-section{
/* 	background: #334a40; */
	background: #fff;
	padding: 36px 0px 20px;
	text-align: center;
}
.terms-ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
    position: relative;
    border-right: 1px solid #fff;
}
.terms-ul li:last-child{
	border-right: none;
}
.terms-ul li a{
	font-size: 17px;
	line-height: 28px;
/* 	color: rgba(255,255,255,0.8); */
	color: #299c69;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}

.terms-ul li a:hover{
	text-decoration: none;
	color: #299c69;
}
.terms-ul{
	margin-bottom: 0;
	padding-bottom: 10px;
}
.copy-rights a {
    color: #abd1ff;
    opacity: 1;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.copy-rights{
/* 	color: rgba(255,255,255,0.5); */
	color: #299c69;
	font-size: 16px;
}
.copy-rights a:hover{
	opacity: 1;
	color: #abd1ff;
	text-decoration: none;
}
.float-right{
	float: right;
}
.center-num-wrapper{
	width: 70%;
	margin: 0 auto;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-contact-wrapper, .header-mail-wrapper{
	position: relative;
}
.header-contact-wrapper i {
    position: absolute;
    left: -36px;
    top: 62%;
    transform: translate(0%, -60%);
}
.header-mail-wrapper i {
    position: absolute;
    left: -38px;
    top: 50%;
    transform: translate(0%, -50%);
}

.header-contact-wrapper i:before{
    font-size: 36px;
    color: #1c5ba9;
}
.header-mail-wrapper i:before {
    font-size: 26px;
    color: #1c5ba9;
}
.padtop-red-50 { padding-top: 50px; }
.term_category_img { margin-right: 25px; margin-bottom: 25px; }
.spacer-35 {
	height: 35px;
	width: 100%;
}
@media (max-width: 1199px) {
    .menu-bar-section .navbar-header {
        float: none;
    }
    .menu-bar-section .navbar-left,.navbar-right {
        float: none !important;
    }
    .menu-bar-section .navbar-toggle {
        display: block;
    }
    .menu-bar-section .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
   .menu-bar-section .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .menu-bar-section .navbar-collapse.collapse {
        display: none!important;
    }
    .menu-bar-section .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.menu-bar-section .navbar-nav>li {
        float: none;
    }
    .menu-bar-section .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-bar-section .collapse.in{
  		display:block !important;
	}
	.menu-bar-section .nav:before,  .menu-bar-section .navbar-collapse:before, .menu-bar-section .nav:after, .menu-bar-section .navbar-collapse:after{
		display: none;
	}
	.menu-bar-section .navbar-default .navbar-toggle{
		border: none;
	}
	.menu-bar-section .navbar-default .navbar-toggle .icon-bar{
		background: #fff;
	}
	.news-letter-wrapper input{
		width: 50%;
	}
	.intro-wrap-btn{
		margin-top: 20px;
	}
	.home-intro-wrapper p{
		padding: 0;
	}
	.menu-bar-section .navbar-nav{
		display: block;
	}
	.spcl-section-btn-wrap a{
		font-size: 15px;
		padding: 15px 30px;
	}
	.stock-gallery-list li:nth-child(2){
		padding-left: 0;
	}
	.stock-gallery-list li:last-child(){
		padding-right: 0;
	}
	.menu-bar-section .navbar-nav>li a span{
		float: right;
		padding-right: 10px;
	}
	.menu-bar-section .navbar-default .navbar-toggle:hover{
		background: transparent;
	}
	.menu-bar-section .navbar-toggle{
		margin-right: 0;
	}
	.top-header ul{
		padding-right: 0;
	}
}
@media(max-width: 1365px){
	#owl-banner .item img{
		height: 700px;
	}
	.banner-section .item .banner-text-wrapper{
		width: 80%;
	}
}

@media(max-width: 1199px) and (min-width: 992px){
	.menu-bar-section .navbar-default .navbar-nav>.active>a{
		border-radius: 0;
	}
	.menu-bar-section .navbar-default .navbar-nav>li>a:hover{
		border-radius: 0;
	}
	.menu-bar-section .navbar-nav>li>.dropdown-menu{
		width: 100%;
	}
	.menu-bar-section .navbar-default .navbar-toggle:focus, .menu-bar-section .navbar-default .navbar-toggle:hover{
		background: transparent;
	}
	#owl-banner .item img{
		height: 600px;
		object-fit: cover;
	}
	.banner-section .item .banner-text-wrapper{
		width: 80%;
	}
	.center-num-wrapper{
		width: 100%;
	}
}
@media(max-width: 991px){
	div.banner-text-wrapper h1:after{
	content:'';
	width: 430px; 
	height:3px; 
	background:#299c69; 
	position:absolute; 
	left:0; 
	right:0; 
	margin:0px auto;
	}
	#owl-banner .item img{
		height: 600px;
		object-fit: cover;
	}
	.banner-section .item .banner-text-wrapper{
		width: 80%;
	}
	.banner-text-wrapper h1 {
	    font-size: 50px;
	    line-height: 70px;
	}
	.banner-text-wrapper a{
		padding: 18px 30px;
		font-size: 18px;
	}
	.home-intro-wrapper.pad-right-30{
		padding-left: 0;
	}
	.tankers-section .row.no-gutter > [class*="col-"]{
		padding-left: 15px;
		padding-right: 15px;
	}
	.tankers-section .row.no-gutter > [class*="col-"]:first-child{
		padding-right: 15px;
	}
	.new-tankers-wrapper{
		text-align: center;
	}
	.tankers-section .row.no-gutter > [class*="col-"]:last-child{
		padding-left: 15px;
	}
	.used-tankers-wrapper{
		margin-top: 30px;
		text-align: center;
	}
	.hover-text{
		padding: 14px;
	}
	.tankers-wrap p{
		padding-bottom: 10px;
	    font-size: 16px;
	    line-height: 24px;
	}
	.hover-text button{
		font-size: 12px;
		padding: 10px 18px;
	}
	.center-num-wrapper{
		width: 100%;
	}
	.header-logo-row{
		height: auto;
	}
	.logo-section .row [class*='col-'] {
	    margin-bottom: 0;
	    padding-bottom: 30px;
	    padding-top: 30px;
	}
	.header-mail-wrapper{
		text-align: left;
	}
	.header-timing-wrapper{
		text-align: right;
		padding-left: 0;
	}
	.header-contact-wrapper{
		padding-right: 0;
	}
	.header-col:before{
		display: none;
	}
	.number-wrapper p span{
		font-size: 30px;
	}
	.number-wrapper p{
		font-size: 26px;
		line-height: 30px;
	}
	.news-letter-wrapper input{
		width: 84%;
	}
	.company-num-wrapper{
		padding-bottom: 20px;
	}
	.footer-contact, .footer-services{
		float: left;
	}
}
@media(max-width: 767px){
	div.banner-text-wrapper h1:after{
	content:'';
	width: 280px; 
	height:3px; 
	background:#299c69; 
	position:absolute; 
	left:0; 
	right:0; 
	margin:0px auto;
	}
	.logo-container-wrapper {
	    width: 100%;
	    float: none;
	}
	.owl-theme .owl-nav{
		display: none !important;
	}
	.header-logo-row .logo-wrap img {
	    margin: 0 auto;
	    max-width: 80%;
	    height: auto;
	}
	.header-contact-wrapper{
		width: 100%;
		float: none;
		text-align: center;
	}
	.header-mail-wrapper, .header-timing-wrapper{
		text-align: left;
	}
	.logo-section .row [class*='col-'] {
		padding-bottom: 10px;
		padding-top: 10px;
		display: inline-block;
	}
	.sub-head {
		font-size: 30px;
		line-height: 40px;
	}
	.section-padd-80 {
	    padding: 40px 0px;
	}
	.intro-wrap-btn a{
		font-size: 15px;
		padding: 14px 22px;
	}
	.intro-wrap-btn{
		margin-top: 15px;
	}
	.new-tankers-wrapper h2, .used-tankers-wrapper h2, .sub-head2{
		font-size: 30px;
	}
	.tankers-wrap h2{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.section-pad-100 {
	    padding: 50px 0px;
	}
	.testimonial-section .owl-carousel.owl-drag .owl-item{
		padding-top: 30px;
	}
	.testi-text-wrapper > p{
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 30px;
	}
	.name-designation-wrap p{
		font-size: 20px;
	}
	.section-pad-110{
		padding: 55px 0px;
	}
	.spcl-section-btn-wrap{
		float: none;
		margin-top: 20px;
		text-align: left;
	}
	.spcl-section-btn-wrap a{
		font-size: 14px;
		padding: 10px 20px;
	}
	.three-col-wrapper{
		padding-top: 30px;
	}
	.number-wrapper.float-right{
		float: none;
	}
	.news-letter-wrapper input {
	    width: 65%;
	}
	.footer-contact{
		padding: 20px 0px;
	}
	.footer-head{
		font-size: 24px;
	}
	.footer-section{
		padding: 50px 0px 40px;
	}
	.copy-rights{
		font-size: 16px;
	}
	.header-contact-wrapper i {
	    position: absolute;
	    left: 30%;
	    top: 60%;
	    transform: translate(-30%, -60%);
	}
	.header-mail-wrapper i {
	    left: 16%;
	    top: 50%;
	    transform: translate(-16%, -50%);
	}
	.terms-ul li{
		padding: 0px 8px;
	}
	.header-contact-wrapper i:before, .header-mail-wrapper i:before{
		display: none;
	}
	.header-head{
		display:block;
		font-size: 20px;
	}
	.header-contact-wrapper{
		padding-top: 0px;
		text-align: left;
		display: inline-block;
	}
	.header-logo-row [class*="col-md"]{
		width: 33.3%;
		float: left;
		text-align: left;
		display: inline-block;
	}
	.header-timing-wrapper{
		display: inline-block;
	}
	.logo-container-wrapper .logo-wrap{
		display: none;
	}
	.header-logo-row .mob-logo{
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
	}
	.logo-container-wrapper{
		display: none;
	}
	.header-mail-wrapper{
		width: 100%;
		text-align: left;
	}
	.banner-section .banner-caption-img h1{
		font-size: 22px;
	}
	.banner-text-wrapper h1 {
	    font-size: 40px;
	    line-height: 40px;
	}
	.banner-text-wrapper p {
	    padding-top: 20px;
	    width: 100%;
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.home-intro-wrapper p{
		padding: 0;
	}

	.banner-section .banner-caption [class*="col-"], .banner-section .banner-caption{
		height: 250px;
	}
	.tankers-section .row.no-gutter > [class*="col-"] > .row > [class*="col-"] {
	    padding: 3px 0 0 0px;
	}
	.grid-wrap{
		height: 220px;
	}
	.grid-wrap img{
		height: 220px;
		object-fit: cover;
	}
	.footer-services{
		padding-left: 0;
	}
	#owl-banner .item img {
	    height: 500px;
	}
	.header-logo-row a{
		display: inline-block;
	}
	.stock-gallery-list li img {
	    width: 100%;
	    display: inline-block;
	    height: 100px;
	    object-fit: cover;
	}
	.inner-content-single-product, .single-new_tankers .intro-section .row [class*="col-sm"]{
		display: inline-block;
	}
	.stock-gallery-list li:first-child{
		padding: 0;
	}
	.stock-gallery-list li:first-child img{
		height: auto;
	}
	.stock-gallery-list li:last-child{
		padding-right: 0;
	}
}
@media(max-width: 550px){
	.header-logo-row [class*="col-md"], .header-contact-wrapper, .header-mail-wrapper, .header-timing-wrapper{
		width: 100%;
		text-align: center;
	}
	
	.stock-gallery-list li:first-child{
		width: 100%;
		padding: 0;
	}
	.stock-gallery-list li{
		width: 33.3%;
		float: left;
	}
	.header-logo-row .logo-wrap a{
		width: auto; 
	}
	.header-logo-row .logo-wrap img {
	    max-width: 80%;
	    display: inline-block;
	}
}

@media(max-width: 420px){
		.header-contact-wrapper i {
	    position: absolute;
	    left: 10%;
	    top: 60%;
	    transform: translate(-10%, -60%);
	}
	.header-mail-wrapper i {
	    left: -24%;
	    top: 50%;
	    transform: translate(24%, -50%);
	}
	.grid-wrap{
		height: 270px;
	}
	.grid-wrap img{
		height: 270px;
	}
	.terms-ul li{
		margin: 4px 0px;
	}
}

.custom-logo-link:hover:before{
	display: none;
}
.navbar-nav > li > .dropdown-menu>li>a{
	padding: 10px 20px;
}
.navbar-nav > li > .dropdown-menu>li>a:hover{
	color: #299c69;
}
.menu-bar-section .navbar-default .navbar-nav .dropdown:hover ul.dropdown-menu{
	display: block !important;
	width: 100%;
}
.banner-caption{
	height: 300px;
	position: relative;
	height: 450px;
}
.banner-caption:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	display: none;
}
.banner-caption [class*="col-"] {
	position: relative;
	height: 300px;
	height: 450px;
}
.banner-caption-img{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
}
.banner-caption-img h1 {
    margin: 0;
    width: 100%;
    background: #299c69;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
}
.page-id-9 .tankers-wrap, .page-id-19 .tankers-wrap{
	margin-bottom: 30px;
}
.page-id-9 .section-padd-80, .page-id-19 .section-padd-80{
	padding: 60px 0px;
}
#recent-posts-2 .widget-title, .widget_archive h2{
	margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1c5ba9;
    font-family: 'Source Sans Pro', sans-serif;
}
#recent-posts-2 ul, .widget_archive ul{
	padding-left: 10px;
}
#recent-posts-2 ul li, .widget_archive ul li{
	list-style: none;
	padding: 5px 0px;
}
#recent-posts-2 ul li a, .widget_archive ul li a{
	font-size: 18px;
	line-height: 28px;
	color: #000;
	padding: 5px 0px;
}
#recent-posts-2 ul li a:hover, .widget_archive ul li a:hover{
	color: #299c69;
	text-decoration: none;
}
.widget_recent_entries, .widget_archive{
	padding: 10px 0px;
}
.menu-bar-section .dropdown-menu>.active>a{
	background-color: #299c69;
}
.menu-bar-section .dropdown-menu>.active>a:hover{
	color: #fff !important;
}
.post .entry-title{
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1c5ba9;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 10px;
}
.post .entry-content{
	font-size: 18px;
	line-height: 28px;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 20px; 
	padding-top: 20px;
	border-bottom: 1px solid #eee;
}
.blog-page .home-intro-wrapper article{
	padding: 20px 0px 0px; 
}
.blog-page .home-intro-wrapper article:first-child{
	padding-top: 0;
}
.blue-bg .hover-text{
	background: rgba(28, 91, 170, 0.8) !important;
}
.blue-bg .hover-text button:hover {
    color: rgb(28, 91, 170) !important;
}
.inner-pages.blog-page .home-intro-wrapper.pad-right-30{
	padding-left: 30px;
}
.inner-pages.blog-page .centered-line:before{
	right: -20px;
}
.contact-map-section{
	padding-bottom: 30px;
}
.contact-address-wrapper address{
	position: relative;
}
.contact-address-wrapper address i{
	position: absolute;
	left: 0;
}
.contact-address-wrapper address p{
    padding: 0;
    width: 100%;
    padding-left: 30px;
}
.contact-address-wrapper address i:before{
    font-size: 26px;
    color: #1c5ba9;
}
.contact-details-wrapper{
	padding-left: 30px;
}
.contact-details-wrapper li{
	list-style: none;
	position: relative;
	padding: 5px 0px;
}
.contact-details-wrapper li a{
	font-size: 18px;
	line-height: 28px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	color: #333333;

}
.contact-details-wrapper li a:hover{
	text-decoration: none;
	 color: #299c69 ;
}
.contact-details-wrapper li i{
	position: absolute;
	left: -30px;
}
.contact-details-wrapper li i:before{
    font-size: 20px;
    color: #1c5ba9;
}
.quick-enquiry-form .sub-head span{
	display: inline-block;
	text-align: center;
}
.quick-enquiry-form .sub-head:before{
	display: none;
}
.quick-enquiry-form .sub-head{
	font-size: 30px;
	text-align: left;
	margin-bottom: 0;
}
.quick-enquiry-form input, .quick-enquiry-form textarea{
	border: 1px solid #f7f7f7;
    background: #f7f7f7;
    box-shadow: none;
}
.quick-enquiry-form textarea{
	height: 100px;
}
.quick-enquiry-form input{
	height: 45px;
}
.quick-enquiry-form .terms-and-conditions input{
	height: auto;
}
.quick-enquiry-form .terms-and-conditions span.wpcf7-list-item{
	margin-left: 0;
}
.checkbox-list{
	margin: 14px 0px;
}
.quick-enquiry-form .btn-green{
	padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background: #3c5b4d;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    margin-top: 15px;
}
.quick-enquiry-form .btn-green:hover{
	color: #3c5b4d;
	background: #fff;
	border: 1px solid #3c5b4d;
}
.quick-enquiry-form .wpcf7-list-item-label{
	color: #333333;
}
.quick-enquiry-form .wpcf7-list-item-label a{
	color: #1c5ba9;	
}
.bottom-text{
	padding: 20px;
	position: relative;
	background: #f7f7f7;
	z-index: 99;
}
.bottom-text:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 18px rgba(0,0,0,0.05);
    z-index: -1;
}
.tankers-wrap .bottom-text h2{
	padding-bottom: 0;
	font-size: 22px;
}
.bottom-text .price {
    padding: 15px 0px;
    margin: 0;
    font-weight: bold;
    color: #337ab7;
    font-size: 20px;
}
.bottom-text .description {
	padding: 0px 0px 10px;
}
.bottom-text button {
    font-size: 14px;
    padding: 10px 20px;
    background: #299c69;
    color: #fff;
    box-shadow: none;
    border: 1px solid #299c69;
    border-radius: 60px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.bottom-text button:hover {
    color: #299c69;
    background: transparent;
    border: 1px solid #299c69;
}
.bottom-text button:focus{
	outline: none;
}
.stock-gallery-list li, .stock-gallery-list li a{
	display: inline-block;
}
.stock-gallery-list li:first-child, .stock-gallery-list li:first-child a{
	display: block;
	text-align: center;
}
.stock-gallery-list li:first-child a img{
	text-align: center;
}
.quick-enquiry-form p{
	padding: 0;
	width: auto;
}
.inner-pages.centered-line:before, .tax-new_tanker .centered-line:before{
		display: none;
	}
.txt-center{text-align:center;}
@media(max-width: 1400px) and (min-width: 1200px){
/*	.grid-wrap {
	    height: 500px;
	}
	.grid-wrap img {
	    height: 500px;
	}*/
	.hover-text{
		padding: 15px;
	}
	.tankers-wrap h2{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.tankers-wrap p{
		padding-bottom: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	.hover-text button{
		padding: 8px 20px;
		font-size: 12px;
	}
	.page-id-9 .grid-wrap, .page-id-19 .grid-wrap{
		height: 250px;
	}
	.page-id-9 .grid-wrap img, .page-id-19 .grid-wrap img{
		height: 250px;
	}
	.page-id-9 .tankers-wrap h2, .page-id-19 .tankers-wrap h2{
		font-size: 24px;
	}
	.page-id-9 .tankers-wrap p, .page-id-19 .tankers-wrap p{
		font-size: 18px;
		line-height: 26px;
	}
	.news-letter-wrapper input::-webkit-input-placeholder { 
	  color: rgba(51, 51, 51, 0.3);
	  font-size: 12px;
	}

	.news-letter-wrapper input:-ms-input-placeholder { 
	  color: rgba(51, 51, 51, 0.3);
	  font-size: 12px;
	}

	.news-letter-wrapper input::placeholder {
	  color: rgba(51, 51, 51, 0.3);
	  font-size: 12px;
	}
}
@media(min-width: 1401px) and (max-width: 1919px){
	.hover-text{
		padding: 16px;
	}
	.tankers-wrap h2{
		font-size: 22px;
		padding-bottom: 10px;
	}
	.hover-text button{
		padding: 10px 20px;
	}
	.tankers-wrap p{
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 24px;
	}
	.page-id-9 .grid-wrap, .page-id-19 .grid-wrap{
		height: 250px;
	}
	.page-id-9 .grid-wrap img, .page-id-19 .grid-wrap img{
		height: 250px;
	}
	.page-id-9 .tankers-wrap h2, .page-id-19 .tankers-wrap h2{
		font-size: 24px;
	}
	.page-id-9 .tankers-wrap p, .page-id-19 .tankers-wrap p{
		font-size: 18px;
		line-height: 26px;
	}
}

@media(max-width: 1199px) and (min-width: 992px){
	.logo-wrap a img{
		height: auto;
		width: 80%;
		margin: 0 auto;
    display: block;
	}
	.header-contact-wrapper{
		padding-top: 20px;
	}
	.logo-section .header-logo-row .header-col-padd{
		padding-top: 10px;
	}
	.header-head{
		font-size: 18px;
	}
	.header-contact-wrapper i {
	    left: 0;
	    top: 32%;
	    transform: translate(0%, -32%);
	}
	.header-contact-wrapper i:before{
		font-size: 28px;
	}
	.header-mail-wrapper i {
	    left: -10px;
	    top: 8%;
	    transform: translate(0, -8%);
	}
	.header-mail-wrapper i:before{
		font-size: 20px;
	}
	.header-mail-wrapper{
		padding-left: 22px;
		width: 100%;
		margin: auto;
	}
	.header-logo-row{
		height: 140px;
	}
	.tankers-section .row.no-gutter > [class*="col-"] > .row > [class*="col-"]{
		width: 100%;
	}
	.grid-wrap {
	    height: 350px;
	}
	.grid-wrap img {
	    height: 350px;
	}
	.tankers-wrap p{
		padding-bottom: 10px;
	}
	.hover-text button{
		padding: 10px 20px;
	}
	.stock-gallery-list li:first-child{
		width: 100%;
		padding: 0;
	}
	.stock-gallery-list li{
		width: 33.3%;
		float: left;
	}
	.stock-gallery-list li:first-child img{
		height: auto;
	}
	.stock-gallery-list li img {
	    height: 90px;
	    object-fit: cover;
	}
	.stock-gallery-list li:last-child{
		padding-right: 0;
	}
	.stock-gallery-list li:first-child img, .stock-gallery-list li:last-child img{
		padding-right: 0;
	}
		.news-letter-wrapper input::-webkit-input-placeholder { 
	  color: rgba(51, 51, 51, 0.3);
	  font-size: 14px !important;
	}

	.news-letter-wrapper input:-ms-input-placeholder { 
	  color: rgba(51, 51, 51, 0.3);
	  font-size: 14px !important;
	}

	.news-letter-wrapper input::placeholder {
	  color: rgba(51, 51, 51, 0.3);
	  font-size: 14px !important;
	}
}
@media(max-width: 991px) and (min-width: 768px){
	.page-id-5 .centered-line{
		display: none;
	}
	.inner-pages.blog-page .home-intro-wrapper.pad-right-30{
		padding-right: 0;
		padding-left: 0;
	}
	.inner-pages.blog-page .centered-line:before, .tax-new_tanker .centered-line:before{
		display: none;
	}
	.banner-text-wrapper h1 {
		font-size: 60px;
		line-height: 50px;
	}
	.banner-text-wrapper p {
	    padding-top: 30px;
	    width: 100%;
	    font-size: 20px;
	    margin-bottom: 30px;
	}
	.stock-gallery-list li:first-child{
		width: 100%;
		padding: 0;
	}
	.stock-gallery-list li{
		width: 33.3%;
		float: left;
	}
	.page-id-9 .grid-wrap, .page-id-19 .grid-wrap{
		height: 250px;
	}
	.page-id-9 .grid-wrap img, .page-id-19 .grid-wrap img{
		height: 250px;
	}
	.page-id-9 .tankers-wrap h2, .page-id-19 .tankers-wrap h2{
		font-size: 24px;
	}
	.page-id-9 .tankers-wrap p, .page-id-19 .tankers-wrap p{
		font-size: 18px;
		line-height: 26px;
	}
	.header-head{
		font-size: 16px;
	}
	.header-logo-row i:before{
		display: none;
	}
	.header-contact-wrapper{
		padding-top: 0;
	}
	.header-contact-wrapper a, .header-logo-row a{
		font-size: 16px;
	}
	.header-mail-wrapper {
	    width: 75%;
	    margin: 0 auto;
	}
	.stock-gallery-list li:last-child{
		padding-right: 0;
	}
	.stock-gallery-list li img{
		width: 100px;
	}
	.stock-gallery-list li:nth-child(3){
		padding: 10px 5px;
	}
}

@media(min-width: 768px){
	.mob-logo{
		display: none;
	}
}

.navbar-default .navbar-collapse{
	padding: 0px;
}
.stock-gallery-list li {
    width: 33.3%;
    float: left;
    padding: 10px 10px 0px;
}
.stock-gallery-list li:first-child{
	width: 100%;
}
.stock-gallery-list li:first-child img,  .stock-gallery-list li a, .stock-gallery-list li img{
	width: 100%;
}
.centered-line .home-intro-wrapper p:last-child{
	display: none;
}
.single .centered-line .home-intro-wrapper p:last-child{
	display: block;
}
.news-letter-wrapper input:focus{
	outline: none;
}
.news-letter-wrapper input::-webkit-input-placeholder { 
  color: rgba(51, 51, 51, 0.3);
  font-size: 18px;
}

.news-letter-wrapper input:-ms-input-placeholder { 
  color: rgba(51, 51, 51, 0.3);
  font-size: 18px;
}

.news-letter-wrapper input::placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 18px;
}
.menu-bar-section .navbar-default .navbar-toggle:focus{
	background: transparent !important;
}
@media(min-width: 768px){
	.header-contact-wrapper br{
		display: none;
	}

}
.news-letter-wrapper label{
	color: #fff;
	padding-top: 10px;
}
.product-page .centered-line:before{
	display: none;
}

.banner-text-wrapper h1 {
/* 	text-shadow: 5px 2px #413e3e; */
	text-shadow: 10px 4px 2px #413e3e;
	
}
.banner-text-wrapper h1:after{
	content:'';
	width:650px; 
	height:3px; 
	background:#299c69; 
	position:absolute; 
	left:0; 
	right:0; 
	margin:0px auto;
}
