@charset "UTF-8";
/* FONTS */
@font-face {
  font-family: 'ToyotaDisplay-Regular';
  src: url('../fonts/ToyotaDisplay-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/ToyotaDisplay-Regular.woff') format('woff'), url('../fonts/ToyotaDisplay-Regular.ttf')  format('truetype'), url('../fonts/ToyotaDisplay-Regular.svg#ToyotaDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ToyotaDisplay-Bold';
  src: url('../fonts/ToyotaDisplay-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ToyotaDisplay-Bold.woff') format('woff'), url('../fonts/ToyotaDisplay-Bold.ttf')  format('truetype'), url('../fonts/ToyotaDisplay-Bold.svg#ToyotaDisplay-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Landscape Lock */
.turnDeviceNotification {
	position:fixed;
	top: 0;
	left:0;
	height:100%;
	width:100%;
	display: none;
	z-index: 10;
}
.turnDeviceNotification {
	background-image:url('../images/turnDevice.png');
	background-size:cover;
}
/*Flag */
.flag-icon{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
	width: 2.1em;
}
/* Contact Form */
#c-text, #c-text2{
	font-size: 14px;
}

#contact-wrap, #contact-wrap2 {
	font-family: 'ToyotaDisplay-Regular';
	font-size:16px;
	font-weight:300;
	width: 402px;
	color:#000;
	overflow:auto;
	float:left;
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 1;
	-webkit-transition: ease 1s;
	-moz-transition: ease 1s;
	-ms-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
}

#contact-area, #contact-area2 {
	margin-left:3px;
	width: 342px;
	padding:20px;
}

#contact-area input, #contact-area textarea, #contact-area2 input, #contact-area2 textarea {
	padding: 5px;
	width: 300px;
	font-family: 'ToyotaDisplay-Regular';
	font-size:14px;
	font-weight:300;
	color:#000;
	background-color:transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid #000;
	border-right: 1px solid transparent;
	margin-bottom:15px;
}

#contact-area textarea, #contact-area2 textarea {
	height: 150px;
	background-color:transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid #000;
	border-right: 1px solid transparent;
}

#contact-area textarea:focus, #contact-area input:focus, #contact-area2 textarea:focus, #contact-area2 input:focus {
	background-color:transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid #fff;
	border-right: 1px solid transparent;
}

#contact-area input.submit-button, #contact-area2 input.submit-button2  {
	font-family: 'ToyotaDisplay-Bold';
    background-color: #cc1a2e;
    color: #fff;
    border-radius: 25px;
	border-width: 3px;
    padding: 10px;
    display: table;
    margin: 0 auto;
	margin-bottom: 15px;
	width: 145px;
	-moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
	border-bottom: 3px solid #cc1a2e;
	white-space: normal;
	font-size:13px;
}
#contact-area .button1, #contact-area2 .button1 {
	float: left;
}

#contact-area .button2, #contact-area2 .button2 {
	float: right;
}

#contact-area #muupakk .button3, #contact-area2 #muupakk2 .button3{
	padding: 10px !important;
	font-size: 12px !important;
	width: 200px !important;
	margin-bottom: 0px;
}

#contact-area input.submit-button:hover, #contact-area2 input.submit-button2:hover {
    color: #cc1a2e;
    background: #fff;
    text-decoration: none;
    border-color: #cc1a2e;
    border-radius: 25px;
    border-style: solid;
    border-width: 3px;
}
#contact-area input.submit-button:focus, #contact-area2 input.submit-button2:focus {
    color: #cc1a2e;
    background: #fff;
    text-decoration: none;
    border-color: #cc1a2e;
    border-radius: 25px;
    border-style: solid;
    border-width: 3px;
}

::-webkit-input-placeholder {
	color: #000;
	font-size:14px;
	text-transform: none;
}

:-moz-placeholder { /* Firefox 18- */
	color: #000;
	font-size:14px;
	text-transform: none;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	font-size:14px;
	text-transform: none;
}

:-ms-input-placeholder {
	color: #000;
	font-size:14px;
	text-transform: none;
}

#Reg, #Reg2{
	text-transform: uppercase;
}
.select-style {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #000;
    width: 300px;
	font-size: 14px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../images/arrowdown.gif") no-repeat 99% 50%;
	margin-bottom: 15px;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

#Mudel .erihind, #Mudel2 .erihind{
	font-weight: 900;
}

#otherType input{
	font-size: 12px;
	width: 275px;
	float: right;
	margin-right: 2px;
}

/* Youtube Overlay Style */
.overlay {
	overflow: scroll;
	position: fixed;
	top: 0;
	bottom: 110%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10000;
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(204,26,46,0.89) 0%, rgba(195,24,38,0.89) 46%, rgba(204,26,46,0.89) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,26,46,0.89) 0%,rgba(195,24,38,0.89) 46%,rgba(204,26,46,0.89) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,26,46,0.89) 0%,rgba(195,24,38,0.89) 46%,rgba(204,26,46,0.89) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3cc1a2e', endColorstr='#e3cc1a2e',GradientType=0 ); /* IE6-9 */
	transition: opacity 200ms linear, bottom 0s linear 200ms;
}
.overlay2{
	overflow: scroll;
	position: fixed;
	top: 0;
	bottom: 110%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 3;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(38,38,38,0.5) 50%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(50%, rgba(38,38,38,0.5)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(38,38,38,0.5) 50%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(38,38,38,0.5) 50%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(38,38,38,0.5) 50%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(38,38,38,0.5) 50%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.overlay-open {
	bottom: 0;
	opacity: 1;
	transition: opacity 200ms linear, bottom 0s linear;
}
.overlay-view {
	overflow: hidden;
}
.overlay-inner {
	width: 700px;
    position: absolute;
    padding: 1rem;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.overlay-form .overlay-inner {
	background: #FFF;
	margin: 5rem auto;
	padding: 4rem;
	max-width: 700px;
}


/* Header Page Style */
.header{
	height: 523px;
	background: rgba(182,40,39,1);
	background: -moz-linear-gradient(left, rgba(182,40,39,1) 0%, rgba(216,30,45,1) 25%, rgba(217,24,40,1) 50%, rgba(216,30,45,1) 75%, rgba(182,40,39,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(182,40,39,1)), color-stop(25%, rgba(216,30,45,1)), color-stop(50%, rgba(217,24,40,1)), color-stop(75%, rgba(216,30,45,1)), color-stop(100%, rgba(182,40,39,1)));
	background: -webkit-linear-gradient(left, rgba(182,40,39,1) 0%, rgba(216,30,45,1) 25%, rgba(217,24,40,1) 50%, rgba(216,30,45,1) 75%, rgba(182,40,39,1) 100%);
	background: -o-linear-gradient(left, rgba(182,40,39,1) 0%, rgba(216,30,45,1) 25%, rgba(217,24,40,1) 50%, rgba(216,30,45,1) 75%, rgba(182,40,39,1) 100%);
	background: -ms-linear-gradient(left, rgba(182,40,39,1) 0%, rgba(216,30,45,1) 25%, rgba(217,24,40,1) 50%, rgba(216,30,45,1) 75%, rgba(182,40,39,1) 100%);
	background: linear-gradient(to right, rgba(182,40,39,1) 0%, rgba(216,30,45,1) 25%, rgba(217,24,40,1) 50%, rgba(216,30,45,1) 75%, rgba(182,40,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b62827', endColorstr='#b62827', GradientType=1 );
	position: relative;
}
.header .col-sm-12{
	text-align: center;
	margin-top: 25px;
}
.header #mainlogo{
	position: absolute;
	top: 0;
	right: 0;
}
.header #contactbg, .footer-container #contactbg{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 575px;
}

.footer-container #contactbg{
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.footer-container .footbtn{
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.header #clock{
	width: 50%;
}
/* Hooldus Page Style */
.glyphicon{
	font-size: 20px;
	vertical-align: middle;
    margin-bottom: 7px;
}
.hooldus{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 50%, #dadada 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 50%,#dadada 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 50%,#dadada 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}
.hooldus .container
{
	display:block;
	height : auto ;
	margin: 0 auto;
	padding: 75px 0px 75px 0px;
}

.hooldus .hooldusp{
	text-align: center;
	font-size: 44px;
	font-family: 'ToyotaDisplay-Bold';
	padding-bottom: 50px;
}
.hooldus .hooldusp2{
	text-align: center;
	font-size: 30px;
	font-family: 'ToyotaDisplay-Bold';
	margin: 0 auto;
	width: 80%;
	margin-bottom: 50px;
}
.hooldus .hooldusp2 a{
	color: #cc1a2e;
	cursor: pointer;
}
.hooldus .hooldusp2 a:focus , a:hover{
	cursor: pointer;
	color: #cc1a2e;
}
.hooldus .hooldusp2 span{
	color: #cc1a2e;
}
.hooldus .btn-more{
	font-family: 'ToyotaDisplay-Bold';
	background-color: #cc1a2e;
	color: #fff;
	border-radius: 25px;
	padding: 15px 30px;
	display: table;
	margin: 0 auto;
	border-width: 3px;
	white-space: normal;
}
.hooldus .btn-more:hover {
    color: #cc1a2e;
    background: #fff;
    text-decoration: none;
    border-color: #cc1a2e;
    border-radius: 25px;
    border-style: solid;
    border-width: 3px;
}
.hooldus .btn-more:focus {
    color: #cc1a2e;
    background: #fff;
    text-decoration: none;
    border-color: #cc1a2e;
    border-radius: 25px;
    border-style: solid;
    border-width: 3px;
}
.hooldus .nupp1 a{
	float: right;
    white-space: normal;
    display: block;
    width: 210px;
}
.hooldus .nupp2 a{
    white-space: normal;
    display: block;
    width: 350px;
	padding: 25px 30px;
}
.hooldus .nupp3 a{
	float: left;
    white-space: normal;
    display: block;
    width: 210px;
}

/* Esinduses Page Style */
.esinduses{
	background-color: #b1001d;
}
.esinduses .container
{
	display:block;
	height : auto ;
	margin: 0 auto;
	padding: 75px 0px 75px 0px;
}

.esinduses .hooldusp{
	text-align: center;
	font-size: 44px;
	font-family: 'ToyotaDisplay-Bold';
	color:#fff;
	padding-bottom: 50px;
}
.esinduses .item
{
	display : block;
	font-family: 'ToyotaDisplay-Bold';
	font-size: 30px;
	height : 40px;
	line-height : 40px;
	cursor: pointer;
	color: #fff;
}

.esinduses .item-data
{
	display : none ;
	font-family: 'ToyotaDisplay-Regular';
	font-size: 24px;
	color: #fff;
	width: 87%;
}

.esinduses .item-data div{
	margin: 30px;
}

.esinduses .col-xs-2 span{
	font-size: 30px;
	font-family: 'ToyotaDisplay-Bold';
	float: right;
	color: #1e2a32;
	margin-right: -20px;
    margin-top: 0px;
	transition: all 0.85s ease;
}
.esinduses .esinool{
	color:#fff;
}

/* Minu Toyota Page Style */
.minutoyota{
	background-color: #fff;
}
.minutoyota .container{
	padding: 75px 0px 75px 0px;
}
.minutoyota .minup{
	font-family: 'ToyotaDisplay-Bold';
    font-size: 30px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.minutoyota .col-sm-6{
	font-size: 24px;
	margin: 50px 0px 50px 0px;
}
.minutoyota .col-sm-6 div{
	margin: 0 auto;
}
.minutoyota .col-sm-6 p{
	font-family: 'ToyotaDisplay-Regular';
	margin-top: 20px;
}
.minutoyota .col-sm-6 span{
	font-family: 'ToyotaDisplay-Bold';
}
.minutoyota .btn-more{
	font-family: 'ToyotaDisplay-Bold';
	background-color: #cc1a2e;
	color: #fff;
	border-radius: 25px;
	padding: 15px 30px;
	display: table;
	margin: 0 auto;
	border-width: 3px;
	margin-top: 30px;
	white-space: normal;
}
.minutoyota .btn-more:hover {
    color: #cc1a2e;
    background: #fff;
    text-decoration: none;
    border-color: #cc1a2e;
    border-radius: 25px;
    border-style: solid;
    border-width: 3px;
}
.minutoyota .btn-more:focus {
    color: #cc1a2e;
    background: #fff;
    text-decoration: none;
    border-color: #cc1a2e;
    border-radius: 25px;
    border-style: solid;
    border-width: 3px;
}
.minutoyota .nupp1{
	padding-right: 30px;
}
.minutoyota .nupp2{
	padding-left: 0px;
}
.minutoyota .nupp1 a{
	float: right;
}
.minutoyota .nupp2 a{
	float: left;
}
.minutoyota .lisainfo{
	font-family: 'ToyotaDisplay-Regular';
	text-align: center;
	font-size: 15px;
}
.minutoyota .lisainfo p{
	font-size: 15.75px;
}
.minutoyota #taispais{
	color: #000;
}
/* Iseteenindus Page Style */
.iseteenindus{
	height: 100%;
	position: relative;
	color: #fff;
	font-family: 'ToyotaDisplay-Regular';
}
.iseteenindus .col-sm-12{
	background-color: #ad1f27;
    height: 120px;
	width: 72%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 2;
}
.iseteenindus .col-xs-8 p{
	font-size: 34px;
	padding-top: 25px;
    padding-left: 50px;
	margin-bottom: 0;
}
.iseteenindus .col-xs-8 span{
	font-size: 14px;
    padding-left: 50px;
}
.iseteenindus .col-xs-4 a{
	font-size: 34px;
	color: #fff;
	text-decoration: none;
	float: right;
	padding-right: inherit;
    padding-top: 35px;
}
.iseteenindus .p1{
	text-align: center;
	color: #1e2a32;
	font-size: 44px;
	font-family: 'ToyotaDisplay-Bold';
	padding-bottom: 5px;
	padding-top: 30px
}
.iseteenindus .p2{
	text-align: center;
	color: #1e2a32;
	font-size: 25px;
	font-family: 'ToyotaDisplay-Bold';
	padding-bottom: 10px;
}
.iseteenindus .p2 a{
	text-decoration: none;
	color: #1e2a32;
	cursor: pointer;
}
.iseteenindus .item{
	margin: 20px 10px 20px 10px;
}
.is2 .vasak{
	margin-bottom: 20px;
	text-align: right;
	padding-right: 10px;
}
.is2 .parem{
	margin-bottom: 20px;
	text-align: left;
	padding-left: 10px;
}
.is2 .p1{
	text-align: center;
	color: #1e2a32;
	font-size: 44px;
	font-family: 'ToyotaDisplay-Bold';
	padding-bottom: 5px;
	padding-top: 30px
}
.is2 .p2{
	text-align: center;
	color: #1e2a32;
	font-size: 25px;
	font-family: 'ToyotaDisplay-Bold';
	padding-bottom: 10px;
}
.is2 .p2 a{
	text-decoration: none;
	color: #1e2a32;
	cursor: pointer;
}

/* Videod Page Style */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.videod{
	background-color: #1c2830;
	color:#fff;
}
.videod .col-sm-12{
	margin-top: 50px;
	margin-bottom: 50px;
}
.videod .col-xs-2{
	font-family: 'ToyotaDisplay-Bold';
	font-size: 20px;
    border-right: 2px;
    border-right-style: solid;
	width:initial;
}
.videod .col-xs-2 p{
	margin-bottom: -10px;
	color: #e51937;
}
.videod .col-xs-2 span{
	font-size: 16px;
}
.videod .col-sm-3{
	width: 20%;
}
.videod .col-xs-3{
	width: 20%;
}
.videod .col-xs-3 p{
	font-family: 'ToyotaDisplay-Regular';
	font-size: 0.9243em;
}
.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%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	/*-webkit-box-shadow: 0px 20px 60px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 20px 60px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 20px 60px 10px rgba(0,0,0,0.5);*/
}
.videoWrapper iframe {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper .videoThumbnail, .videoWrapper .videoThumbnail2, .videoWrapper .videoThumbnail3, .videoWrapper .videoThumbnail4{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background-size: cover;
	color: #ffffff;
	text-align: center;
	font-size: 50px;
	line-height: 1.1em;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

}
.videoWrapper .videoThumbnailDesc {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.videoWrapper .videoThumbnailDesc span {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.videoWrapper .videoThumbnailDesc img {
	display: inline-block;
	vertical-align: middle;
}
.videos {
	margin-bottom: 40px;
}
.video {
	position: relative;
}
.video .thumbnail {
	padding: 0;
	background: none;
	border: none;
	border-radius: 0px;
	color: #ffffff;
	text-decoration: none;
}
.video .thumbnail > img {
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
}
.video .thumbnail .caption {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	background: #001948;
	margin: -20px 20px 0 20px;
	position: relative;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.3);
}
.video .thumbnail .caption h4 {
	color: #ffffff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.xthumbnail .play-btn {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("../images/play.png") no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
}
.videod .p1{
	text-align: center;
	color: #fff;
	font-size: 44px;
	font-family: 'ToyotaDisplay-Bold';
	padding-bottom: 5px;
	padding-top: 30px
}
.owl-carousel .owl-item .playbtn{
	width: 15%;
}

.btn-fixed{
	position: fixed;
	z-index: 3;
	bottom: -1px;
	background-color: #fff;
	font-family: 'ToyotaDisplay-Bold';
	color: #ed1b33;
	font-size: 18px;
	-webkit-border-top-left-radius: 18px;
	-webkit-border-top-right-radius: 18px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-topright: 18px;
	-moz-border-bottom-left-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 15px 25px;
	height: 50px;
	margin-left: 50px;
	-webkit-box-shadow: inset 0 10px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0 10px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 10px 5px rgba(0,0,0,.125);
	transition: all 0.4s ease;
}
.btn-riba{
	font-family: 'ToyotaDisplay-Bold';
	background-color: #cc1a2e;
	color: #fff;
	border-radius: 25px;
	border-width: 3px;
	padding: 15px 30px;
	margin-top: 25px;
    margin-right: 20px;
}
.btn-riba:hover {
    color: #cc1a2e;
    background: #fff;
    text-decoration: none;
    border-color: #cc1a2e;
    border-radius: 25px;
    border-style: solid;
    border-width: 3px;
}
.btn-riba:focus {
    color: #cc1a2e;
    background: #fff;
    text-decoration: none;
    border-color: #cc1a2e;
    border-radius: 25px;
    border-style: solid;
    border-width: 3px;
}
.btn-fixed:hover{
	color: #ed1b33;
}
.btn-fixed:focus{
	color: #ed1b33;
}

/* Popup Page */
.hoolduspop .container-popup{
	background: rgba(177,0,29,0.9);
	background: -moz-linear-gradient(left, rgba(177,0,29,0.9) 0%, rgba(177,0,29,0.9) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(177,0,29,0.9)), color-stop(100%, rgba(177,0,29,0.9)));
	background: -webkit-linear-gradient(left, rgba(177,0,29,0.9) 0%, rgba(177,0,29,0.9) 100%);
	background: -o-linear-gradient(left, rgba(177,0,29,0.9) 0%, rgba(177,0,29,0.9) 100%);
	background: -ms-linear-gradient(left, rgba(177,0,29,0.9) 0%, rgba(177,0,29,0.9) 100%);
	background: linear-gradient(to right, rgba(177,0,29,0.9) 0%, rgba(177,0,29,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1001d', endColorstr='#b1001d', GradientType=1 );
	position: relative;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.hoolduspop .popup {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
.hoolduspop .popup .row1{
	margin-bottom: 100px;
}
.hoolduspop .popup span{
	font-family: 'ToyotaDisplay-Bold';
	font-size: 30px;
	color: #fff;
}
.hoolduspop .popup p{
	font-family: 'ToyotaDisplay-Regular';
	font-size: 20px;
	color: #fff;
}
.hoolduspop .popup{
	font-family: 'ToyotaDisplay-Regular';
	font-size: 20px;
	color: #fff;
}
.hoolduspop .btn-riba{
	font-size: 30px;
}
.hoolduspop .row2 .col-xs-1{
	text-align: center;
	padding-bottom: 20px;
	border-right: solid;
	padding-top: 10px;
}
.hoolduspop .row2 .col-xs-2{
	text-align: center;
	padding-top: 10px;
}
.hoolduspop .row2 .col-xs-6{
	border-right: solid;
	padding-top: 20px;
}
.hoolduspop .row2{
	border-bottom: solid;
}
/* OWL CAROUSEL */
.owl-theme .owl-nav .owl-prev, .owl-next {
  position:absolute;
  top:50%;
  padding:5px;
  margin:0;
  z-index:100;
  font-size:3rem;
  cursor:pointer;
  color:#555;
}
.owl-theme .owl-nav .owl-prev {
	 left:-60px;
 }

.owl-theme .owl-nav .owl-next {
	right:-60px;
}
#carousel2 .owl-nav [class*=owl-]{
	color:#000;
	font-size: 3rem;
}
#carousel2 .owl-nav [class*=owl-]:hover {
	color:#cc1a2e;
	background: transparent;
}
.owl-theme .owl-nav [class*=owl-]{
	color: #555;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 4rem;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	margin-top:-32px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	color:#cc1a2e;
	background: transparent;
}
.owl-video-wrapper{
	margin: 0 auto;
}
.stickyFooter {
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 6;
	left: 0;
}
.footbtn{
	font-size: 22px;
	color: #000;
	position: relative;
	z-index: 2;
	left: 320px;
	bottom: 445px;
}

/* MEDIA INFO */
@media screen and (max-width: 1300px) {
	.owl-theme .owl-nav .owl-prev, .owl-next {
		position: relative;
		margin-top: 0px;
	}
	.owl-theme .owl-nav [class*=owl-]{
		font-size: 5rem;
	}
	.owl-theme .owl-nav .owl-next {
		right: -30px;
	}
	.owl-theme .owl-nav .owl-prev {
		left: -30px;
	}

}
@media screen and (min-width: 1280px) {
	#contact-wrap{
		display: block;
	}
}
@media screen and (max-width: 1280px) {
	.footer-container #contactbg{
		margin-bottom: -435px;
	}
	.footer-container .footbtn{
		bottom: 10px;
	}
	#contact-wrap{
		display: none;
	}

}
@media screen and (max-width: 1199px) {
	/* Header Page */
	.header{
		height: 435px;
	}
	.header #mainlogo{
		width: 30%;
	}
	/* Hooldus Page */
	.hooldus .nupp3 a{
		float: none;
	}
	.hooldus .item{
		height: initial;
	}

	/* Esindus Page */
	.esinduses .item{
		height: initial;
	}
	
	/* Iseteenindus Page */
	.iseteenindus .kalender .row {
		margin-top: 15%;
	}
	.iseteenindus .owl-dots {
		margin-top: -420px !important;
		margin-left: 250px !important;
	}
	.iseteenindus .owl-stage-outer {
		height: 100%;
	}
	
	/* Videod Page */
	.videod .col-xs-3 {
		width: 195px;
	}
}
@media screen and (max-width: 991px) {
	/* Header Page */
	.header #clock {
		width: 65%;
	}
	.header {
		height: 433px;
	}
	
	/* Hooldus Page */
	.hooldus .item{
		height: initial;
	}
	.hooldus .nupp1{
		margin-left: 0px;
	}
	.hooldus .nupp2 a{
		float: none;
		border-radius: 0px;
		border-bottom-color: #ad0e1f;
		border-top-color: #ad0e1f;
		width: 500px;
		font-size: 20px;
		padding: 30px 30px;
	}
	.hooldus .nupp3 a {
		white-space: normal;
		display: block;
		width: 500px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		font-size: 20px;
		padding: 30px 30px;

	}
	.hooldus .nupp1 a {
		white-space: normal;
		display: block;
		width: 500px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		font-size: 20px;
		padding: 30px 30px;
		float: none;

	}
	.hooldus .nupp1 a:hover, .hooldus .nupp1 a:focus{
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-color: #ad0e1f;
	}
	.hooldus .nupp2 a:hover, .hooldus .nupp2 a:focus{
		border-radius: 0 !important;
		border-bottom-color: #ad0e1f;
		border-top-color: #ad0e1f;
	}
	.hooldus .nupp3 a:hover, .hooldus .nupp3 a:focus{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		border-top-color: #ad0e1f;
	}
	
	/* Esinduses Page */
	.esinduses .item{
		height: initial;
	}
	
	/* Minu Toyota Page */
	.minutoyota .col-sm-6{
		font-size: 22px;
	}
	.minutoyota .col-sm-6 div {
		width: 95%;
	}
	.minutoyota .nupp1{
		padding-right: 15px;
		margin-top: 25px;
	}
	.minutoyota .nupp2{
		padding-left: 15px;
	}
	.minutoyota .nupp1 a{
		float: none;
		width: 500px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		font-size: 20px;
		padding: 30px 30px;
		float: none;
		border-bottom-color: #ad0e1f;

	}
	.minutoyota .nupp2 a{
		float: none;
		width: 500px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-top-color: #ad0e1f;
		font-size: 20px;
		padding: 30px 30px;
		margin-top: 0px;
	}
	.minutoyota .nupp2 a:hover, .minutoyota .nupp2 a:focus{
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		border-top-color: #ad0e1f;
	}
	.minutoyota .nupp1 a:hover, .minutoyota .nupp1 a:focus{
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-color: #ad0e1f;
	}
	
	/* Iseteenindus Page */
	.iseteenindus .kalender .col-sm-5 span {
		font-size: 22px;
	}
	.iseteenindus .owl-dots {
		margin-top: -450px !important;
		margin-left: 24% !important;
	}
	.iseteenindus .col-xs-4 a {
    	font-size: 30px;
		padding-top: 45px;
	}
	.iseteenindus .col-xs-8 p {
    	font-size: 30px;
	}
	.iseteenindus .col-xs-8 span {
    	font-size: 12px;
		padding-top: 28px;
	}
	.img1{
		margin-left: auto;
		margin-right: auto;
	}
	/* Video Page */
	.videod .col-sm-3 {
		width: 25%;
	}
}

@media screen and (max-width: 860px){
	.header #mainlogo {
		width: 27%;
	}
}
@media screen and (max-width: 836px){
	.btn-riba{
		margin-left: 0px !important;
		width: 50%
	}
}
@media screen and (max-width: 767px) {
	/* Header Page */
	.header {
		height: 388px;
	}
	.header #clock {
		width: 318px;
	}
	.header #mainlogo {
		width: 35%;
	}
	.header .col-sm-12 {
		margin-top: 110px;
	}
	
	/* Hooldus Page */
	.hooldus{
		padding-top: 25%;
	}
	.hooldus .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	.hooldus .hooldusp{
		font-size: 40px;
	}
	
	/* Esinduses Page */
	.esinduses .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	/* Minu Toyota Page */
	.minutoyota .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	.minutoyota .col-sm-6 {
    	text-align: center;
	}
	
	/* Iseteenindus Page */
	.iseteenindus{
		background-position: initial;
	}
	.iseteenindus .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	.iseteenindus .col-xs-4{
		font-size: 28px;
	}
	.iseteenindus .col-xs-4 a{
		font-size: 24px;
		padding-top: 50px;
	}
	.iseteenindus .col-xs-8{
		font-size: 11px;
	}
	.iseteenindus .col-xs-8 p {
		padding-top: 40px;
		padding-left: 30px;
		font-size: 24px;
	}
	.iseteenindus .col-xs-8 span {
		padding-left: 30px;
		font-size: 10px;
	}
	.iseteenindus .kalender .col-sm-5{
		width: 60%;
	}
	.iseteenindus .kalender .col-sm-5 p{
		font-size: 25px;
	}
	.iseteenindus .kalender .col-sm-5 span {
		font-size: 18px;
	}
	.iseteenindus .kalender .row{
		text-align: -webkit-center;
	}
	.iseteenindus .kalender .col-sm-2 {
		margin-right: 0%;
	}
	.iseteenindus .kalender .col-sm-2 img {
		width: 15%;
	}
	.iseteenindus .owl-dots{
		margin-top: -13% !important;
		margin-left: 0% !important;
		position: relative;
	}
	
	/* Videod Page */
	.videod .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	.videod .col-sm-3 {
		width: 35%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 700px) {
	.overlay-inner{
		width: 500px;
	}
}
@media screen and (max-width: 630px) {
	/* Header Page */
	.header #mainlogo{
		width: 40%;
	}
	/* Hooldus Page */
	.hooldus .hooldusp {
		font-size: 30px;
	}
	.hooldus .item {
		font-size: 25px;
	}
	/* Esinduses Page */
	.esinduses .hooldusp {
		font-size: 30px;
	}
	.esinduses .item {
		font-size: 25px;
	}
	/* Iseteenindus Page */
	.iseteenindus .col-xs-4 a {
		font-size: 22px;
	}
	.iseteenindus .col-xs-8 p {
		font-size: 20px;
	}
	.iseteenindus .col-xs-8 span {
		font-size: 8px;
	}
	.owl-carousel .owl-item img {
		height: 200px;
	}
	.owl-theme .owl-nav .owl-prev, .owl-next {
		position: relative;
		margin-top: 0px;
	}
	.owl-theme .owl-nav [class*=owl-]{
		font-size: 5rem;
	}
	.owl-theme .owl-nav .owl-next {
		right: -30px;
	}
	.owl-theme .owl-nav .owl-prev {
		left: -30px;
	}
}
@media screen and (max-width: 600px) {
	/* Videod Page */
	.videod .col-sm-3 {
		width: 400px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 590px) {
	/* Iseteenindus Page */
	.iseteenindus .col-xs-4 a {
		font-size: 16px;
	}
	.iseteenindus .col-xs-8 p {
		font-size: 18px;
	}
	.iseteenindus .col-xs-8 span {
		font-size: 8px;
	}
	/* Hooldus Page */
	.hooldus .nupp3 a, .hooldus .nupp2 a, .hooldus .nupp1 a{
		width: 280px;
	}
	.minutoyota .nupp1 a, .minutoyota .nupp2 a{
		width: 290px;
		font-size: 18px;
	}
}
@media screen and (max-width: 500px) {
	/* Overlay Video */
	.overlay-inner{
		width: 320px;
	}
	/* Hooldus Page */
	.hooldus .item-data{
		font-size: 20px;
	}
	
	/* Esinduses Page */
	.esinduses .item-data{
		font-size: 20px;
	}
	
	/* Iseteenindus Page */
	.iseteenindus .col-sm-12 {
		width: 100%;
	}
	.iseteenindus .col-xs-8 p {
		font-size: 17px;
		padding-left: 0%;
	}
	.iseteenindus .col-xs-8 span {
		font-size: 10px;
		vertical-align: middle;
		padding-left: 0px;
	}
	.iseteenindus .col-xs-4 a {
		font-size: 15px;
		padding-left: 0;
		padding-top: 50px;
	}
}
@media screen and (max-width: 480px) {
	/* Video Page*/
	.videod .col-sm-3 {
		width: 320px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 453px) {
	/* Sticky Footer Page */
	.btn-riba{
		width: initial;
	}
	.hooldus .item-data div {
    	margin-left: 0px;
		margin-right: 0px;
	}
	.esinduses .item-data div {
    	margin-left: 0px;
		margin-right: 0px;
	}
	.minutoyota .nupp1 a, .minutoyota .nupp2 a {
		width: 230px;
		font-size: 18px;
		white-space: normal;
	}
}
@media screen and (max-width: 374px) {
	.footer-container #contactbg {
		margin-bottom: -370px;
		width: 500px;
	}
	.footbtn{
		left: 275px;
	}
	#contact-area input.submit-button{
		font-size: 10px !important;
		width: 140px;
		margin-bottom: 10px;
		margin-left: -10px;
	}
	#contact-area .button2, #contact-area2 .button2{
		float: left;
		margin-left: 5px !important;
	}
	#contact-area #muupakk .button3, #contact-area2 #muupakk2 .button3{
		padding: 5px !important;
		font-size: 12px !important;
		width: 200px !important;
		margin-left: 25px;
	}
	.select-style{
		width: 255px;
		font-size: 12px;
	}
	#contact-area input, #contact-area textarea, #contact-area2 input, #contact-area2 textarea{
		width: 255px;
		padding: 4px;
		font-size:12px;
	}
	#c-text, #c-text2 {
		font-size: 12px;
		padding-right: 15px;
	}
	#otherType input{
		padding: 0px !important;
		font-size: 12px !important;
		width: 200px !important;
		margin-right: 48px;
	}
	.header #mainlogo {
		width: 65%;
	}


}
@media screen and (max-width: 365px) {
	/* Hooldus Page */
	.hooldus .item {
		font-size: 20px;
	}
	.hooldus .item-data {
		font-size: 18px;
	}
	/* Esinduses Page */
	.esinduses .item {
		font-size: 20px;
	}
	.esinduses .item-data {
		font-size: 18px;
	}
	/* Video Page*/
	.videod {
		height: 1135px;
	}
	.videod .col-sm-3 {
		width: 100%;
		margin-bottom: 20px;
	}
	.videod .col-xs-3{
		font-size: 11px;
		width: 129px;
	}
}
@media screen and (max-width: 320px) {
	/* Header Page */
	.header{
		height: 372px;
	}
	.header #clock{
		width:90%;
	}
	.header #mainlogo{
		width:65%;
	}
	.header .col-sm-12{
		margin-top: 45%;
	}
	
	/* Hooldus Page */
	.hooldus .hooldusp{
		margin-top: 25%;
		font-size: 28px;
	}
	.hooldus .item{
		font-size: 14px;
		height: initial;
	}
	.hooldus .item-data{
		font-size: 18px;
	}
	.hooldus .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	/* Esindus Page */
	.esinduses .hooldusp{
		font-size: 28px;
	}
	.esinduses .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	.esinduses .item{
		font-size: 14px;
		height: initial;
	}
	.esinduses .item-data{
		font-size: 18px;
	}
	
	/* Minu Toyota Page */
	.minutoyota .minup{
		font-size: 28px;
	}
	.minutoyota .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	.minutoyota .col-sm-6{
		text-align: -webkit-center;
		font-size: 20px;
	}
	.minutoyota .col-sm-6 div{
		font-size: 17px;
	}
	
	/* Iseteenindus Page */
	.iseteenindus{
		background-position: center;

	}
	.iseteenindus .col-sm-12{
		width: 100%;
	}
	.iseteenindus .col-xs-8{
		font-size: 10px;
	}
	.iseteenindus .col-xs-8 p {
		font-size: 17px;
		padding-left: 0%;
	}
	.iseteenindus .col-xs-8 span {
		font-size: 10px;
		vertical-align: middle;
		padding-left: 0px;
	}
	.iseteenindus .col-xs-4 a {
		font-size: 13px;
		padding-left: 0;
		padding-top: 45px;
	}
	.iseteenindus .kalender .col-sm-2 img{
		width: 30%;
		margin: 0 auto;
	}
	.iseteenindus .kalender .col-sm-5 p {
		font-size: 20px;
		text-align: center;
	}
	.iseteenindus .kalender .col-sm-5 span {
		font-size: 16px;
		text-align: center;
	}
	.iseteenindus .owl-carousel{
		height: inherit;
	}
	.iseteenindus .owl-stage-outer{
		margin-top: 50px;
	}
	.iseteenindus .owl-dots {
		margin-top: -70% !important;
		margin-left: 0% !important;
	}
	
	/* Videod Page */
	.videod{
		height: initial;
		padding-bottom: 75px;
	}
	.videod .col-sm-3 {
		width: 85%;
		margin-bottom: 4px;
	}
	.videod .col-xs-2{
		width:initial;
	}
	.videod .col-xs-3 {
		width: 129px;
	}
	.videod .col-xs-3 p{
		font-size: 11px;
		text-align: none;
	}
	
	/* Sticky Footer Page */
	.btn-riba{
		margin-left: 0px !important;
		width: initial;
	}
	.btn-fixed{
		margin-left: 27%;
	}
}


/* Height Parameters */
