@charset "utf-8";

*:focus {outline:none !important;}

html {
	background-color: #003665;
}

body {
	font: 14px 'Roboto', sans-serif;
	line-height: 21px;
	background-color: transparent;
	color: #fff;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom:25px;
}

p {
	margin-bottom: 18px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
		-ms-interpolation-mode: bicubic;
}

td, th {
    padding: 4px;
}

a {
	color:#ffff33;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color:#ffff33;
	text-decoration: underline !important;
}
a:visited,
a:focus {
	color:#ffff33;
	outline: none;
	text-decoration: none;
}
a img {
	border: none;
}

.no-padding {
	padding: 0 !important;
}

.o-hidden {
	overflow: hidden !important;
}

.bg-img {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
		-webkit-background-size: cover;
}

.italic {
	font-style:italic;
}
.line-through {
	text-decoration:line-through;
}
.no-underline,
.no-underline:hover {
	text-decoration:none !important;
}

.text-red {
	color: red !important;
}
.text-green {
	color: lightgreen !important;
}
.text-yellow,
a .yellow,
.yellow {
	color:#ffff33 !important;
}
.dropdown-menu>li>a.yellow {
	color:#ffff33 !important;
}

.pdt-20 {
  padding-top: 20px;
}
.pdrl-20 {
  padding: 0 20px;
}

.mgt-8 {
	margin-top: 8px;
}
.mgt-20 {
	margin-top: 20px;
}
.mgt-25 {
	margin-top: 25px;
}
.mgt-45 {
	margin-top: 45px;
}
.mgt-65 {
	margin-top: 65px;
}

.mgr-8 {
  margin-right: 8px !important;
}
.mgr-13 {
  margin-right: 13px !important;
}

.mgb-10 {
  margin-bottom: 10px !important;
}
.mgb-20 {
  margin-bottom: 20px !important;
}
.mgb-25 {
  margin-bottom: 25px !important;
}
.mgb-30 {
  margin-bottom: 30px !important;
}
.mgb-55 {
	margin-bottom: 55px;
}
.mgb-85 {
	margin-bottom: 85px;
}

.mgl-8 {
  margin-left: 8px !important;
}
.mgl-15 {
  margin-left: 15px !important;
}

.w-180 {
	width:180px;
}

.divider {
	clear: both;
	margin: 25px 0;
	height: 1px;
	background-color: #dddcdc;
}
.divider-2 {
	clear: both;
	margin: 25px 0;
	height: 2px;
	border-top: 2px solid #014985;
}
.divider-3 {
	clear: both;
	margin: 25px 0;
	height: 1px;
	border-top: 1px solid #014985;
}

hr {
	border-top: 1px solid #dddcdc;
}

.btn {
	border: none !important;
	border-radius: 0px;
}

.btn.btn-default,
.btn.btn-default a,
.btn.btn-default a:hover {
	color: #333;
	text-decoration: none !important;
}
.btn.btn-info:hover,
.btn.btn-success:hover,
.btn.btn-danger:hover {
	text-decoration: none !important;
}


/* Slaider */
.rev_slider {
	/*z-index: -1;*/
}
.rev_slider .ot-btn {
	color: #fff;
}
.rev_slider .ot-btn:hover {
	color: #ff7400;
}

.typo-1 {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8px 8px;
	letter-spacing: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.typo-2 {
	color: #fff;
	font-size:32px !important;
	line-height:normal !important;
}
.typo-3 {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8px 8px;
}

/* Esileht */
.container-hp {
	background-color:#015eab;
	min-height:100vh;
	/*margin-top:-25% !important;*/
}
/*@media only screen and (min-width : 1824px) {
	.container-hp {
		margin-top:-25% !important;
	}
}
@media only screen and (min-width : 1281px) and (max-width : 1823px) {
	.container-hp {
		margin-top:-25% !important;
	}
}
@media only screen and (max-width : 1280px) {
	.container-hp {
		margin-top:-25% !important;
	}
}*/
@media only screen and (max-width : 992px) {
	.container-hp {
		/*margin-top:-55% !important;*/
	}
}
@media only screen and (max-width : 768px) {
	.container-hp {
		/*margin-top:-110% !important;*/
	}
}

/* iPad */
@media only screen and (min-width : 767px) and (max-width : 768px) and (orientation:portrait){
	.container-hp {
		/*margin-top:-52% !important;*/
	}
}

@media only screen and (max-width : 480px) {
	.container-hp {
		/*margin-top:-420px !important;*/
	}
}

/* Menüü */
.container-menu {
	margin:0 -15px 20px -15px;
}

.navbar {
	background-color: #014985;
	border-bottom: none;
}

.navbar .nav>li>a {
	padding: 15px 10px;
}

.navbar-inverse .navbar-nav>li>a {
	color:#fff;
	font-size: 14px;
	font-weight:600;
	text-decoration: none;
	text-transform: uppercase;
}
	.navbar-inverse .navbar-nav>li>a:hover {
		color:#ffff33;
		text-decoration: none !important;
	}

ul.dropdown-menu {
	background-color: #014985;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover {
	background-color: #fff;
	color: #333 !important;
	text-decoration: none !important;
}

.dropdown-menu>li>a {
	color:#fff !important;
	font-size: 14px;
	line-height: 23px;
	font-weight:500;
}
	.dropdown-menu>li>a:hover {
		color: #333 !important;
		text-decoration: none !important;
	}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

@media only screen and (min-width: 979px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

@media (min-width: 767px) {
	.navbar-nav .dropdown-menu .caret {
		transform: rotate(-90deg);
	}
}

/* Sisu */
.container-content {
	background-color:#015eab;
	min-height:100vh;
	padding-bottom: 30px;
	overflow: hidden;
}

.adds-header h2 {
	color: #fffdfc;
	font-size: 46px;
	line-height: 60px;
	margin-bottom: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8px 8px;
}
.adds-header p {
	color: #fffdfc;
	font-size: 25px;
	line-height: 40px;
	margin-top: 15px;
	margin-bottom: 0;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	background-color: rgba(0, 0, 0, 0.5);
	padding: 8px 8px;
}
.adds-header,
.sub-header {
  position: relative;
}
.adds-header.depen-on-img img {
  visibility: hidden;
}
.adds-header-inner.center-center {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub-header h1 {
	color: #fff;
	font-size: 32px;
	line-height: 55px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	/*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);*/
}

/* Uudised */
.item-post {
	text-align: left;
	margin-bottom: 30px;
}
.item-post:first-of-type {
	margin-top: 20px;
}
.item-post .desc {
	padding-bottom: 40px;
	margin: 0 auto;
}
.item-post h4 {
	margin-bottom: 0;
}
.item-post h4 a {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.item-post h4 a:hover {
	color: #ffff33;
	text-decoration: none !important;
}
.item-post .meta {
	line-height: 50px;
}
.item-post .meta-date {
	font-style:italic;
}
.item-post .btn {
	margin-top: 10px;
}

.news-list {
	margin-bottom: 18px;
}
	.news-list .list-date {
		font-size:14px;
		font-weight:600;
	}
	.news-list .list-header {
		line-height: 28px;
	}
	.news-list a {
		color:#fff;
	}
	.news-list a:hover {
		color:#ffff33;
	}

.news-footer {
	line-height: 21px;
	border-top: 1px solid #ccc;
	padding-top:35px;
}


/* Jalus */
.container-footer {
	background-color: #014985;
	color: #12adfb;
	line-height: 25px;
	padding: 35px 15px 35px;
	margin-bottom: 20px;
}
.container-footer a {
	color: #6CF;
}

footer .featurette-divider{
	border-top: 2px solid #0164b6;
}

footer .title {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.footer-tag a {
	border: none;
	background: #023e71;
	font-style: normal;
	font-size: 13px !important;
	padding: 2px 15px 2px 15px !important;
	border-radius: 3px;
	margin-bottom: 4px;
	display: inline-block;
	font-size: 14px;
}
.footer-tag a:hover {
	background: #222;
	color: #fff !important;
	text-decoration: none !important;
}
.footer-tag .tag1 {
	font-size: 14px !important;
	font-weight: 600;
}
.footer-tag .tag2 {
	font-size: 13px !important;
	font-weight: 600;
}
.footer-tag .tag3 {
	font-size: 12px !important;
	font-weight: 600;
}
.footer-tag .tag4 {
	font-size: 12px !important;
}

.footer-contact {
	font-weight: 500;
	text-transform: uppercase;
}

.footer-cata {
	overflow: hidden;
	padding-right: 25px;
}
.footer-cata img {
	width: inherit;
	max-width: 190px;
	height:auto;
}

/* Pagination */
nav.vis_pagination {
	width: 100%;
	text-align: center;
}

.pagination a {
	color: #2a2b2c !important;
}
	.pagination a.nextpostslink span,
	.pagination a.prevpostslink span {
		color: #2a2b2c !important;
		font-size: 10px;
	}

.pagination > li > a:hover,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	background-color: #e2e2e2 !important;
	border-color: #cccccc !important;
	text-decoration: none !important;
}

/* Form */
#contactForm .error,
#registrationForm .error,
#LogInForm .error,
#forgotPWForm .error,
#updateForm .error,
#basketArv .error,
#basket .error,
#comsForm .error,
.transaError {
	color: #F45400;
	text-align: left;
	font-size: 12px;
	font-style: italic;
	margin: 8px 0 0 0;
}
#basketArv .error {
	text-align: right !important;
}

#contactForm input,
#contactForm textarea,
#registrationForm input,
#LogInForm input,
#idForm input,
#forgotPWForm input,
#updateForm input,
#comsForm input,
#comsForm textarea {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/*#contactForm form {
	margin-bottom: 0px;
}
#contactForm .row {
	margin-bottom: 15px;
}
#contactForm label, #contactForm legend, #contactForm strong, #contactForm span {
	font-weight: 500;
	font-size: 13px;
}
#contactForm input[type="checkbox"] {
	display: inline;
}
#contactForm label span, #contactForm legend span {
	font-weight: normal;
	font-size: 13px;
	line-height: 34px;
}
#contactForm input[type="text"], #contactForm input[type="password"], #contactForm input[type="email"], #contactForm textarea, #contactForm select {
	border: 1px solid #dddddd;
	padding: 10px 10px;
	outline: none;
	overflow: hidden;
	font-size:13px;
	color: #333;
	box-shadow: inset 0px 2px 4px #eeeeee;
	-moz-box-shadow: inset 0px 2px 4px #eeeeee;
	-webkit-box-shadow: inset 0px 2px 4px #eeeeee;
	display: block;
	margin-bottom: 0px;
	background: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#contactForm input[type="text"], #contactForm input[type="password"], #contactForm input[type="email"], #contactForm select {
	width: 278px;
	max-width: 100%;
}
#contactForm select {
	padding: 0;
}
#contactForm input[type="text"]:focus, #contactForm input[type="password"]:focus, #contactForm input[type="email"]:focus, #contactForm textarea:focus {
	border: 1px solid #bbbbbb;
	color: #555;
	box-shadow: 0px 0px 5px #CCC, inset 0px 2px 4px #eeeeee;
	-moz-box-shadow: 0px 0px 5px #CCC, inset 0px 2px 4px #eeeeee;
	-webkit-box-shadow: 0px 0px 5px #CCC, inset 0px 2px 4px #eeeeee
}*/

#contactForm textarea {
	height: 280px !important;
	resize: vertical;
}
#basket textarea {
	height: 180px !important;
	resize: vertical;
}

#contactForm .checkbox,
#basket .checkbox {
	margin-top: 30px;
	margin-left: 20px;
}

#contactForm .screenReader,
#registrationForm .screenReader,
#LogInForm .screenReader,
#forgotPWForm .screenReader,
#updateForm .screenReader,
#basket .screenReader,
#comsForm .screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
	height: 1px;
	margin-bottom: 0;
}
#contactForm .hidden-row,
#LogInForm .hidden-row,
#basket .hidden-row {
    display: none !important;
}
#contactForm .nostyle,
#registrationForm .nostyle,
#LogInForm .nostyle {
	border: 0px;
	background: transparent;
	padding: 0px;
}

#idForm #result.invalid {
	color: #F45400;
}

#basketArv select {
	padding: 10px 10px !important;
	outline: none;
	overflow: hidden;
	font-size:18px !important;
	color: #333;
}

#commentForm {
	color: #333 !important;
	width: inherit;
	padding: 20px;
}

/* Kommentaarid */
.comment {
	border-bottom: 1px solid #014985;
	padding-top: 8px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.comment-header {
	margin-bottom: 8px;
}

#comments a.comm.btn:hover {
	text-decoration: none !important;
}

/* Galerii */
.grid-item {
	margin-bottom: 25px;
}

.grid-item-content .content-wrap {
	font-size: 15px;
	line-height: 23px;
	padding-top: 10px;
}

.grid-item-video {
	display:none;
	background-color: #000;
	padding: 0;
}

.fancybox-caption {
	border-top: none;
}

.nodisplay{
	display:none !important;
	visibility:hidden !important;
}

/* Gmap */
.map-container {
	width: 100%;
	height: 380px;
	margin: 50px -0 -30px 0;
}
.map-container img {
	max-width: none !important;
}

#map-canvas {
    margin: 0;
    padding: 0;
	width: 100%;
    height: 100%;
	border: none;
}

/* otsing */
.otsing {
	/*border-bottom: 1px #ccc solid;
	padding-bottom: 25px;*/
	margin-bottom: 65px;
	/*min-height:100px;*/
}
.otsing .otsing-bold {
	font-size: 16px;
	font-weight: 500;
}
.otsing .pic {
	float:left;
	height:100px;
	border:none;
	margin: 0 12px 45px 0px;
}
.otsing .readmore-link {
	margin-top: 8px;
}

/* kataloog */
.products .toode {
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 20px 8px 20px 8px;
	height: 380px !important;
	max-height: 380px !important;
}
.tootenimi {
	overflow: hidden;
	color: #ffff33;
	height: 48px;
	margin-top:10px !important;
}
.tootenimi a:hover {
	text-decoration: none !important;
}

.tootehind {
	color: #ffad57;
}

.tooteinfo-header {
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:4px;
}

.products .toode .btn.btn-info {
	background-color: #009beb;
	padding: 7px 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.products .toode .btn.btn-info:hover {
	color: #ffff33 !important;
}

.product-main-image {
	text-align: center;
}

.secondary-images a {
  opacity: .8;
}
.secondary-images a:hover,
.secondary-images a:focus {
  opacity: 1.0;
}
.secondary-images .h180 {
	position: relative;
	height: 180px;
}
.secondary-images .img-port {
	max-width: 150px;
	height: auto;
	max-height: 140px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.secondary-images .img-lands {
	max-width: 140px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.product-details {
	padding-left: 20px;
}
.product-details h2.product-title {
	font-size: 24px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.product-details .soldout,
.product-details .product-price,
.product-details .product-price-customer {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

.product-details .product-price-customer {
	color: #ffff33;
}

.product-details .arrow {
	color: #ffff33;
	font-size: 13px;
}

.product-details .btn-warning {
	color: #014985;
}

.info-tabs .nav-tabs>li>a {
	text-decoration: none !important;
}
.info-tabs .nav-tabs>li>a:hover {
	color: #555;
}

.info-tabs .tab-content {
	padding-top: 20px;
}

/* ostukorv */
.basket-nb {
	font-size: 15px;
	margin-bottom: 40px;
}

.basket h4 {
	font-size:15px;
	font-weight:500;
	line-height: 20px;
	padding: 20px 0 5px 0;
}

.table-wrap {
    margin-top: 20px;
}

.basket .cart-row {
	padding-top: 25px;
    margin-top: 35px;
    border-top: 1px solid #009bea;
}
.basket .cart-row:first-child {
	border-top: 1px solid #ebebeb;
}

.basket .cart-item-title {
    position: relative;
}

.basket .cart_image img {
	float: left;
	max-width: 100px;
	margin: 0 10px 0 -15px;
}

.js-qty {
    position: relative;
	float:right;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 75px;
    overflow: visible;
}
.js-qty input {
    display: block;
    background: #eeeeee;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
    height: 36px;
}
.js-qty__adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.js-qty__adjust--minus {
    left: 0;
    border-right: 2px solid #F2F3F5;
}
.js-qty__adjust--plus {
    right: 0;
    border-left: 2px solid #F2F3F5;
}

/*.no-cart-photo {
	width:100px;
	height:auto;
}*/

.basket button,
.basket .js-qty__num  {
	color: #333131;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border: 1px solid #bfbdbd;
}

.basket .btn-warning {
	color: #fff;
}
.basket .btn-warning:hover {
	text-decoration: none !important;
}

.basket .total-price {
	font-weight:600;
	text-align:right;
}

.basket a.cart-remove {
	color: Tomato;
}

/*li.frm a {
	color:darkgreen !important;
	font-size:16px !important;
	line-height:normal !important;
	margin-bottom: 10px !important;
}*/

/* fotod */
.fotolink {
    border: 1px #ccc solid;
    text-decoration: none
}
    .fotolink a {
        border: 1px #ccc solid;
        text-decoration: none
    }
        .fotolink a:hover {
            border: 1px #ccc solid;
            text-decoration: none
        }
        .fotolink a:active {
            border: 1px #ccc solid;
        text-decoration: none
        }
        .fotolink a:visited {
            border: 1px #ccc solid;
            text-decoration: none
        }
        
.fotovasak {
    float:left;
    border: 1px #ccc solid;
    margin:0px 15px 15px 0px;
}

.fotoparem {
    float:right;
    border: 1px #ccc solid;
    margin:0px 0px 15px 15px;
}

.fotovasak_raamita {
    float:left;
    border:none;
    margin:0px 15px 15px 0px;
}

.fotoparem_raamita {
    float:right;
    border:none;
    margin:0px 0px 15px 15px;
}

/* tabelid */
.table-responsive {
    border:none !important;
    overflow-x: visible !important;
}
.tbl-respons {
    display: none;    
}

.tabel {
    border-collapse: collapse;
    border: 1px solid #ccc;
    empty-cells: show;
    font-size: 14px;
    width: 98%;
}
    .tabel th {
        border: 1px solid #ccc;
        text-align:center;
        color: #595959;
        font-weight: bold;
        padding: 3px 7px 3px 7px;
    }
    .tabel td {
        border-collapse: collapse;
        border: 1px solid #ccc;
        empty-cells: show;
        padding: 3px 7px 3px 7px;
    }

.tabel2 {
    border-collapse: collapse;
    border: 1px solid #ccc;
    empty-cells: show;
    font-size: 14px;
    width: 98%;
}
    .tabel2 th {
        border: none;
        text-align:center;
        color: #595959;
        font-weight: bold;
        padding: 3px 7px 3px 7px;
    }
    .tabel2 td {
        border-collapse: collapse;
        border: none;
        empty-cells: show;
        padding: 3px 7px 3px 7px;
    }
.tabel2 a { color: #4169e1 }
.tabel2 a:hover {
    color: #4169e1;
    text-decoration: underline;
}

.tabel3 {
    border: none !important;
    empty-cells: show;
    border-collapse: collapse;
    font-size: 14px;
    width: 98%;
}
    .tabel3 th {
        border: none;
        border-bottom: 1px solid #E1E1E1;
        text-align:center;
        font-weight: bold;
        padding: 7px;
    }
    .tabel3 tr {
        border-bottom: 1px solid #E1E1E1 !important;
    }
        .tabel3 td {
            border: none !important;
            empty-cells: show;
            padding: 7px;
        }

.tabel4 {
    border: none !important;
    empty-cells: show;
    border-spacing: 4px;
    border-collapse: separate;
    font-size: 15px;
    width: 100% !important;
}
    .tabel4 th {
        border: none !important;
        background: #e4e4e4;
        font-weight: bold;
        text-align: left;
        padding: 8px;
    }
        .tabel4 td {
            border: none !important;
            empty-cells: show;
            padding: 8px;
        }
            .tabel4 td:nth-child(2) {
                padding-left: 25px;
            }
            .tabel4 th img,
            .tabel4 td img {
                vertical-align: text-bottom !important;
                margin-right: 8px;
            }
@media (max-width: 479px) {
    .tabel4 th,
    .tabel4 td {
        min-width: 80px;
    }
    .tabel4 td {
        vertical-align: top;
    }
        .tabel4 td:nth-child(2) {
            padding-left: 15px;
        }
}

.tabel5 {
    border: none !important;
    empty-cells: show;
    border-collapse: collapse;
    font-size: 15px;
    width: 98%;
}
    .tabel5 th {
        text-align:center;
        font-weight: bold;
        padding: 8px;
    }
        .tabel5 td {
            border: none !important;
            empty-cells: show;
            padding: 8px;
        }
.tabel5 a,
.tabel5 a:hover {
    color: #000;
}

.tabel6 {
    border-collapse: collapse;
    border: 1px solid #ccc;
    empty-cells: show;
    font-size: 14px;
    width: 98%;
}
    .tabel6 th {
        border: 1px solid #ccc;
        text-align:center;
        background: #2098d1;
        color: #fff;
        font-weight: 500;
        padding: 3px 7px 3px 7px;
    }
    .tabel6 td {
        border-collapse: collapse;
        border: 1px solid #ccc;
        empty-cells: show;
        padding: 3px 7px 3px 7px;
    }
.tabel6 > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.tabel-parem {
    float:right;
    margin:0px 0px 15px 15px;
}

.tabel-vasak {
    float:left;
    margin:0px 15px 15px 0px;
}

.tabel-parem td,
.tabel-vasak td {
	padding: 3px 7px 3px 7px;
}

td.bg_1 {
    background-color: #f2f2f2;
}
td.bg_2 {
    background-color:#ffc;
}
td.bg_3 {
    background-color: #e3ffe1;
}

/* 404 */
.vis_error_page {
	width: 100%;
	background-color: transparent;
	padding: 100px 0px;
}
.vis_error_div {
	float: left;
	width: 100%;
}
.vis_error_div h1 {
	margin: 0px;
	color: #fff;
}
.vis_error_div p {
	color: #fff;
	padding: 15px 0px;
	margin: 0px;
}
.vis_error_div span {
	font-size: 3em;
	color:#27ae61;
}
	.vis_error_div span:hover {
		color: yellow;
	}

/* video iframe */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.table-wrap table {
    	width: 100%
	}
}

@media (min-width: 768px) {
    .basket .cart-item {
        display: table;
        width: 100%
    }
    .basket .cart-item .col-sm-4,
    .basket .cart-item .col-sm-2 {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
	
	.basket .cart-item .cart-item-title h4,
    .basket .cart-item .cart-item-title p {
        margin-bottom: 0
    }
}

@media all and (min-width: 800px) {
	.fancybox-thumbs {
		top: auto;
		width: auto;
		bottom: 0;
		left: 0;
		right : 0;
		height: 95px;
		padding: 10px;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.3);
	}
  
	.fancybox-show-thumbs .fancybox-inner {
		right: 0;
		bottom: 95px;
	}
}

@media only screen and (max-width: 1199px) {
	.adds-header {
		padding: 40px 0 15px 0;
	}
	.adds-header h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.adds-header p {
		font-size: 26px;
		line-height: 35px;
		margin-top: 12px;
	}
	
	.sub-header h1 {
		font-size: 30px;
		line-height: 45px;
	}
	
	.otsing .pic {
		height:65px;
	}
}

@media only screen and (max-width : 992px) {
	footer .footer-div {
		margin-bottom: 50px !important;
	}
	
	.tootenimi {
		padding: 0 20px;
	}
	
	.product-details {
		padding-left: 0px;
	}
	.product-details h2.product-title {
		margin-top: 50px;
	}
	
	/* toggle button */
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
		max-height: 300px;
		overflow-y: scroll!important;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
    .basket .cart-item .col-md-2 {
        width: 20%;
        display: table-cell;
        vertical-align: top;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
	.prod-menu.divider {
		display:none !important;
	}
	
	.adds-header {
		padding: 40px 0 15px 0;
	}
	.adds-header h2,
	.sub-header h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.adds-header p {
		font-size: 18px;
		line-height: 25px;
		margin-top: 12px;
	}
	
	.otsing .pic {
		float:none;
		width:100%;
		height:auto;
		margin: 0 0 25px 0;
	}
	
	.table-wrap table {
    	width: 100%;
	}
	.basket .cart-item {
        display: table;
        width: 100%;
    }
    .basket .cart-item .col-sm-4,
    .basket .cart-item .col-sm-2 {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
	.basket .cart-item .col-sm-4 {
		width:50% !important;
	}
	
	.mgb-120 {
		margin-bottom: 85px;
	}
	
	.item-latest-post {
		height: auto;
		min-height: auto;
		margin-bottom:25px;
	}
}

@media only screen and (max-width: 479px) {
	.typo-1 {
		letter-spacing: 2px;
	}
	.typo-2 {
		font-size:24px !important;
	}
	
	.adds-header {
		padding: 90px 0 15px 0;
	}
	.adds-header p {
		font-size: 16px;
		line-height: 22px;
		margin-top: 12px;
	}
	
	.dropdown-submenu ul li {
		padding-left:20px;
	}
	
	.map-container {
		height: 250px;
	}
	
	.toode.col-xs-6 {
		width: 100%;
	}
	
	.secondary-images .h180 {
		height: 120px !important;
	}
	.secondary-images .img-port {
		max-width: 100%;
		max-height: 120px;
	}
	.secondary-images .img-lands {
		max-width: 100%;
	}
	
	.basket-nb {
		margin-bottom: 15px;
	}
	.table-wrap {
        overflow: hidden;
    }
	.basket .cart-item {
        display: inherit;
        width: auto;
    }
    .basket .cart-item .col-md-2 {
        width: 100%;
        display: table-cell;
        vertical-align: top;
        float: left;
        padding-bottom: 10px;
    }
    .basket .cart-item .col-md-2:last-child {
        padding-bottom: 0px;
    }
    .basket .cart-item .col-sm-4,
    .basket .cart-item .col-sm-2 {
        display: table-cell;
        vertical-align: middle;
        float: left;
		width: auto;
    }
	.basket .cart-item .col-sm-4 {
		width:100% !important;
		margin-bottom: 25px;
	}
	.basket .cart-item .col-sm-2 {
		width:33.33333333% !important;
	}
	.basket .cart-item-title {
		padding-right: 0;
	}
}

@media only screen and (max-width: 320px) {
	.row.cart-row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.basket .cart-item .col-sm-2 {
		width:38.33333333% !important;
	}
	.basket .cart-item .col-sm-2:nth-child(5) {
		width:23.33333333% !important;
	}
	
	.tootenimi {
		font-size:13px !important;
	}
}
