/*
	Theme Name: Kon-trans
	Theme URI: 
	Description: Tema za spletno stran Kon-trans
	Version: 1.0
	Author: Marko Zajko
	Author URI: marko.zajko@gmail.com
	Tags: gems

	License: Private (do not copy)
	License URI: marko.zajko@gmail.com
*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=latin-ext');

html{
	/*
	background: url(img/background.jpg) 
    -webkit-background-size: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.background.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.jpg', sizingMethod='scale')";
    background-attachment: fixed;
	*/
	overflow-x:hidden 
}

h1, h2, h3, h4{
	margin-top: 0px;
	color: #A5A6A9;
	font-family: 'Montserrat', sans-serif;
}

h1{
	font-size:24px;
	color: #3B3C3C;
	/*text-transform: uppercase;*/
	margin:0;
	line-height: 30px;
	display: inline;
}

h2{
	font-size: 30px;
	text-align: left;
	color:#3D3A3A;
	padding-top: 20px;
	line-height: 40px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;

}
h3{
	color: #E13917;
	font-size: 18px;
	text-align: center;
	padding-top:15px;
}


body{
	background-color:transparent;
	font-family: 'Open Sans', sans-serif;
	/*text-align: justify;*/
	color:#3D3A3A;
	overflow-x:hidden 
}

.underlineRed{
	border-bottom: 4px solid #DB2728;
	display: inline;
}

.underlineGray{
	border-bottom: 4px solid #374344;
	display: inline;
}


.normalLink{
	color:#3D3A3A;
}

.normalLink:visited{
	color:#3D3A3A;
}

.container {
    max-width:970px;
	width:100%;
}

.img-responsive{
	margin:0 auto !important;
}

.centerText{
	text-align:center;
}

.containerLarge {
    max-width: 1050px;
}

.subtitle{

	color: #E6C31F;
	font-size:30px;
	line-height: 50px;
	display: inline;
	text-transform: uppercase;
}

.headerHolder{
	position: fixed;
	z-index: 1000; 
	width: 100%
}
.topInfo{
	height: 15px;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#DB2728;
	font-weight: bold;
}

.topInfoDiv{
	display: inline; 
	padding-right:10px;
	font-size: 14px;
}

.topHeadLink{
	padding-left: 20px;
	color:#DB2728;
	font-weight: bold;
}

.topHeadLink:hover{
	color: #3D3A3A;
	text-decoration: none;
}


/* Style The Dropdown Button */
.dropbtn {
    background-color: #89AC46;
    color: white;
    padding: 4px 8px;
    margin-top: -3px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
}


.topHead{
	background: #fff;
	z-index:900000000;

}

.logoHolder{
	margin-top:-10px;
	padding-bottom: 5px;
	display: inline-block;
}

.logoImg{
	max-width:320px;
	margin-top: 12px;
}

/*wpml*/
.wpml-ls-legacy-list-horizontal {
    width: 150px;
    display: inline-block;
    text-align: right;
}

/*main menu*/
.menuHolder{
	/*margin-top:20px;*/
	text-align: right; 
	padding-top: 10px;
	padding-bottom: 10px

}

.menuLink{
	margin-top: 50px;
	font-size: 20px;
	padding: 10px 10px;
	color:#3D3A3A;
}

.menuLink:hover{
	background: #DB2728;
	color: #fff;
	text-decoration: none;
}


.menuLink:visited{
	text-decoration: none;
}

.menuLink:focus{
	text-decoration: none;
}


/*mobile menu*/
.mobileMenuHolder{
	display: none;
	width: 100%;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  widows: 100%;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0px;
  /*left: 40%;*/
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  /*background-color: #4CAF50;*/
  color: white;
}
/*home page*/
.firstContainerBackground{
	padding-bottom: 30px; 
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 60.65%, rgba(50,61,61,1) 60.65%);
}

.firstContainer{
	/*height: 993px*/
	height: auto;
}

.firstContentContainer{
	padding:100px;
}

.firstcontentHolder{
	padding:20px; 
	padding-top: 10px; 
	background: rgba(255, 255, 255, 0.9); 
	z-index: 2; 
	position: relative;
}

.verticalText{
	position: absolute; 
	/*right: -70px; */
	top: 0px;
	font-size: 30px; 
	writing-mode: vertical-rl;
	text-transform: lowercase;
	height: 100%; text-align: center;
	-webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
}

.firstGalleryHolder{
	/*
	position: absolute; 
	left:15px;
	bottom: 0px; 
	*/
	margin-top: 400px;
}

.firstGalleryRow{
	max-width: 60%
}

.secondContentHolder{
	padding: 10px 100px
}

.inquiryHolder{
	background: url(img/inquiryBackground.jpg);
	-webkit-background-size: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.background.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.jpg', sizingMethod='scale')";
    background-attachment: fixed;
}


.wpcf7-text{
	padding:5px;
	margin-top: 20px; 
}

.wpcf7-textarea{
	padding:5px;
	height: 100px;
	margin-top: 20px;
}

.contactSubmit{
	text-align: center;
	
}

.wpcf7-submit{
	margin-top: 20px;
	background: #DB2728;
	padding:10px 20px;
	color: #fff;
	border-width: 0px;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    color: #fff;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    color: #fff;
    text-align: center;

}

span.wpcf7-not-valid-tip {
    color: #fff;

}

/*slider*/


.sliderCard{
}

.sliderGrayCard{
	background-color:rgba(85,85,85,0.8);
	color:#fff;
	padding: 15px;
	font-size: 30px;
	line-height: 40px;
}

.sliderYellowCard{
	background-color:rgba(230,195,31, 0.8);
	color:#000;
	padding: 15px;
	font-size: 18px;
	line-height: 28px;
}


.sliderText{
	font-size:20px;
	padding-bottom:15px;
	line-height: 25px;
}



/*gallery*/
.galleryImg{
	padding-bottom: 20px;
}


.smallImage{
	margin-top:15px !important;
	cursor:pointer;
	width:100%;
	height:100%;
}

.gallery-caption {
    margin-left: 0;
    padding: 10px;
    font-weight: bold;
}

.pdfLink{
	color: #E13917;
	font-size: 18px;
}

.pdfLink:hover{
	text-decoration: none;
}

/*recommended products*/
.productHolder{
	border: 2px solid #FAF376;
	background: white;
	padding: 10px;
}
.productTitle{
	text-align: center;
	font-weight: bold;
}

.productImg{
	width:100%;
}

.sendMsg{
	border: 2px solid #FAF376;
	background: white;
	padding: 7px;
	text-align: center;
	width: 350px;
	margin:0 auto;
	font-size: 20px;
	font-weight: bold;
}

.sendMsg:hover{
	background: #F1F0F0;
	cursor: pointer;
}

.iphorm-fancybox-link{
	color:#3B3C3C;
}

.iphorm-fancybox-link:hover{
	color:#3B3C3C;
	text-decoration: none;
}



.smallButton{
	border: 2px solid #FAF376;
	background: white;
	padding: 5px;
	text-align: center;
	width: 150px;
	margin:0 auto;
}

.smallButton:hover{
	background: #F1F0F0;
}


/*footer*/

.footerMenuText{
	font-weight:bold; 
	padding-bottom:15px; 
	padding-left:120px;
}

.footer{
	background: url(img/footerBackground.jpg);
	color:#FFF;
	    -webkit-background-size: auto;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.background.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.jpg', sizingMethod='scale')";
    background-attachment: fixed;
	/*background-size: 100% auto;*/
}
.footerLink{
	color:white;
	font-size: 14px;
}

.footerLink:hover{
	color: #E6C31F;
	text-decoration: none;
}


.showOnTablet{
	display:none;
}



@media (max-width: 1125px) {
	.verticalText{
		display: none;
	}
}



@media (max-width: 1092px) {
	.showOnTablet{
		display:block;
	}
}


@media (max-width: 1080px) {
	.footerMenuText{
		display:none;
	}

	.hideOnTablet{
		display: none;
	}

	.categoryLeftContent, .categoryRightContent{
		display: none;
	}
}

/* menu goes to mobile */
@media (max-width: 1000) {
	#mega-menu-header-menu > li.mega-menu-item{
		margin-top: -22px !important;
	}

}





@media (max-width: 992px) {
	.firstContainerBackground{
		padding-bottom: 30px; 
		background: rgba(50,61,61,1);
	}

	.firstContainer{
		height: auto;
	}

	.firstImg{
		display: none;
	}

	.firstContentContainer{
		padding:10px;
	}

	.firstcontentHolder{
		padding:20px; 
		padding-top: 10px; 
		background: rgba(255, 255, 255, 0.9); 
		z-index: 2; 
		position: relative;
	}


	.firstGalleryHolder{
		position: relative; 
		margin-top: 10px;
	}

	.firstGalleryRow{
		max-width: 100%
	}

	.secondContentHolder{
		padding: 10px;
	}

	.img-responsive{
		margin: 0 auto;
		margin-bottom:20px !important;
	}

	.logoImg{
		margin-top: 15px;
		width: 150px;
	}
}



@media (max-width:845px) {

	.topInfoDiv{
		display: none;
	}

	.logoContainer{
		text-align: center;
	}

	.logoHolder{
		text-align: center;
	}

	.menuHolder{
		text-align: center;
	}



	.gallery-item{
		width:50% !important;
	}

	.textCenterMobile{
		text-align: center;
	}

	.hideFooterIcon{
		display: none;
	}

}


@media (max-width: 768px) {
	.shadow{
		-webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0);
		box-shadow: 0px -1px 10px 0px rgba(0,0,0,0);
		text-align:center;
	}
	.hideMobile{
		display: none;
	}

	.mobileFix{
		width:100%;
		display: block;
		height: 100px
	}

}


@media (max-width: 720px) {
	.mobileMenuHolder{
		display: block;
	}

	.menuHolder{
		display: none;
	}

	.menuLink {
    	margin-top: 0px;
	}
}



@media (max-width: 530px) {

	.mega-menu-header-menu{
		z-index:10000;
	}
	
	.subMenu{
		margin-top:0px;
	}

	.divider{
		display: none;
	}

	.gallery-item{
		width:100% !important;
	}
}

@media (max-width: 360px) {
	.logoImg{
		margin-top: 15px;
		width: 150px;
	}
	.categoryImg{
		width: 100%;
		height: auto;
	}

	.productImgHolder{
		width:200px;
		margin: 0 auto; 
		height:auto; 
		padding:10px; 
		position: relative;
	}


}



