/************Reset**************/
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
html, body, div, object, iframe, fieldset { 
	margin: 0; 
	padding: 0; 
	border: 0;
} 
ol, ul { 
	list-style: none;
	margin: 0;
	padding: 0;
} 
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
header, footer, nav, section, article, hgroup, figure {
	display: block;	
}
legend {
	display: none;
}
/************End Reset**************/


/************Global**************/
body {
	background: #fff;
	color: #222222;
	font: 100%/1.4 "Source Sans Pro", sans-serif;
       
        font-style: normal;        
	padding: 0;
	-webkit-text-size-adjust: none;
        margin-bottom:2em;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover, a:focus {
	color: #e51837;
}
p {
	margin: 0 0 1em;
}
img, object, video {
	max-width: 100%;
	border: 0;
}
a img {
	border: 0;
	outline: 0;
}
h1 {
	font-size: 3em;        
	line-height: 1;
	letter-spacing: -0.02em;
	margin-bottom: 0.2em;
}
h2 {
	font-size: 2em;
	line-height: 1.1;
	margin-bottom: 0.2em;
        font-weight:200;
}
h3 {
	font-weight: normal;
	line-height: 1.1;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #ededed;
}
h1 a, h2 a, h3 a {
	display: block;
	color: #222222;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #e51837;
}
blockquote {
	border-left: 0.5em solid #ededed;
	padding-left: 1em;
	margin-left: 1em;
}

small{font-size:80%;}


input, textarea {
	border: 1px solid #ededed;
}

input[type=search] {
	-webkit-appearance: none;
	border-radius: 0;
}
::-webkit-input-placeholder {
	color: #808080;
}
:-moz-placeholder {  
    color: #808080;
}
/************End Global**************/

/* 
    Document   : style
    Created on : 03.11.2013, 16:10:39
    Author     : Jim
    Description:
        Purpose of the stylesheet follows.
*/
*{z-index:2;}



a, a:hover{
    transition: all 0.3s ease 0s;
}

strong{    
    font-weight: 700;
}
.clear{
    clear:both;
}
#back{
    height:100%;    
    width:100%;
    display: table;
    text-align: center;
    vertical-align: middle;
    margin-bottom:-2px;
}
#backimg{
    display: table-cell;
    text-align: center;
    vertical-align: middle;}

#backimg img{    
    width:70%;
    max-width: 70%;
}


#inner section{
   clear:both;
    margin-bottom: 50px;
    
}


.pinkborder{
    border: 0.1em solid rgba(146, 96, 91, 0.3);    
}

.popup-content {
    background: none repeat scroll 0 0 #fff;
    position:relative;
    margin: 40px auto;
    max-width: 650px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
}


/*Hover Style START*/
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;   
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;   
   box-shadow: 1px 1px 2px #ededed;
   -webkit-box-shadow: 1px 1px 2px #ededed;
   -moz-box-shadow: 1px 1px 2px #ededed;
   margin: auto;
}
.view h2 {
   text-transform: uppercase;   
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;   
   margin: 20px 0 0 0;
   background: rgba(255, 255, 255, 0.5);
   color: #222222;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   font-weight:400;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;   
   padding: 10px 20px 20px;
   text-align: center;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #222222;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #222222;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #222222;
   -moz-box-shadow: 0 0 1px #222222;
   box-shadow: 0 0 1px #222222;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #222222;
   -moz-box-shadow: 0 0 5px #222222;
   box-shadow: 0 0 5px #222222;
}


.view img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view .mask {
   
   -webkit-transform: translateX(-1500px);
   -moz-transform: translateX(-1500px);
   -o-transform: translateX(-1500px);
   -ms-transform: translateX(-1500px);
   transform: translateX(-1500px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   height:100%;
   background: none repeat scroll 0 0 rgba(146, 96, 91, 0.3);
}
/*
.view:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view:hover img {
   -webkit-transform: translateX(1500px);
   -moz-transform: translateX(1500px);
   -o-transform: translateX(1500px);
   -ms-transform: translateX(1500px);
   transform: translateX(1500px);
}
.view:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
*/

/*Hover Style END*/

/*Responsive Pattern Styles*/
.bigonly{display:none;}


.c,.threecol  p {
  
  text-align: justify;
}
@media screen and (min-width: 50em) {
  .bigonly{display:inline;}
  .twocol.main {
    width: 66.666666%;    
    float: right;
    padding-left: 2em;
  }
  .twocol.smaller {
    float: left;
    width: 33.333333%;
  }
  
  

  
}
.col-group > div {
  padding: 0.5em 0.5em 0;
  text-align:center;
}

@media screen and (min-width: 50em) {
  .threecol.col-group {
    overflow: hidden;
  }
  .threecol.col-group > div {
    float: left;
    width: 33.3333333%;
    padding: 2em 2em 0;
  }
  #inner section, #mainHeader, footer{
      max-width:80%;
      margin-left:auto;
      margin-right:auto;
      
  }
}

a.menu-link {
    float: right;
    display: block;
    padding: 1em;
}
nav[role=navigation] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
}
nav[role=navigation].active {
    max-height: 15em;
}
nav[role=navigation] ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #808080;
}
nav[role=navigation] li a {
    display: block;
    padding: 0.8em;
    border-bottom: 1px solid #808080;
}

#coronamodal{max-width: 90%;}

@media screen and (min-width: 50em) {
    #coronamodal{max-width: 50%;}
    a.menu-link {
        display: none;
    }
    .js nav[role=navigation] {
        max-height: none;
    }
    nav[role=navigation] ul {
        margin: 0 0 0 -0.25em;
        border: 0;
    }

    nav[role=navigation]  li {
        display: inline-block;
        margin: 0 0.25em;
    }
    nav[role=navigation] li a {
        border: 0;
    }
}

/*Code blocks*/
pre {
font-size: 90%;
line-height: 1.2em;
font-family: "Courier 10 Pitch", Courier, monospace;
white-space: pre;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;

height:1%;
width: auto;
display: block;
clear: both;
color: #555555;
padding: 1em 1em;
margin: auto 40px auto 40px;
background: #f4f4f4;
border: solid 1px #e1e1e1
}
code {
font-size: 90%;
line-height: 1.2em;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

display: inline;
color: #555555;

background: #f4f4f4;
}

.outlinks{width:100%; display:none;}
.outlinks.active{display:table;}
.linksize{float:right;}
.sizechange.active{font-weight:bold;}
.v_code{padding-top:20px;}
.v_code textarea{
    width: 90%; margin:auto;
    font-size: 90%;
    line-height: 1.2em;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    color: #555555;
}

/*Responsive Pattern Styles End*/
.v_head{padding-top:40px;padding-bottom:20px;}
.v_prev {text-align:center; vertical-align:middle; line-height:100px;}
.v_code{
    font-size: 0.8em;max-height: 170px;overflow-y: scroll;overflow-x: hidden;
    text-align:center;
    vertical-align:middle;

}