/**FONTS**/
@font-face
{
	font-family: "Roboto-Light";
	src: url("../fonts/Roboto-Light.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/Roboto-Light.otf") format("opentype"), /* Open Type Font */ url("../fonts/Roboto-Light.svg") format("svg"), /* Legacy iOS */ url("../fonts/Roboto-Light.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/Roboto-Light.woff") format("woff"), /* Modern Browsers */ url("../fonts/Roboto-Light.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: "Roboto-Medium";
	src: url("../fonts/Roboto-Medium.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/Roboto-Medium.otf") format("opentype"), /* Open Type Font */ url("../fonts/Roboto-Medium.svg") format("svg"), /* Legacy iOS */ url("../fonts/Roboto-Medium.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/Roboto-Medium.woff") format("woff"), /* Modern Browsers */ url("../fonts/Roboto-Medium.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: "Roboto-Bold";
	src: url("../fonts/Roboto-Bold.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */  url("../fonts/Roboto-Bold.otf") format("opentype"), /* Open Type Font */  url("../fonts/Roboto-Bold.svg") format("svg"), /* Legacy iOS */  url("../fonts/Roboto-Bold.ttf") format("truetype"), /* Safari, Android, iOS */  url("../fonts/Roboto-Bold.woff") format("woff"), /* Modern Browsers */  url("../fonts/Roboto-Bold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: "Roboto-Regular";
	src: url("../fonts/Roboto-Regular.eot"); /* IE9 Compat Modes */
	src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */  url("../fonts/Roboto-Regular.otf") format("opentype"), /* Open Type Font */  url("../fonts/Roboto-Regular.svg") format("svg"), /* Legacy iOS */  url("../fonts/Roboto-Regular.ttf") format("truetype"), /* Safari, Android, iOS */  url("../fonts/Roboto-Regular.woff") format("woff"), /* Modern Browsers */  url("../fonts/Roboto-Regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
/**END FONTS**/
/**GENERAL CSS**/
a, a:hover, a:focus
{
	text-decoration: none;
	outline: none;
	transition: 0.3s ease-in-out;
}
h1
{
	font-family: "Roboto-Medium";
	font-size: 45px;
}
h2
{
	font-family: "Roboto-Bold";
	font-size: 48px;
}
h3
{
	font-family: "Roboto-Bold";
	font-size: 42px;
}
h4
{
	font-family: "Roboto-Bold";
	font-size: 34px;
}
h5
{
	font-family: "Roboto-Bold";
	font-size: 26px;
}
h6
{
	font-family: "Roboto-Bold";
	font-size: 24px;
	color: #007590;
}
p
{
	font-family: "Roboto-Light";
	font-size: 17px;
}
a.shetland-button
{
	font-family: "Roboto-Bold";
	font-size: 16px;
}
/**END GENERAL CSS**/
/**HEADER CSS**/
#header-inner {
	background-color: #0a335c;
	color:#fff;
}
#header-inner h1 {
	margin: 0;
    padding: 40px 0
}
.content-inner {
	background:#fff;
	padding:40px 0;
}
.fish-outer div {
	        height: 300px;
    background-size: 70% !important;
    background-position: 50% 50% !important;
    position: relative;
    text-align: center;
    vertical-align: baseline;
    box-shadow: 0px 0px 10px#888888;
    margin-bottom: 30px;
}
img {
	max-width:100%
}
button, input, select, textarea {
	border: 2px solid #0a335c;
    padding: 15px 25px;
    width: 100%;
}
input.btn {
	    width: auto;
    margin-top: 15px;
    font-weight: bold;
    padding: 13px 50px;
    font-size: 20px;
	background:#0a335c
}
a.btn {
	    width: auto;
    margin-top: 15px;
    font-weight: bold;
    padding: 13px 50px;
    font-size: 20px;
	background:#0a335c;
	display:inline-block;
}
.fleet-tpl {
	text-align:center;
	margin:15px 0;
}
.fish-outer h2 {
	color: #292929;
    z-index: 10;
    vertical-align: baseline;
    font-size: 35px;
    font-family: "Roboto-Light";
    margin: 0;
    padding: 20px 0 0;
}
.fish:nth-child(2n)::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(72, 180, 238, 0.8);
    mix-blend-mode: multiply;
    z-index: 5;
}
.top-header
{
	background-color: #fff;
}
.top-header a, .top-header
{
	color: #0a335c;
	font-family: "Roboto-Regular";
	font-size: 20px;/*font-size: 1.25vw;*/
}
.top-header .fa
{
	color: #007590;
}
.top-header .logo
{
	background-color: #fff;
	padding-top: 2vw;
	padding-bottom: 2vw;
}
.top-header .logo img
{
	margin: 0 auto;
}
.top-header .top-address-bar .top-header-phone-style .fa-phone
{
	transform: scaleX(-1);
}
.top-nav
{
	background-color: #007590;
	line-height: 17px;
}
.top-nav .navbar-default
{
	background-color: transparent;
	border-color: transparent;
	border: none;
	margin-bottom: 0;
}
.top-nav .navbar-default .navbar-toggle:focus, .top-nav .navbar-default .navbar-toggle:hover
{
	background-color: transparent;
}
.top-nav .navbar-default .navbar-collapse
{
	text-align: center;
	border: none;
	box-shadow: none;
}
.top-nav .navbar-default .navbar-collapse .navbar-nav
{
	float: none;
	display: inline-block;
}
.top-nav .navbar-default .navbar-collapse ul.navbar-nav li a
{
	font-family: "Roboto-Bold";
	font-size: 17px;
	color: #fff;
	line-height: 17px;
	transition:none;
	border-bottom: 2px solid #007590;
}
.top-nav .navbar-default .navbar-nav li a:hover, .top-nav .navbar-default .navbar-nav li.active a
{
	border-bottom: 2px solid #fff !important;
	transition:none;
}
.top-nav .navbar-default .navbar-nav>.active>a, .top-nav .navbar-default .navbar-nav>.active>a:focus, .top-nav .navbar-default .navbar-nav>.active>a:hover
{
	background-color: transparent;
	border: none;
}
.top-nav .active-div
{
	border-bottom: 2px solid #fff;
	width: 70%;
	margin: 0 auto;
}
/**END HEADER CSS**/
/**HERO IMAGE SECTION CSS**/
.hero-img-section .outer-hero-div
{
	/*background-image: url(../../assets/images/Resilient.jpg);*/
	background-repeat: no-repeat;
	background-size: 100%;
	height: 36vw;
	display: flex !important;
	align-items: center;
	text-align: center;
}
.hero-img-section .outer-hero-div .inner-hero-div
{
	width: 100%;
}
.hero-img-section .slick-dots {
	    position: absolute;
    bottom: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
	width: 100%;
    text-align: center;
}
.hero-img-section .slick-dots li {
	margin:0;
	padding:0;
	display:inline-block;
}
.hero-img-section .slick-dots li button {
	display:block;
	width:35px;
	height:35px;
	border-radius:50%;
	background:#ccc;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 10px;
	border:none;
	padding:0;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.hero-img-section .slick-dots li.slick-active button {
	background:#fff;
	opacity: 1;
    filter: alpha(opacity=100);
}
.hero-img-section .outer-hero-div h1
{
	text-align: center;
	color: #fff;
	display: inline-block;
	background-color: rgba( 10, 51, 92,0.612 );
	padding: 1.5vw;
}
/**END HERO IMAGE SECTION CSS**/
/**FOOTER CSS**/
.top-footer
{
	background-color: #f3f6f9;
	padding-top: 3vw;
	padding-bottom: 6vw;
}
.top-footer .second a, .top-footer .second p, .top-footer .third ul li a
{
	font-family: "Roboto-Regular";
	font-size: 18px;
	color: #11184b;
}
.top-footer .third ul li
{
	margin-bottom: 0.3vw;
}
.top-footer .third ul li a:hover, .top-footer a:hover
{
	color: #007590;
}
.top-footer h6
{
	margin-top: 0;
	margin-bottom: 1vw;
}
.top-footer .third ul.footer-nav
{
	list-style: none;
	padding-left: 0;
}
.top-footer .copyright-text
{
	font-family: "Roboto-Light";
	font-size: 17px;
	color: #11184b;
}
.top-footer .first
{
	text-align: center;
}
.top-footer .first a
{
	display: inline-block;
	color:#11184b;
}
/**END FOOTER CSS**/
/**WELCOME SECTION CSS**/
.welcome-section
{
	position: relative;
}
.welcome-section .first
{
	color: #007590;
	margin-top:40px;
}
.welcome-section h4
{
	position: absolute;
	bottom: 2vw;
	text-align: center;
	left: 0;
	right: 0;
	color: #fff;
}
.top-color
{
	
	background-color: #007590;
	top: 0;
	width: 100%;
	/* height: 125px; */
	
}
.top-color h2 {
	font-size: 40px;
    color: #fff;
    margin: 0;
    padding: 40px 0;
}
.welcome-section h3
{
	margin-bottom: 2vw;
}
.welcome-section p
{
	margin-bottom: 20px;
}
.welcome-section a.shetland-button
{
	border-radius: 4px;
	border: 1px solid #0091b1;
	color: #075074;
	padding: 6px 35px;
}
.welcome-section a.shetland-button:hover
{
	background-color: #007590;
	border: 1px solid #007590;
	color: #0e3d6c;
}
.welcome-section .container
{
	/*padding-top: 3vw;
	padding-bottom: 3vw;*/
}
.welcome-section .container img
{
	margin: -70px auto 0;
}
/**END WELCOME SECTION CSS**/

/**DISTRIBUTION SECTION CSS**/
.distribution-section .container
{
	color: #fff;
	margin-top: 4vw;
	margin-bottom: 5vw;
}
.distribution-section h3
{
	margin-bottom: 2vw;
}
.distribution-section .distribution-col-left, .distribution-section .distribution-col-right
{
	padding: 0;
}
.distribution-section .distribution-col-right
{
	background-color: #0e3d6c;
	padding: 4vw 8vw 4vw 4vw;
}
.distribution-section .distribution-col-right p
{
	margin-bottom: 2vw;
}
.distribution-section a.shetland-button
{
	border-radius: 4px;
	border: 1px solid #fff;
	color: #fff;
	padding: 6px 35px;
}
.distribution-section a.shetland-button:hover
{
	background-color: #007590;
	border: 1px solid #007590;
	color: #0e3d6c;
}
/**END DISTRIBUTION SECTION CSS**/
/**GALLERY SECTION CSS**/
.gallery-section h3
{
	text-align: center;
	color: #007590;
	margin: 0;
}
section.gallery-section img
{
	margin: 0 auto;
}
section.gallery-section h5
{
	    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 5px #000000;
}
section.gallery-section .col-sm-4
{
	margin-top: 4vw;
	margin-bottom: 5vw;
}
.slick-arrow
{
	position: absolute;
	z-index: 1;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}
.slick-arrow.next
{
	top: 45%;
	right: -3vw;
}
.slick-arrow.prev
{
	top: 45%;
	left: -3vw;
}
.slick-initialized .slick-slide
{
	outline: none;
}

/**END GALLERY SECTION CSS**/

/**MEDIA QUERIES**/
@media (min-width:768px) {
.top-header .container
{
	display: flex;
	align-items: center;
}
.top-header a
{
	/*font-size: 1.25vw;*/
}
.top-header .top-address-bar
{
	padding-left: 5vw;
}
.top-nav .navbar-default .navbar-collapse ul.navbar-nav li a
{
	padding-left: 0;
	padding-right: 0;
	/*font-size: 1.06vw;*/
}
.nav>li {
	margin:0 15px;
}
.distribution-section .container
{
	display: flex;
}
.welcome-section .container
{
	/*display: flex;
	align-items: flex-end;*/
}
}

@media (max-width:767px) {
.top-header .top-header-container a, .top-header .top-header-container p
{
	text-align: center;
	display: block;
}
.top-header .logo
{
	background-color: unset;
}
.top-header .logo img
{
	background-color: #fff;
	padding: 2vw;
}
.top-nav .nav>li
{
	height:50px;
}
.hero-img-section .outer-hero-div h1
{
	font-size: 25px;
}
.top-footer
{
	text-align: center;
}
.top-footer .third
{
	display:none;
}
.distribution-section .distribution-col-left
{
	background-color: #f3f6f9;
}
.distribution-section .distribution-col-left img
{
	margin-left: auto;
}
.welcome-section
{
	text-align: center;
}
.welcome-section .col-sm-3
{
	margin-bottom: 4vw;
}
.slick-arrow.next
{
	right: -2vw;
}
.slick-arrow.prev
{
	left: -2vw;
}
.distribution-section .distribution-col-right
{
	padding: 4vw;
	text-align: center;
}
.top-header-container
{
	  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.top-header-container .col-sm-4
{
	width:100%;
}
.top-header-container .first {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
	text-align:center;
	margin-bottom:10px;
  }

.top-header-container .second {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .top-header-container .third {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .navbar-header {
	  text-align: center;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
    padding: 15px 25px;
    width: auto;
    color: #fff;
    float: none;
    margin: 10px 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.hero-img-section .slick-dots li button {
	width:15px;
	height:15px;
}
.welcome-section .container img {
    margin: 0 auto 0;
}
.fleet-tpl {
	margin-bottom:30px;
}
.fleet-tpl img {
	margin:0 auto;
}
#header-inner h1 {
	text-align:center;
}
}
@media (max-width:1199px) and (min-width:992px){
	.top-header .top-address-bar {
    padding-left: 2vw;
}
}
@media (max-width:991px) and (min-width:768px){
	.top-header .top-address-bar {
    padding-left: 2vw;
}
	.top-header a, .top-header
	{
		font-size: 14px;
	}
}
@media (max-width:880px) and (min-width:768px){
	.top-nav .navbar-default .navbar-collapse ul.navbar-nav li a
	{
		font-size:13px;
	}
}
@media (max-width:991px) {
.welcome-section .top-color
{
	
}
}

@media (max-width:991px) and (min-width:768px) {
.distribution-section h3, .distribution-section .distribution-col-right p
{
	margin-bottom: 0vw;
}
.welcome-section .first h2
{
	font-size: 36px;
}
}
@media (min-width:1601px) {
.top-header a, .top-header  {
    font-size: 20px;
}
}
/**END MEDIA QUERIES**/


.pallet, .palletline {
	display:none;
}

.pallet {
	    display: block;
    border: 2px solid #849753;
    margin: 30px;
    padding: 30px;
    background: #eee;
}
.palletline {
	    display: block;
    margin: 30px;
    padding: 20px;
    border: 2px solid;
    background: #ddd;
}
div.input {
	margin-bottom:20px;
	position:relative;
}
.checkbox input {
	display: inline-block;
    width: auto;
}
.no-margin {
	margin:0 !important;
}
div.message {
	padding:30px;
	margin-bottom:30px;
}
div.message.success {
	border-top: 1px solid #408140;
	border-bottom: 1px solid #408140;
	background:#53a653;
}
div.message.error {
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	background:#FF3333;
}