/*Font Import*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

/* Default ------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Arial';
	color: #706f6f;
    line-height: auto;
}
article, aside, figure, footer, header, nav, section, details, summary {display: block;}

*, *:before, *:after {box-sizing: border-box; }

/* Responsive images and other embedded objects*/
img,
object,
embed {max-width: 100%;}

html {overflow-y: scroll;}

html, body {
	direction: ltr;
}
p.exhibitions_data strong {
	font-size: 19px;
	line-height: 24px;
	color: #039be5;
	font-weight: normal;
}
p.exhibitions_data {
	font-size: 17px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #039be5;
	font-weight: 100;
}
h1 {
	font-size: 30px;
	line-height: 42px;
}
h2 {
	font-size: 25px;
	line-height: 30px;
    padding: 0 0 10px 0;
}
p {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 10px 0;
}

ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;color: #706f6f; text-decoration: none;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], input[type=file], button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}
a.press_link:hover {
	text-decoration: none;
}
a.press_link {
	text-decoration: underline;
	color:#009688;
}
/* make buttons play nice in IE */
button, input[type=button] {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*Text Select*/
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*Helper classes*/
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }
.alignleft {float: left;}
.alignright {float: left;}
.clearboth {clear: both;}
.container:before, .container:after {
    content: "\0020"; display: block; height: 0; overflow: hidden;
}

.flexhead.tophead.sticky {
    padding: 0px 0;
    top: 0;
    position: fixed;
    background: #ffff;
    left: 0;
    right: 0;
    max-width: 1260px;
    margin: 0px auto;
    z-index: 9999;
}	
/*Basic Layout*/
#gloablwrap {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
#header {
    width: 100%;
    float: left;
}
.container {
    width: 100%;
    max-width: 1260px;
    padding: 0 6px;
    margin: 0 auto;
    clear: both;
}



/*Header CSS*/
.topbanner {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    max-height: 264px;
}
.topbanner img {
    float: left;
    width: 100%;
    height: auto;
}
.slider {
    position: relative; overflow: auto;
}
.slider li { 
    list-style: none; 
}
.slider ul li { 
    float: left; 
}
.logoblock {
    float: left;
}
.flexhead { display: flex; justify-content: space-between; align-items: center; padding: 80px 0 0; position: relative; }
.tglmenu { width: 26px; height: 18px; position: relative; cursor: pointer; display: block; z-index: 99; }
.tglmenu span { background: #888; height: 2px; left: 0; right: 0; position: absolute; border-radius: 2px; display: block; transition: 0.3s; }
.tglmenu span:nth-child(1) { top: 0; left: 0; }
.tglmenu span:nth-child(2) { top: 8px; }
.tglmenu span:nth-child(3) { bottom: 0; left: 0; }
.tglmenu.active span { background: #333; } 
.tglmenu.active span:nth-child(2) { display: none; }
.tglmenu.active span:nth-child(1) { top: 52%; transform: rotate(45deg) translateY(-50%); }
.tglmenu.active span:nth-child(3) { bottom: 43%; transform: rotate(-45deg) translateY(50%); }
#iconv {
    /*background: #ec407a;
	z-index: 5000;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.95);
    position: relative;
    top: -12px;
    left: 5px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.8);*/
	padding-top: 20px;
	opacity: 0;
}
.logo {
    font-family: 'Open Sans', sans-serif;
    color: #039be5;
    font-size: 35px;
    line-height: 24px;
    font-weight: 100;
    margin: 0 0 0px 0;
    display: block;
    float: left;
}
.logo span {
    color: #818181;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

nav#navmenu.hmenu {
    background: #eee;
    position: absolute;
    top: 100%;
    right: -110%;
    z-index: 9;
    width: 100%;
    max-width: 330px;
    padding: 40px 0;
    transition: 0.5s;
}
nav#navmenu.hmenu li a {
    font-size: 16px;
    text-transform: uppercase;
}

nav#navmenu.hmenu.active {
    right: -330px;
}
nav#navmenu.hmenu ul li {
    display: block;
    float: none; 
}
nav#navmenu.hmenu ul li > a {
    display: block;
    padding: 15px 20px;
}
nav#navmenu.hmenu > ul > li > a:hover {
    background: #ddd;
}

nav#navmenu.hmenu ul ul { background: #fc047e; padding: 0 0 10px 0; display: none; }
nav#navmenu.hmenu ul ul li a { color: #fff; padding: 8px 20px; }
nav#navmenu.hmenu ul li.open { background: #fc047e; }
nav#navmenu.hmenu ul li.open > a {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
nav#navmenu.hmenu ul li.open > a:hover {
    background: #fc047e;
}
.fixedheader #navmenu li {
    float: left;    
}
.fixedheader #navmenu {
    float: right;
    padding: 40px 0 0 0 !important;
}
#navmenu {
    display: none;
    font-size: 25px;
}

#navmenu li a {
    font-size: 25px;
    font-weight: 400;
    color: #8b8b8b;
    font-family: 'Open Sans', sans-serif;
}
#navmenu li.activeitem a, #navmenu li:hover a {
    color: #403f3f;
}

.blockrow {
    clear: both;
    padding: 10px 0 15px 0;
    border-bottom: 2px solid #d0d0d0;
    margin:  0 0 20px 0;
}
#pinkbubblewrapgallery {
	color: #d70f59;
	border-bottom: solid 2px #d70f59 !important;
}
#blingblinggallery {
	color:#a4740c;
	border-bottom: solid 2px #a4740c !important;
}
#parasitegallery {
	color: black;
	border-bottom: solid 2px #000 !important;
}
.kmlast {
    float: left;
    width: 31%;
    margin: 0;
    overflow: hidden;	
}
.km120 {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
    overflow: hidden;
}
.km100 {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
    overflow: hidden;
}
.saltit {
    width: 32%;
    float: left;
    margin: 0 0 2% 0;
    overflow: hidden;
}
.imgholder {
    width: 140%;
    height: auto;
}
.imgholder img {
    width: 100%;
    max-width: 390px;
    height: auto;
    float: left;
    opacity:1;
    transition: all .2s ease-in-out;
}
.imgholder img:hover {
    opacity: 0.8;
}
.fixedheader {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 100;
    background: url(../img/fixednavshade.png) 0 bottom repeat-x;
    padding: 0 0 11px 0;
    display: none;
}
.holder {
    background: #fff;
}
.fixedheader .container {
    background: #fff;
    padding: 0px 6px 8px 6px;
    overflow: hidden;
}
/*#header.fixed .topbanner, #header.fixed .blockrow, #header.fixed #iconv, #header.fixed .logo span {
    display: none;
}*/
.fixedheader .logoblock {
    padding:  0 0 0px 0;
}
.fixedheader .logo {
    line-height: 55px;
    margin-top: -5px;
}
.fixedheader .logo span {
    display: none;
}
.fixedmenuitem {
    clear: both;
    display: none;
    margin-left: -10px;
}
.fixedmenuitem a {
    border-right: 2px solid #818181; 
    padding:0 10px; 
    font-family: 'Open Sans', sans-serif;
    line-height: 15px;
    font-size: 20px;
    display: inline-block;
    height: 20px;
}
.fixedmenuitem a.clicked, .fixedmenuitem a:hover {
    color: #403f3f;
}
.fixedmenuitem a:last-child {
    border-right: none;
}
.fixedheader .fixedmenuitem {
    display: block;
}

/*--Menu CSS*/

/*Main Content CSS*/
.container article {
    padding: 0 0 20px 0;
}
.container section {
    border-bottom: 2px solid #d0d0d0;
    margin: 0 0 20px 0;
}
#pinkbubblewrap h2 {
	color: #d70f59;
}
#blingbling h2 {
	color: #a4740c;
}
#negative h2 {
	color: #e2666f;
}
#k100 h2 {
    color: #ec407a;
}
#yellowlayers h2 {
	color: #f9bc05;
}
#parasite h2 {
	color: black;
}
#saltit h2 {
    color: #009688;
}
.photogallery {
     padding: 0 0 20px 0;
}
.imagebox {
    float: none;
    padding: 0 0 10px ;
    margin: 0 auto;
    text-align: center;
}
.imagebox img {
    margin: 0 auto;
    float: none;;
}
.description {
    clear: both;
}

#contact {
    padding: 0 0 0px 0;
}
.container article .email {
    float: left;
    padding: 10px 0px 20px 0;
    font-size: 25px;
    width: 100%;
}
.container article .telephone {
    float: left;
    padding: 0 0px 25px 0;
    font-size: 25px;
    width: 100%;
}
.atsymbol {
    color: #ec407a;
    font-size: 60px;
    line-height: 100px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    padding: 0 20px 0 0;
    display: none;
}
.telsymbol {
    color: #009688;
    font-size: 60px;
    line-height: 100px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    padding: 0 20px 0 0;
    display: none;
}
.bottombanner {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}
.bottombanner img {
    width: 150%;
    margin-left: -50%;
    position: relative;
    left: 50%;
    max-width: 400%;
}

.grid {
    position: relative;
    z-index: 5;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.grid > li {
    overflow: hidden;
}
.grid > li a{
   display: block;
   width: 100%;
   float: left;
}
.grid > li img {
    width: 100%;
    float: left;
    
}
#grid1 > li.thumb1 {
    width: 71.2%;
    max-width: 900px;
    float: left;
    margin: 0 0.4% 0 0;
}
#grid1 > li.thumb1 img {
    margin: 0 0 0.55% 0;
}
#grid1 > li.thumb2 {
    max-width: 359px;
    float: none;
    overflow: hidden;
}
#grid1 > li.thumb2 img {
    margin: 0 0 1.4% 0;
}
#grid1 > li.thumb3 {
    width: 71.2%;
    max-width: 900px;
    float: left;
    margin: 0 0.4% 0 0;
}
#grid1 > li.thumb4 {
    max-width: 359px;
    float: none;
    overflow: hidden;
    margin: 0 0 0.4% 0.4%;
}


#grid2 li.thumb1 {
    width: 43.15%;
    float: left;
    margin: 0 0.2% 0.3% 0;
}
#grid2 li.thumb2 {
    float: none;
    overflow: hidden;
    margin: 0 0 0.4% 0;
}
#grid2 li.thumb3 {
    width: 28.8%;
    float: left;
    margin: 0 0.4% 0.4% 0;
}
#grid2 li.thumb4 {
    width: 29.45%;
    float: left;
    margin: 0 0.4% 0 0;
}

#grid3 li.thumb1 {
    width: 68.85%;
    float: left;
    margin: 0 0.35% 0.2% 0;
}
#grid3 li.thumb2 {
    float: none;
    overflow: hidden;
    margin: 0 0 0.25% 0;
}
#grid3 li.thumb3 {
    width: 56.8%;
    float: left;
    margin: 0 0.3% 0.35% 0;
}
#grid3 li.thumb5 {
    width: 49.8%;
    float: left;
    margin: 0 0.3% 0.35% 0;
}
#grid3 li.thumb6 {
    float: none;
	overflow:hidden;
    margin: 0 0.3% 0.35% 0;
}

#grid4 li.thumb1 {
    float: left;
    margin: 0 0.45% 0.2% 0;
	max-width: 440px;
}
#grid4 li.thumb2 {
    float: none;
    overflow: hidden;
    margin: 0 0 0.25% 0;
}



.photgraph {
    float: right;
    color: #8b8b8b;
    font-size: 12px;
    position: relative;
    z-index: 1;
    top: -10px;
}
a.gallerylink {
    color: #039be5;
    font-weight: 400;
    border-bottom: 1px solid #039be5;
    line-height: 18px;
    font-size: 15px;
    margin: 15px 0 0 0;
}
#p7000 h2 {color: #c2181d;}
#p7000 a.gallerylink {
	color: #c2181d;
    border-bottom: 1px solid #c2181d;
}
#k100 a.gallerylink {
    color: #ec407a;
    border-bottom: 1px solid #ec407a;
}
#saltit a.gallerylink {
    color: #009688;
    border-bottom: 1px solid #009688;
}



/*Footer CSS*/
#footer {
    background: #e8e8e8;
    position: fixed;
    z-index: 50;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
#footer .container {
    padding: 0px;
}
#flinkdesktop {
    display: none;
}
.flinks {
    background: #e8e8e8;
    width: 100%;
    height: 40px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.4);
    border-bottom: 1px solid #adadad;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    z-index: 5;
    position: relative;
}
.flinks a {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 25%;
    float: left;
    transition: all .2s ease-in-out;
    color: #6b6b6b;
}
.flinks a:hover {
    color: #333;
}
.copyright {
    background: #fff;
    font-size: 11px;
    text-align: center;
    padding: 6px 0 4px;
    font-family: 'Open Sans', sans-serif;
    color: #6b6b6b;
}
.copyright span {
    display: none;
}

@media only screen and (max-width: 1700px) {
nav#navmenu.hmenu.active {
    right: 0;
    display: block;
}
}

@media only screen and (max-width: 1024px) {
.flexhead.tophead.sticky {
    padding: 10px 20px;
}	
}

@media only screen and (max-width: 600px) {
	#grid4 li.thumb2 {
		display:  none;
	}
#lightGallery-slider .lightGallery-slide img {
    max-width: 70%!important;
    max-height: 70%!important;
}
}

@media only screen and (min-width: 600px) {

#navmenu {
    display: none;
}


#iconv {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: #03a8f2;
    font-size: 36px;
    line-height: 56px;
    top: -28px;
	z-index: 5000;
    color: #03a8f2;
}
.logo {
    font-size: 42px;
    line-height: 36px;
    margin: 0px 0 20px;
    display: block;
    clear: both;
}
.logo span {
    font-size: 24px;
}
#navmenu li a {
    font-size: 18px;
}
.blockrow {
    padding: 0 0 40px 0;
    margin: 0 0 20px;
    border-bottom: 4px solid #d0d0d0;
}
.km120 {
    margin: 0 2% 0 0;
}
.km100 {
    margin: 0 2% 0 0;
}
.saltit {
    float: left;
    max-width: 390px;
    margin: 0px;
}
h2 {
    font-size: 52px;
    line-height: 70px;
    padding: 0 0 10px 0;
}
p {
    font-size: 18px;
    line-height: 24px;
}
.container article p {
    padding: 0 0 15px 0;
    text-align: justify;
}
.container section {
    border-bottom: 4px solid #d0d0d0;
    margin: 0 0 25px;
}
.photogallery {
    padding:  0 0 40px 0;
}

.atsymbol, .telsymbol {
    display: inline-block;
}
.container article .email {
    font-size: 22px;
    padding: 0 60px 0px 0;
}
.container article .telephone {
     padding: 0 60px 20px 0;
     width: 100%;
}
a.gallerylink {
    font-weight: 700;
    color: #039be5;
    border-bottom: 2px solid #039be5;
    line-height: 22px;
    font-size: 15px;
    margin: 15px 0 0 0;
}
#k100 a.gallerylink {
    border-bottom: 2px solid #ec407a;
}
#saltit a.gallerylink {
    border-bottom: 2px solid #009688;
}



}



@media only screen and (min-width: 800px) {

#navmenu {
    display: block;
}
#footer {
    position: static;
}


#iconv {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: #03a8f2;
    font-size: 36px;
    line-height: 56px;
	z-index: 5000;
    top: -28px;
    color: #03a8f2;
}
.logo {
    font-size: 60px;
    line-height: 46px;
    margin: 25px 0 25px;
    display: block;
    clear: both;
}
.logo span {
    font-size: 30px;
}
#navmenu li a {
    font-size: 25px;
}
.fixedheader .container{
    padding: 0 2.5% 5px;
}
.fixedheader .logo span {
    display: block;
}
.fixedheader .logo {
    line-height: 56px;
    margin-top: 40px;
    margin-bottom: 0px;
    position: relative;
    top: 5px;
}
.fixedheader  #navmenu {
    padding-top: 0px;
}
.fixedheader #navmenu li {
    padding: 0 0 0 37px;
}
.fixedheader .fixedmenuitem {
    float: right;
    clear: right;
}
.fixedheader .fixedmenuitem {
    padding: 35px 0 0 0;
}
.fixedheader .fixedmenuitem a.negative,
.fixedheader .fixedmenuitem a.pinkbubblewrap,
.fixedheader .fixedmenuitem a.blingbling { display: none; } 
.fixedheader .fixedmenuitem a.parasite {
    background: url(../img/projects_links.png) 0 0 no-repeat;
    width: 139px;
    height: 54px;
    display: block;
    float: left;
    text-indent: -99999px;
    border-right: 0px;
    margin-left: 30px;
}
.fixedheader .fixedmenuitem a.p7000i {
    background: url(../img/7000/7000.png);
    width: 127px;
    height: 54px;
    display: block;
    float: left;
    text-indent: -99999px;
    border-right: 0px;
    margin-left: 30px;
}	
.fixedheader .fixedmenuitem a.ietm120km {
    background: url(../img/projects_links.png) -191px 0 no-repeat;
    width: 127px;
    height: 54px;
    display: block;
    float: left;
    text-indent: -99999px;
    border-right: 0px;
    margin-left: 30px;
}
.fixedheader .fixedmenuitem a.ietm100k {
    background: url(../img/projects_links.png) -361px 0 no-repeat;
    width: 127px;
    height: 54px;
    display: block;
    float: left;
    text-indent: -99999px;
    border-right: 0px;
    margin-left: 30px;
}
.fixedheader .fixedmenuitem a.ietmsaltit {
    background: url(../img/projects_links.png) -537px 0 no-repeat;
    width: 127px;
    height: 54px;
    display: block;
    float: left;
    text-indent: -99999px;
    border-right: 0px;
    margin-left: 30px;
}
.blockrow {
    padding: 0 0 50px 0;
    margin: 0 0 20px;
    border-bottom: 4px solid #d0d0d0;
}
.km120 {
    margin: 0 2% 0 0;
}
.km100 {
    margin: 0 2% 0 0;
}
.saltit {
    float: left;
    max-width: 390px;
    margin: 0px;
}
a.gallerylink {
    font-size: 22px;
}

.container article p {
    padding: 0 0 15px 0;
    text-align: justify;
}
.container section {
    border-bottom: 4px solid #d0d0d0;
    margin: 0 0 40px;
}
.photogallery {
    padding:  0 0 40px 0;
}
.imagebox {
    float: right;
    padding: 0 0 30px 30px;
}
.imagebox img {
    float: right;
}
.description {
    clear: none;
}
.atsymbol, .telsymbol {
    display: inline-block;
}
.container article .email, .container article .telephone {
    font-size: 22px;
    padding: 0 60px 20px 0;
    clear: none;
    width: auto;
}
#footer {
    padding: 0 2.5%;
}
.flinks {
    box-shadow: none;
    border-bottom: none;
    float: left;
    width: auto;
}
.flinks {
    padding: 13px 0 0;
}
.flinks a {
    padding:  0 20px 0 20px;
    border-right: 2px solid #7c7c7c;
    line-height: 20px;
    width: auto;
}
.flinks a:first-child {
    padding-left: 0px;
}
.flinks a:last-child {
    border-right: none;
}
.copyright {
    float: right;
    font-size: 20px;
    background: transparent;
}

}

@media only screen and (min-width: 1260px) {

#navmenu {
    display: block;
}


#iconv {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: #03a8f2;
    font-size: 36px;
    line-height: 56px;
	z-index: 5000;
    top: 12px;
    color: #03a8f2;
}
.logo {
    font-size: 60px;
    line-height: 46px;
    margin: 25px 0 25px;
    display: block;
    clear: both;
}
.logo span {
    font-size: 30px;
}
.fixedheader .container{
    padding: 0 6px 5px;
}
.blockrow {
    padding: 0 0 50px 0;
    margin: 0 0 20px;
    border-bottom: 4px solid #d0d0d0;
}
.km120 {
    margin: 0 2.5% 0 0;
}
.km100 {
    margin: 0 2% 0 0;
}
.saltit {
    float: right;
    max-width: 390px;
    margin: 0px;
}
h2 {
    font-size: 60px;
    line-height: 100px;
    padding: 0 0 20px 0;
}
p {
    font-size: 22px;
    line-height: 30px;
}
.container article p {
    padding: 0 220px 15px 0;
    text-align: justify;
}
.container section {
    border-bottom: 4px solid #d0d0d0;
    margin: 0 0 40px;
}
.photogallery {
    padding:  0 0 40px 0;
}
.imagebox {
    float: right;
    padding: 0 0 30px 30px;
}
.atsymbol, .telsymbol {
    display: inline-block;
}
.container article .email, .container article .telephone {
    font-size: 22px;
    padding: 0 60px 20px 0;
}
.bottombanner {
    display: none;
    padding-bottom: 40px;
}
#contact {
    padding-bottom: 50px;
}
.flinks {
    box-shadow: none;
    border-bottom: none;
    float: left;
    width: auto;
}
.flinks {
    padding: 13px 0 0;
    display: none;
}
.flinks a {
    padding:  0 20px 0 20px;
    border-right: 2px solid #7c7c7c;
    line-height: 20px;
}
.flinks a:first-child {
    padding-left: 0px;
}
.flinks a:last-child {
    border-right: none;
}
.copyright {
    float: right;
    font-size: 20px;
    background: transparent;
}
.copyright span {
    display: inline;
}
#flinkdesktop.flinks {
    display: block;
}
#header.fixed .container{
    padding: 0 6px 8px;
}


}


@media only screen and (min-width: 600px) and (max-width: 1259px) {
.container {
    padding: 0 2.5%;
}
}


/*Print CSS*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
