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

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

@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Arizonia&subset=latin,latin-ext);


html{
	background: url(img/background.jpg) /*repeat-y center bottom */;
    -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;

}

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

h1{
	font-size:24px;
	color: #72D2FB;
	text-transform: uppercase;
	margin:0;
	line-height: 30px;
}

h2{
	font-size: 18px;
	text-align: center;
	font-weight:bold;
	padding-top:8px;

}

body {
	background-color:transparent;
	font-family: 'Didact Gothic', sans-serif;
	text-align: justify;
}



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

.containerLarge {
    max-width: 1050px;
}

.right{
	float: right;
}
.whiteB{
	background: white;
}

.blue{
	color: #1F7BF2;
}
.lightBlue{
	background:#3AC0FA;
}



.logoHolder{
	display: inline;
}

.logoImg{
	width: 170px;
}

.topMenu{
	display: inline;
	margin-top: 15px;
	line-height: 58px;
}

.topMenuItem{

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	color:#005375;	
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

.topMenuItem:hover{
	text-decoration: none;
	color: #3AC0FA;
}

.topMenuButton{
	color:white;
	padding:15px;
	font-weight: bold;
	padding-bottom:20px;
	background: #295097;
	float:right;
}
.blueHeaderTopDown{
	border-top: 5px solid #3AC0FA;
	border-bottom: 5px solid #3AC0FA;
}

.menuHolder{
	border-top:3px solid #005375;
	border-bottom:3px solid #005375;
}

.sliderTextHolder{
	padding:20px;
	background:rgba(39,55,64,0.7)
}

.sliderTextTitle{
	color:white;
	font-size:24px;
	font-weight:bold;
}

.sliderText{
	color:#39B1E6;
	font-size:20px;
	font-weight:bold;
}

.maxMenu{
	max-width: 100%;
	z-index: 21;
	position: relative;
}

.mega-menu-wrap, .mega-menu-toggle{

	background: #3AC0FA !important; /* Old browsers */
	text-align:center;
}

.mega-menu-link{
	text-transform: uppercase !important;
	font-size: 19px !important;
	font-weight:bold !important;
	display:inline !important;
	padding-top:5px !important;
	padding-bottom:6px !important;
}


.shadow{
	-webkit-box-shadow: 0px -1px 16px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px -1px 16px 0px rgba(0,0,0,0.65);
	box-shadow: 0px -1px 16px 0px rgba(0,0,0,0.65);
}


/*one page*/
.OPmenuLink{
	
}

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

/*home*/
.setHeightImg{
	height:160px !important;
}

.setHeightContent{
	height:120px;
}
.homeA{
	color:gray;
}

.homeA:hover{
	text-decoration: none;
}
.houseImgHolder{
	width:350px;
	height:185px;
	float: left;
	display: inline;

}

.houseImg{
	height:100%;
	width:100%;
}

.price{
	margin-top:-40px; 
	position:absolute; 
	background:#3AC0FA; 
	color:#fff; 
	padding:3px;
}

/*gallery*/

.leftArrow{
	background: url(img/arrowLeft.jpg);
	height:32px;
	width:25px;
	background-repeat:no-repeat;
}

.rightArrow{
	background: url(img/arrowRight.jpg);
	background-repeat:no-repeat;
	height:32px;
	width:25px;
}

.galleryImgSmall{
	height:75px;  
	margin-left:5px; 
	padding-top:5px;
}
.imgGalleryBig{
	width:100%;
	height:315px;
}

.mobileSubGallery{
	display:none;
}
/*page izlet*/
.info{
	padding-bottom:20px;
}
.info p{
	display:inline;
}

.infoTitle{
	display:inline; 
	color:gray; 
	font-size:16px; 
	font-weight:bold;  
	padding-right:15px !important;
}

.infoDesc{
	display:inline; 
	color:#005375; 
	font-size:16px; 
	font-weight:bold;
}

.buttonInq{
	width:200px;
	background:#005375;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:7px;
	float:left;
	text-align:center;
}

.buttonCall{
	width:200px;
	background:#3AC0FA;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:7px;
	float:left;
	text-align:center;
}
	


/*footer*/
.footer{
	background: url(img/footerBackground.jpg);
	color:#FFF;
	background-size: 100% auto;
}
.footerlink{
	color:white;
	font-size: 12px;
}

.footerlink:hover{
	color: #295097;
	text-decoration: none;
}


@media (min-width: 992px) {
	.topMenuButton{
		display:none;
	}

	.topMenu{
		display:inline;
	}



}

@media (max-width: 992px) {


	.topMenu{
		margin-top: 50px;
		display:none;
		width:100%;
		z-index: 24;
		position:relative;
		background: #295097;
		text-align: center;
	}

	.topMenuItem{
		padding-top:5px;
		padding-bottom:5px;
		vertical-align:middle; 
		line-height:30px; 
		width:100%;
		display: block;
		color:white;
		border-right: none;
	}

	.topMenuItem:hover{
		border-bottom: none;
		border-top: none;
		color:gray;
	}
	
	.imgGalleryBig{
		height:auto;
	}
	
	.setHeightImg{
	height:auto !important;
	}

	.setHeightContent{
		height:auto;
	}

}
@media (max-width: 768px) {
	.textCenterMobile{
		text-align:center;
		padding-bottom:15px;
	}
}

@media (max-width: 440px) {
	.logoImg{
		margin-top: 10px;
		width: 100px;
	}


}

@media (max-width: 530px) {
	.galleryHide{
		display:none;
	}
	
	.imgGalleryBig{
		display:none;
	}
	/*
	.galleryImgSmall{
		width:auto;
	}
	*/
	.mobileSubGallery{
		display:block;
	}
	
	.custom-container{
		display:none;
	}

}
@media (max-width: 360px) {
	.logoImg{
		margin-top: 15px;
		width: 50px;
	}


}




@media (max-width: 600px) {
	.maxMenu{
		margin-top: 0px;
	}
}



@media (max-width: 650px) {
/*home*/
.houseImgHolder{
	width:100%;
	height:auto;
	display: block;
}

.houseImg{
	width:100%;
	height:auto;
}


.houseDescHolder{
	display: block;
	width: 100%;
	float: left;
	padding:5px;
	margin-left: -0px;
	position: relative;
	z-index: 2;
	margin-top:10px;
	background:white;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
}
}




