@charset "UTF-8";
/* CSS Document */
* {
	font-family: Montserrat, sans-serif;
	
	font-size: 12px;
	
	line-height: 15px;
}
/* CSS Document */

/* hover10 Effect */
.column {
	margin: 0px 0px 0px 0px;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	width: 300px;
	height: 200px;
	margin: 0 0 0 0px;
	padding: 0;
}

figure {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	overflow: hidden;
}
/* hover10 Effect */

.copy {
	font-family: sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	text-indent: 18px
}

.heading {
	font-family: sans-serif;
	font-size: 21px;
	color: #666666;
	line-height: 26px;
}

.heading-space {
	font-family: sans-serif;
	font-size: 21px;
	color: #ffffff;
	padding: 20px;
	line-height: 38px;
}

.co-copy {
	font-family: sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
}

.catalogy-head {
	font-family: sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-indent: 10px;
	line-height: 16px;
}

.select-head {
	font-family: sans-serif;
	font-size: 14px;
	text-indent: 10px;
	line-height: 18px;
}

.captions {
	font-family: sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.style-copy {
	font-family: sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
}

.footer-copyfff {
	font-family: sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
}

.footer-copyfff a:link {color: #FFFFFF; text-decoration: none;}
.footer-copyfff a:visited {color: #cccccc; text-decoration: none;}
.footer-copyfff a:active {color: #FFFFFF; text-decoration: none;}
.footer-copyfff a:hover {color: #FFFFFF; text-decoration: underline;}

.ad-text {
background-color: #0f9eb0;
font-family: sans-serif;
font-size: 12px;
color: white; 
}

.info-heading {
	font-family: sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 38px;
}

.info-copy {
	font-family: sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}


.info-menu {
	font-family: sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 16px;
}

.info-menu a:link {color: #FFFFFF; text-decoration: none;}
.info-menu a:visited {color: #FFFFFF; text-decoration: none;}
.info-menu a:active {color: #FFFFFF; text-decoration: none;}
.info-menu a:hover {color: #FFFFFF; text-decoration: underline;}

.button {
	font-family: sans-serif;
	font-size: 13px;
    border: none;
    padding: 66px 66px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 3px 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: #0f9eb0;
    color: white; 
    border: 1px solid #c9f9ff;
}

.button1 a:link {color: #FFFFFF;}
.button1 a:visited {color: #FFFFFF;}
.button1 a:active {color: #000000;}
.button1 a:hover {color: #000000;}

.button1:hover {
    background-color: #c9f9ff;
    color: black;
}

.button2 {
    background-color: #a7a9ac; 
    color: white; 
    border: 1px solid #eeeeee;
}

.button2 a:link {color: #FFFFFF;}
.button2 a:visited {color: #FFFFFF;}
.button2 a:active {color: #000000;}
.button2 a:hover {color: #000000;}

.button2:hover {
    background-color: #eeeeee;
    color: black;
}

/* Nav */
#primary_nav_wrap
{
	margin-top:0px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:300;
	font-size:13px;
	line-height:40px;
	padding:0 11px;
	font-family: sans-serif;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#dddddd
}

#primary_nav_wrap ul li:hover
{
	background:#0f9eb0
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#000000;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:300px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 30px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}
/* Nav */

/* bigslideshow */
#bigslideshow { 
    margin: 0px auto; 
    position: relative; 
    width: 1000px; 
    height: 429px; 
    padding: 0px; 
    box-shadow: 0 0 0px rgba(0,0,0,0.4); 
}

#bigslideshow > div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
/* bigslideshow */

/* hover10 Effect */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}
/* hover10 Effect */