/*!

@charset "utf-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700,300&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic);*/

/* 20190329 mmd - moved to https */
/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic);*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic);

/*font-family: 'Roboto Condensed', sans-serif;*/


    /*========== /* Responsive Styles  Mobile First Method */   ==========*/     /* Custom, iPhone Retina */ 
 @media only screen and (min-width : 320px) {
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
}
.img-portfolio {
	margin-bottom: 15px;
}
header.carousel .carousel {
	height: 70%;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}



    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		
		
		
}
.customer-img, .img-related {
	margin-bottom: 30px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #666;
}



    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
}
@font-face {
	font-family: 'Roboto';
	src: url("../../fonts/RobotoCondensed-Regular.eot"); /* FOR IEs */
	src: local('Roboto'), url('../../fonts/RobotoCondensed-Regular.ttf') format('truetype'); /* for other web browsers */
}
@font-face {
	font-family: 'RobotoBold';
	src: url("../../fonts/RobotoCondensed-Bold.eot"); /* FOR IEs */
	src: local('Roboto'), url('../../fonts/RobotoCondensed-Bold.ttf') format('truetype'); /* for other web browsers */
}
/* Global Styles */

html, body {
	height: 100%;
}
body {
/*padding-top: 150px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
/* Home Page Carousel */

header.carousel {
	height: 50%;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.font-special {
	font-family: 'Roboto Condensed', sans-serif, "Lucida Sans Unicode", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif, !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*	font-family: inherit;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #333333
}
/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Pricing Page Styles */

/*	.price {
	display: block;
font-size: 50px;
	line-height: 30px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}*/
.period {
	display: block;
	font-style: italic;
}
/* Footer Styles */

footer {
	margin: 50px 0;
}
.fullwidenav {
	background-color: #EFEFEF;
	/* height: 75px; */
	color: #FFF;
	/* box-shadow: 1px 0px 3px #888888; */
	padding-bottom: 0px;
	margin-top: 5px;
	height: 70px;
}
.fullwideblock {
	background-color: #EFEFEF;
	padding-bottom: 0px;
	margin-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
.fullwidebottom {
	background-color: #0064a8;
	color: #FFF;
	box-shadow: 1px 0px 3px #888888;
	-moz-border-radius: 5px 5px 0px 0px;
	border-top-width: 15px;
	border-top-style: none;
	border-top-color: #00426F;
	padding-bottom: 25px;
}
.navbar {
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-radius: 0px;
	margin-bottom: 3px;
	font-size: 1.1em;
	border-top-style: none;
	border-top-color: #0064a8;
	background-color: #0064a8;
	/*	background-color: #f5f5f5;*/
	-webkit-box-shadow: 1px 1px 1px 1px #E8E8E8;
	box-shadow: 1px 1px 1px 1px #E8E8E8;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.navbar-inverse .navbar-brand {
	color: #fff;
	font-size: 15px;
	padding-left: 20px;
	
}
.navbar-inverse .navbar-brand:hover {
	color: #fff;
}
.page-header {
	padding-bottom: 9px;
	border-bottom: 1px solid #eeeeee;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#sticker {
	width: 100%;
}
.go-bottom {
	position: absolute;
	top: auto;
	bottom: 40px;
	text-align: center !important;
	vertical-align: bottom;
	line-height: normal;
	padding: 5px;
}
.col-item {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	background: #FFF;
}
.col-item .photo img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}
.col-item:hover .info {
	/*    background-color: #F5F5DC;*/
	background-color: #F3F7F8;
}
.col-item .price {
	/*width: 50%;*/
	float: left;
	margin-top: 5px;
}
.col-item .price h5 {
	line-height: 20px;
	margin: 0;
}
.price-text-color {
	color: #219FD1;
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.col-item .info .rating {
	color: #777;
}
.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}
.col-item .separator {
	border-top: 1px solid #E1E1E1;
}
.clear-left {
	clear: left;
}
.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.col-item .separator p i {
	margin-right: 5px;
}
.col-item .btn-add {
	width: 50%;
	float: left;
}
.col-item .btn-add {
	border-right: 1px solid #E1E1E1;
}
.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}
.controls {
	margin-top: 1px;
}
[data-slide="prev"] {
 margin-right: 10px;
}
.productdetails {
}
.productdetails ul {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	clear: left;
	margin-top: 5px;
}
.productdetails li {
	list-style-type: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.productdetails li:before {
	font-family: FontAwesome;
	content: "\f061";
	padding: 0 5px;
	color: #000;
	font-size: 0.8em;
}
.breadcrumb {
	margin-bottom: 10px;
	margin-top: 10px;
	list-style: none;
	background-color: #fff;
	/*	background-color: #fafafa;*/
	border-radius: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.btn-info a {
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 0 1px #707070;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #FFF;
	color: #333333;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-style: none;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:before {
	font-family: FontAwesome;
	content: "\f105";
	color: #000;
	font-size: 0.8em;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 0px;
}
.dropdown-menu>li>a {
	display: block;
	padding: 10px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #999999;
	white-space: nowrap;/*	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;*/
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #CCC;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus>.badge {
	background-color: #FFF;
	color: #333333;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px !important;
	color: inherit;
}
.panel-title h3 {
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 18px !important;
	color: #000;
}
.related-products {
}
.related-products img {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D6D6D6;
    width: auto;
}
.panel-title>a {
	color: inherit;
	display: block;
	text-decoration: none;
	font-size: 1.4em;
	padding: 5px;
}
.panel-title {
	color: inherit;
	display: block;
	text-decoration: none;
	padding: 0;
}
.form-horizontal .form-group {
	margin-left: 5px;
	margin-right: 5px;
}
.form-horizontal .form-group-cc {
	margin-left: 0px;
	margin-right: 0px;
}
.glyphicon {
	margin-right: 5px;
}
.thumbnail {
	margin-bottom: 5px;
	padding: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}
.list-group-item-text {
	height: 70px;
	overflow: hidden;
}
.list-group-item-heading {
	min-height: 40px;
	color: #0088cc;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}
#products .item {
	vertical-align: top !important;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-top: 0px;
}
#products img {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D6D6D6;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0px;
}
.navbar-toggle {
	position: relative;
	float: left;
	margin-left: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.logos-sm {
	height: 40px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
	margin-top: 5px;
	margin-top: 5px;
}
.thumbnail>img, .thumbnail a>img {
	margin-left: auto;
	margin-right: auto;
}
.thumbnail table {
	margin-left: 20px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.panel-heading {
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.btn {
	padding: 8px 12px 8px;
	border-width: 1px 1px 1px 1px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn:hover {
	border-width: 1px 1px 1px 1px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.panel-info>.panel-heading {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.img-thumb {
	padding: 5px;
	border: 0px solid #D6D6D6;
}
/*.img-prod-thb {
	height: 60px;
	width: auto;
}*/


.btn-inverse {
	color: #ffffff;
	background-color: #333333;
	border-color: #666666
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus, .btn-inverse:active, .btn-inverse.active, .open>.dropdown-toggle.btn-inverse {
	color: #ffffff;
	background-color: #666666;
	border-color: #555555
}
.btn-inverse:active, .btn-inverse.active, .open>.dropdown-toggle.btn-inverse {
	background-image: none
}
.whentocart {
	float: left;
	height: 100px !important;
	width: auto;
	margin-right: 10px !important;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	display: inline-block !important;
}
.min-height-product {
	min-height: 100px !important;
}
.align-top {
	vertical-align: top !important;
}
.spinbox-buttons > .btn {
	border-radius: 0 !important;
	font-size: 10px;
	padding: 0;
	width: 28px;
	height: 19px;
	line-height: 8px;
	margin-left: 0;
	-webkit-border-radius: 0 3px 3px 0 !important;
	border-radius: 0 3px 3px 0 !important;
}
.spinbox-buttons {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
#myWizard .navbar {
	background-color: #f5f5f5;
	/*	background-color: #f5f5f5;*/
	-webkit-box-shadow: 1px 1px 1px 1px #E8E8E8;
	box-shadow: 1px 1px 1px 1px #E8E8E8;
	-webkit-box-shadow: 1px 1px 1px 1px #fff;
	box-shadow: 1px 1px 1px 1px #fff;
}
#myWizard th {
	font-size: 1.1em;
	background-color: #EBEBEB;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}

#myWizard td {
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	font-size: 1.1em;
}


#myWizard .input-group {
	padding-top: 5px;
}

#myWizard .form-group {
	padding-top: 5px !important;
	margin-bottom: 0px;
}

#myWizardNav {
	padding-bottom: 10px;
	padding-top: 10px;
	list-style: none;
	display: table;
	width: 100%;
	position: relative;
}
#myWizardNav ul {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	list-style: none;
	display: table;
	width: 100%;
	position: relative;
}
#myWizardNav li {
	display: block;
	margin-top: -20px;
	text-align: justify !important;
	display: table-cell;
	text-align: center;

}



#myWizardNav a {
	border-radius: 45px;
	background-color: #fff;
	height: 35px;
	width: 35px;
	border: 1px solid #D6D6D6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	
}
#myWizardNav .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #FFF;
	background-color: #555;
	text-align: justify !important;
}
.progress {
	overflow: hidden;
	height: 25px;
	margin-bottom: 20px;
	background-color: #fafafa;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
	float: left;
	width: 0%;
	height: 40px;
	font-size: 12px;
	line-height: 21px;
	color: #ebebeb;
	text-align: center;
	background-color: #555;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
	text-transform: uppercase;
}
.thumbnail:hover {
	background-color: #F4F7F7;
}


.well {

padding: 11px;
background-color: #fafafa;
}

.smaller-90 {
	font-size: 90%;
}

.smaller-80 {
	font-size: 80%;
}

.smaller-70 {
	font-size: 70%;
}

.vatnotice {}

.vatnotice ul, ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.vatnotice li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 0.8em;
}

.input-group-addon {
padding: 7px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #e7e7e7;
border-radius: 4px;
min-width:50px;
}

.pull-right {
float: right !important;
}



@media (max-width:768px) {
.academyheadback {
	background-color: #d0d4d8;
	background-image: url(../../img/academyheadback.png);
	background-repeat: no-repeat;
	background-position: -80px -5px;
}

.container {
/*  margin-right: auto;
  margin-left: auto;
   padding-left: 0px; 
   padding-right: 0px;
      width: 100%;*/
}

#mobile1 { padding:0px;}
#mobile2 { padding:0px;}


.grid2, .grid3, .grid4 {

    border-left: 0px solid #E3E3E3;}

.row {
   margin-left: 0px; 
   margin-right: 0px; 
}

.coastlinelogo {
  height: 50px;
  width: auto;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 10px;
}
.breadcrumb ul { padding-left:20px !important;}

.whentocart {
    float: left;
    width: 100% !important;
	height:auto !important;
    margin-right: 10px !important;
    padding-right: 10px;
    border-right: 0px solid #D6D6D6;
    display: block !important;
}

#products img {
    height: auto !important;
}

#myWizard {margin-left: -10px;
margin-right: -10px;}

.fullwidebottom {
	padding-left:15px;
	padding-right:15px;
}

.breadcrumb { display:none;}
#stepone { padding:0px;}

#steptwo { padding:0px;}
#steptwo2 { padding:0px;}
#stepthree { padding:0px;}

.item { padding:0px;}
.grid { padding:0px;}
.grid3 { padding:0px;}

#productvewmobile {padding:0px;}
#shoppingproductmobile {padding:0px;}
#promo-mobile { padding:0px;}
#shrinkonmobile { padding:0px;}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
}

}

.btn-transparent { background-color:transparent !important;
border:none !important;
color: #FFF !important;
padding-top:15px;}

.btn-transparent:hover {
	color: #FFF !important;
	  opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	padding-top:15px;
}

#moredetails { display: -moz-box;
display: -webkit-box;
display: box;
display: -ms-flexbox;
-moz-box-orient: horizontal;
-webkit-box-orient: horizontal;
-ms-flex-wrap: wrap;
box-align: start;
}

 @media (max-width: 768px) {
.container {
    width: 100%;
}

.whentocart {
    float: none;
  
}

}

 @media (min-width: 768px) {
.container {
    width: 98%;
}
    .grouptitle {
        min-height: 65px;
    }
.whentocart {
    float: left;
    width:100%;
    height:auto !important;
  
}

}
 @media (min-width: 1024px) {
.container {
    width: 95%;
}
    .grouptitle {
        font-size: 80%;
        min-height: 40px;
    }
.whentocart {
    float: left;
    max-width:200px;
  
}
}

@media (min-width: 1280px) {
.container {
    width: 85%;
}
    .grouptitle {
        font-size: 100%;
        min-height: 40px;
    }

.whentocart {
    float: left; 
    max-width:200px;
}


}

 @media (min-width: 1600px) {
.container {
    width: 85%;
}
    .grouptitle {
        font-size: 100%;
        height: 30px;
    }
.whentocart {
    float: left; 
    max-width:300px;
}
}

