@charset "UTF-8";
/* CSS Document */

body{
	font-family: 'Montserrat', sans-serif;
	font-size:11pt;
}

/* RESET */
*{margin:0; padding:0;}

/* LAYOUT */
html{
	/*text-align:left;*/
}

body{
	margin:auto;
	width:100%;
}

main{
margin:auto;
	width:80%;
	/*width:100%;*/
	margin-bottom:60px;
}

header{
 	margin: auto;
    width: 100%;
    /*padding:40px 0 -20px 0;*/
	position:fixed;
	background:white;
	/*border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:thin;*/
	/*box-shadow:0 3px 10px #999999;*/
}

#toplogo{
	float:left;
	padding-left:50px;
	padding-top:20px;
	padding-right:168px;
	/*padding:20px 7% 0 15%;*/
	background:white;
}

nav{
	padding-top:60px;
	margin-bottom:50px;
	/*padding-right:50px;*/	
	background:white;
}

.graphics{
	margin:auto;
	padding-top:140px;
	width:102%;
	padding-left:5px;
}

#inline-block-center{
	text-align:center;
}

#inline-block-center article{
	display:inline-block;
}

.graphics_row{
}

footer{
	text-align:center;
	width:100%;
	/*align:center;*/
}

/* LINKS */
nav a:link, nav a:visited{
	font-family: 'Montserrat', sans-serif;	
	font-weight:200;
	text-decoration:none;
	color:black;
	margin-right:10px;
	margin-left:10px;		
	display:inline;
	list-style:none;
}

nav a:hover, nav a.current{
	font-family: 'Montserrat', sans-serif;	
	font-weight:600;
	color:black;	
	border-bottom:3px solid;
	border-bottom-color:#cc0413;
	display:inline;
	list-style:none;
}

/* TEXT */
/*.abouttext{
	font-family: 'Montserrat', sans-serif;	
}*/

.description{
	text-align:left;
	font-family: 'Montserrat', sans-serif;	
	display:inline;
	width:30%;
	margin:10px;
}

h1{
	font-size:12pt;
	border-bottom:3px solid;
	border-bottom-color:#cc0413;
	display:inline;
}

h2{
	font-weight:400;
	border-bottom:3px solid;
	border-bottom-color:#cc0413;
	display:inline;
	font-size:11pt;
}

h3{
	font-weight:200;
	font-size:11pt;
}


.footertext{
	font-family: 'Montserrat', sans-serif;	
	font-weight:200;
	text-transform: uppercase;
	align:center;
}

/* IMG */
.flex{
	width:60%;
}

.flex2{
	width:44%;
	margin:10px;
}

.flex_horizontal{
	width:44%;
	margin:10px;
}

.flex_horizontal_2{
	width:58%;
	margin:10px;
}

.flex_vertical{
	width:22%;
	margin:10px;
}

.flex_vertical_2{
	width:30%;
	margin:10px;
}

.flex_design_horizontal{
	width:56%;
	margin:10px;
}
.flex_design_vertical{
	width:32.2%;
	margin:10px;
}

.flex_footer{
	width:8%;
	margin:10px;
}

/* SUB PAGES */
.flex_horizontal_sub{
	width:58%;
	margin:10px;
}

.flex_horizontal_sub_2{
	width:44%;
	margin:10px;
}

.flex_horizontal_sub_3{
	width:90.2%;/*89.5% large screen*/
	margin:10px;
}

.flex_horizontal_sub_4{
	width:60%;
	margin:10px;
}

.flex_vertical_sub{
	width:30%;
	margin:10px;
}

.flex_vertical_sub_2{
	width:28%;
	margin:10px;
}

/* MODAL IMAGES */
.flex_horizontal_modal{
	width:98%;
	margin:10px;
}

/* MODAL */
.modalDialog {
    position: fixed;
	font-family: 'Montserrat', sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 70%; 
    position: relative;
    margin: 10% auto/*5% auto 15% auto*/;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    /*background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background:#CC0613;
}

/*CONTACT*/

.formbox{
	padding-top:150px;
}

::-webkit-input-placeholder{
	font-family: 'Montserrat', sans-serif;	
	font-weight:200;
	color:#999;
}

input{
	padding:10px;
	/*align:left;*/
}