/*
Theme Name:         Galerie EL
Description:        Galerie EL theme
*/

/* BODY */

html {
    height: 100%;
}

body{
	font-family: 'Open Sans', sans-serif;
	 height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,237,238,1) 100%) fixed;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(234,237,238,1))) fixed;
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,237,238,1) 100%) fixed;
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,237,238,1) 100%) fixed;
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,237,238,1) 100%) fixed;
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(234,237,238,1) 100%) fixed;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaedee', GradientType=0 ) fixed;
	font-size: 13px;
	color: #000000;
	font-weight:300;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #000000;
	font-weight:300;
}

a {
	color:#000;
	font-family: 'Open Sans', sans-serif;
}

a:hover, a:focus {
	color:#000;
	text-decoration:underline;
}

.row, .row .row{
	max-width:1000px;
	margin:0px auto;
}

.no-padding{
	padding-left:0px !important;
	padding-right:0px !important;
}

.header{
	border-bottom:1px solid #333;
	margin-bottom:25px;
}

.header span.logo{
	font-size:24px;
	font-weight:500;
	margin:25px 0px;
	display:inline-block;
	float:left;
}

.header .menu{
	float:right;
	display:inline-block;
	margin-top:30px;
}

.header .menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.header .menu li{
	float:left;
	margin:0px 0px 0px 10px;
}

.header .menu li a{
	font-size:13px;
	font-weight:700;
}

.header .menu li:hover a, .header .menu li.active a{
	color:#261FD1;
	padding-bottom:2px;
	border-bottom:2px solid #261FD1;
	text-decoration:none;
}

.homepage-items{
	margin-bottom:20px;
}



.homepage-items .img-box{
	border:0px;
	box-shadow: none;
	padding:15px;
}

.th {
    line-height: 0;
    display: inline-block;
    border: solid 0px #FFFFFF;
    max-width: 100%;
    box-shadow: none;
    transition: all 200ms ease-out;
}
.th:hover, .th:focus {
    box-shadow: none;
}

.homepage-items h2{
	color:#000000;
	font-size:15px;
	font-weight:600;
}

.homepage-items span{
	text-decoration:underline;
}

.homepage-items img{
	max-width:500px !important;
}

.homepage-items h3{
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #000000;
    font-weight: 700;
	margin:20px 0px 0px 0px;
}

.homepage-items ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.box{
	background:#fff;
	padding: 20px;
    border: 1px solid #eee;
	margin-bottom:20px;
}

.page h1{
	font-size:18px;
	color:#000;
	font-weight:700;
}

.homepage-items li{
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #000000;
    font-weight: 300;
}

.page2 h1{
	font-size:14px;
	color:#000;
	font-weight:700;
}

.page2 img{
	padding:15px;
	margin-bottom:20px;
	margin-left:20px;
}

.footer{
	border-top:1px solid #333;
	margin-top:70px;
}


#mega-menu-wrap-menu-first #mega-menu-menu-first > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
	padding:10px!important;
    position: absolute;
    width: 180px !important;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 0px 0px 0px 0px;
    background: #f1f1f1;
}
h2{
	font-size:14px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}

h3{
	font-size:13px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}


@media only screen and (max-width: 600px){
	.homepage-items img{
	max-width:100% !important;
	}
}







