/* browser reset */

html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
} 
del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
} 
table {
  border-collapse: collapse;
  border-spacing: 0;
} 
input::-ms-clear {
  display: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
} 
input, select {
  vertical-align: middle;
} 
.clear:after {
  content: "";
  display: block;
  clear: both;
} 
.left {
  float: left !important;
} 
.right {
  float: right !important;
}
.ltr {
  direction: ltr !important;
}

:-ms-input-placeholder{color:#000;}
::-webkit-input-placeholder{color:#000;opacity: 1;}
::-moz-placeholder{color:#000;opacity: 1;}

/* Fonts */

@font-face {
	font-family: 'miriammfbold';
	src: url('../fonts/miriam-bold.eot');
	src: url('../fonts/miriam-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/miriam-bold.woff') format('woff'),
		url('../fonts/miriam-bold.ttf') format('truetype'),
		url('../fonts/miriam-bold.svg#miriammfbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'miriammfmedium';
	src: url('../fonts/miriam-medium.eot');
	src: url('../fonts/miriam-medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/miriam-medium.woff') format('woff'),
		url('../fonts/miriam-medium.ttf') format('truetype'),
		url('../fonts/miriam-medium.svg#miriammfmedium') format('svg');
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'miriammfmono';
	src: url('../fonts/miriammono-normal.eot');
	src: url('../fonts/miriammono-normal.eot?#iefix') format('embedded-opentype'),
		url('../fonts/miriammono-normal.woff') format('woff'),
		url('../fonts/miriammono-normal.ttf') format('truetype'),
		url('../fonts/miriammono-normal.svg#miriammfmono') format('svg');
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'miriammfposter';
	src: url('../fonts/miriamposter-normal.eot');
	src: url('../fonts/miriamposter-normal.eot?#iefix') format('embedded-opentype'),
		url('../fonts/miriamposter-normal.woff') format('woff'),
		url('../fonts/miriamposter-normal.ttf') format('truetype'),
		url('../fonts/miriamposter-normal.svg#miriammfposter') format('svg');
	font-weight: normal;
	font-style: normal; 
} 

/* Go structure */ 

body {
  background: #2a1205;
  color: #6f5448;
  font-family: 'miriammfmedium', arial ,serif;
  font-size: 14px;
  line-height: 1.2;
  min-width: 320px;
}
a {
	outline: 0 none;
	text-decoration: none;
	color: #6f5448;
}
#wrap {
	left: 0;
	min-height: 100%;
	position: absolute;
	top: 0;
	width: 100%; 
	overflow: hidden;
}
#wrap .in {
	direction: rtl;
}
#backgrounds {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
}
#backgrounds > div {
  height: 407px;
  position: relative;
  width: 2000px;
  margin: 0 auto;
  margin: 0;
  padding: 0;
}
#backgrounds > div img { 
  max-width: 2000px;
  position: absolute;
  width: 2000px;
  display: block; 
  margin: 0;
  padding: 0;
}

/* Header */

#header {
	overflow: hidden;
	width: 78%;
	float: left;	
	padding: 37px 0;
}
.mob-menu {
	background:url(../images/icon-mobmenu.png) no-repeat;	
	display: none;
	width: 50px;
	height: 29px;
	cursor: pointer;
	margin: 14px 10px 0 0;
	float: right;
} 
#sidebar .mob-menu {
  position: absolute;
  right: 24px;
  top: 20px;
  z-index: 5;
}
.logo {
	float: left;
}
.social {
	float:right;
}
.social li {
	float: right;
	list-style: none;
	margin: 0 0 0 20px;
} 
.social li a:hover {
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
}
.container {
  margin: 0 auto;
  position: relative;
  max-width: 1150px;
  z-index: 3;
  padding: 0 0 50px;
}
#content {	
  position: relative;
  width: 78%;
  float: left;
  padding-bottom: 50px;
}
.homepage #content {
	padding: 0;
}
#parallax {
	position: relative;
	min-height: 1465px;
}
.homepage .section {
	position: absolute; 
}
#parallax > div {
  opacity: 0;  
}
.flex-disabled {
	display: none;
}
  
.section .in {
	position: relative;
}
.homepage .section {
	position: absolute;  
}
.homepage .section-2  {
	height: 322px;
}

.homepage .section-2 a   {
	display: block;
}
.homepage .section-2 a img {
	display: block;
	width: 100%;
	height: auto;
}
.section-1 {
	z-index: 3;
	width: 65%;
}
.section-1 .block .in {
	font-family: 'miriammfmedium';
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.section-2 { 
	left: 1.5%;
	width: 26%;
}
.section-2 img {
	width: 100%;
	height: auto;
	display: block;
}
.section-3 {
        margin-top: 3%;
	width: 29%;
	left: 10%;
	color: #000;
	z-index: 3;
	overflow: hidden;
}
.section-7 {
	min-height: 214px;
	min-width: 250px;
}
.slider-01 {
	background-color: #e4b8b6;
	border: 2px solid #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 15px;
	font-size: 14px;
	font-family: 'miriammfbold';
	overflow: hidden;
}
.flexslider figure {
	position: relative;
}
.slider-01 figure a {
	position: relative;
	display: block;
	margin: 0 0 10px;
}
.slider-01 .slides {
	overflow: hidden;
}
.flexslider .slides {
  overflow: hidden;
}
.slider-01 h3 {  
  font-size: 18px;
  font-weight: normal;
}
.slider-01 h3 a {
	text-decoration: none;
	color: #000;
}
.slider-01 .slides img {
	width: 100%;
	height: auto;
	display: block;
	margin: 5px 0 10px;
}
.slider-01 .flex-direction-nav {
	overflow: hidden;
	margin: 5px 0 0;
}
.homepage .slider-01 .flex-direction-nav a {
	position: static;
	top: 0;
	margin: 0;
}
.homepage .slider-01 .flex-direction-nav a.flex-prev {
	margin: 0 10px 0 0; 
}
.slider-01 .flex-direction-nav li  {
	float:left;
}
.slider-02 .flex-control-nav li {
	float:left;
}
.slider-01 .flex-prev {
	background: url(../images/arrows-01.png) no-repeat;
	float: left;
	height: 18px;
	text-indent: -9999px;
	width: 15px;	
}
.slider-01 .flex-next {
	background: url(../images/arrows-01.png) no-repeat 100% 0;
	float: left;
	height: 18px;
	text-indent: -9999px;
	width: 15px;	
	margin-left: 10px;
}
.slider-01 .flex-next:hover,
.slider-01 .flex-prev:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.section-4 {
	left: -5%;
	width: 58%;
        margin-top: 9%;
	z-index: 4;
	box-shadow: 0 0 6px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5); 
	background-color: #000;
	overflow: hidden;
	padding-bottom: 10px !important;
	padding: 1.3%;
}
.homepage .section-4,
.homepage .section-4 .flexslider figure {
	overflow: hidden;
} 
.section-4-wrapper {
	background-color: #000;
	opacity: 0;
}
.slider-02 { 
	/*padding: 10px;*/
	max-width: 100%;
	overflow: hidden;
}
/*.slider-02 .slides img {
	width: 100%;
	height: auto;
	display: block;
}*/
.slider-02 .slides img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slider-02 .flex-control-nav {
	float: left;
	margin-top: 10px;
	z-index: 555;
	position: relative;
}
.slider-02 .flex-control-nav li {
	float: right;
}
.slider-02 .flex-control-nav a {
	background: url(../images/bullets-01.png) no-repeat 100% 0;
	cursor: pointer;
	float: right;
	height: 21px;
	left: 0;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	width: 22px;
}
.slider-02 .flex-control-nav a.flex-active {
	background-position: 0 0;
}
.section-5 {
	background-color: #e30076;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #e9e5de;
	overflow: hidden;
	width: 45%;
	font-family: 'miriammfbold';
	text-align: left;
	right: -4%;
}
.section-5 .top {
	border-bottom: 3px dotted #fff; 
	font-size: 30px;
}
.section-5 .top strong, 
.section-5 .top a { 
	display: block;
	font-size: 50px;
	line-height: 1em;
    text-decoration:none;
    color:#e9e5de;
}
.section-5 .top,
.section-5 .bottom {
	padding: 20px 15px 10px 80px;
}
.section-5 .bottom {
	font-size: 20px;
	padding-bottom:  15px;
}
.section-5 .bottom strong {
	font-family: 'miriammfbold';
	font-size: 25px;
	display: block;
}
.section-6 {
	width: 45%;
	left: 2.2%;
        margin-top: 15%;
}
.section-6 .top {
	background: url(../images/bg-06.png) repeat-x 0 0;
	height: 8px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.section-6 .bottom {
	background: url(../images/bg-07.png) repeat-x 0 100%;
	height: 9px;
	width: 100%;
	position: absolute;
	bottom: -9px;
	left: 0;
	z-index: 5;
}
.section-6 .right {
	background: url(../images/bg-08.png) repeat-y 100% 0;
	height: 102%;
	width: 11px;
	position: absolute;
	top: 3px;
	right: 0;
	z-index: 2;
}
.section-6 .left {
	background: url(../images/bg-09.png) repeat-y 0 0;
	height: 100%;
	width: 8px;
	position: absolute;
	top: 2px;
	left: 0;
}
.section-6 .text {
	background: url(../images/img-05.png) no-repeat 100% 0 #ffd800;
	padding: 50px 50px 55px;
	position: relative;
	color: #330000;
	font-size: 18px;
}
.section-6 .decor {
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 9px;
	top: 8px;
	right: 7px;
	z-index: 4;
}
.section-6 .decor img {
	height: 100%;
	width: auto;
}
.google-map {
  height: 214px;
}
.section-7 {
	right: 10%;
	width: 30%;
        margin-top: 7%;
	padding: 6px;
	background: #e8e0db;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* About page */

.about-page .block-green .in {
	font-family: 'miriammfbold';
	font-size: 16px;
	color: #fff;
	font-weight: 500;
} 
.block .in:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.about-page .block-pink .in {
	color: #000;
	font-size: 16px;
}
.about-page .sec-01  { 
	width: 32%;
	float:left;
}
.about-page .sec-01 .right {
	top: 0; 
}
.about-page .sec-02 {
	float:right;
	width: 65%;
} 
.about-page  .flexslider {
	 margin-bottom: 15px;
} 

/* Menus page */

.menus-page .columns .col {
	float: left;
	margin-right: 4%;
	width: 44.5%;
}
.menus-page .columns .col img {
	max-width: 100%;
	height: auto;
		display: block; 
}
.menus-page .columns .col-3 {
	margin-right: 0;
	float: right;
	width: 31%;
}
.menus-page .columns .flexslider .slides img{ 
	margin: 0 0 10px;
}
.menus-page .columns .block .in {
	font-size: 16px;
}
#MenusListDiv {
	float: left;
	width: 68%;
}
 

/* Contact page */

.contact-page .columns {
	overflow: hidden;
}
.contact-page .column-left {
	width: 35%;
	margin: 0 0 0 16.5%;
	float: left;
}
.contact-page .column-right {
	float: right;
	width:  37%;
	margin: 0 5% 0 0;
}
.contact-page .google-map {
	height: 338px;
	border: 5px solid #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top:  45px;
	background: #fff;
}
.contact-page  h1 {
	font-size: 22px;
	color: #fff;
	margin: 0 0 20px;
}
h1 {
	font-family: 'miriammfbold';
}
input.text,
textarea.text  {
	font-family: 'miriammfmedium';
	padding: 7px 10px;
	margin: 0;
	width: 100%;
	font-size: 18px;
	border: none;
	box-sizing: border-box;
}
textarea.text {
	overflow-y: auto;
	resize: none;
	height: 134px;
}
form .form-line {
	margin: 0 0 10px;
}
input.submit {
	font-family: 'miriammfbold';
	padding: 6px 10px 0;
	margin: 0;
	line-height: 1em;
	font-size: 22px;
	color: #fff;
	border: none;
	background: #e5322d;
	float: left;
	cursor: pointer;
}
input.submit:hover {
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
} 
.banner {
	margin: 0 7% 0 0;
	clear: both;
	width:  75%;
	margin-top:  45px;
}
.banner .top {
	background: url(../images/banner-top-bg.png) repeat-x 0 0;
	height: 19px;
	position: relative;
}
.banner .top .left {
	background: url(../images/banner-top-left-bg.png) no-repeat;
	width: 13px;
	height:  19px;
	position: absolute;
	top: 0;
	left: -13px;
}
.banner .top .right {
	background: url(../images/banner-top-right-bg.png) no-repeat;
	width: 17px;
	height:  19px;
	position: absolute;
	top: 0;
	right: -17px;
}
.banner .middle {
	background: url(../images/banner-middle-bg.png) repeat;
	position: relative;
	min-height: 30px;
}
.banner .middle .left {
	background: url(../images/banner-middle-left-bg.png) no-repeat;
	width: 13px;
	position: absolute;
	top: 0;
	left: -13px;
	height: 100%;
}
.banner .middle .right {
	background: url(../images/banner-middle-right-bg.png) no-repeat;
	width: 17px;
	position: absolute;
	top: 0;
	right: -17px;
	height: 100%;
}
.banner .bottom {
	background: url(../images/banner-bottom-bg.png) repeat-x 0 0;
	height: 19px;
	position: relative;
}
.banner .bottom .left {
	background: url(../images/banner-bottom-left-bg.png) no-repeat;
	width: 13px;
	height:  19px;
	position: absolute;
	top: 0;
	left: -13px;
}
.banner .bottom .right {
	background: url(../images/banner-bottom-right-bg.png) no-repeat;
	width: 17px;
	height:  19px;
	position: absolute;
	top: 0;
	right: -17px;
}
.banner .columns {
	padding: 0 10px;
}
.banner .col {
	font-family: 'miriammfbold';
	float: left;
	text-align: center;
	color: #e5322d;
}
.banner .col a {
	color: #e5322d;
}
.banner .col-1 {
	width: 32%;
}
.banner .col-1 img {
	max-width: 100%;
	height: auto;
}
.banner .col-2 {
	width: 35%;
	margin: 0 2%;
	font-size: 25px;
	padding: 5px 0 0;
}
.banner .col-2 h3 {
	font-size:  45px;
	line-height: 1em;
}
.banner .col-3 {
	width: 28%;
	font-size: 20px;
	float: right;
	padding: 15px 0 0;
	line-height: 1.3em;
}

/* Gallery page */

.gallery-container { 
	background: #000;
	padding: 10px;
}
.gallery-container .slides img {
	width: 100%;
	height: auto;
	display: block;
}
.gallery-container {
	direction: ltr;
}
#slider {
	margin: 0 0 8px;
}
#carousel {
	padding: 0 9.6%;
	overflow: hidden;
}
#carousel .slides li .in {
	width: 96px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	border: 2px solid #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#carousel .slides li.flex-active-slide .in {
	border: 2px solid #fff;
}
#carousel .flex-prev,
#carousel .flex-next {
	position: absolute;
	top: 50%;
	margin-top: -16px;
}
#carousel .flex-prev {
	background: url(../images/arrows-02.png) no-repeat 100% 0 ;
	right: 6%;
	height: 33px;
	text-indent: -9999px;
	width: 20px;	
}
#carousel .flex-next {
	background: url(../images/arrows-02.png) no-repeat;
	left: 6%;
	height: 33px;
	text-indent: -9999px;
	width: 20px;	
}
#carousel .flex-next:hover,
#carousel .flex-prev:hover { 
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.flexslider .slides img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#carousel .slides img {
	cursor: pointer;
}

/* Blocks */

.block-white {
	background: url(../images/block-white-top.png) no-repeat;
	width: 100%;
	position: relative;
	z-index: 1;
}
.block-white .in {
	background: url(../images/block-white-bottom.png) 100% 100% no-repeat;
	top: 4px;
	right: -6px;
	padding: 15px 20px 20px 16px;
	position: relative;
	z-index: 2;
	min-height: 30px;
}
.block .in >  img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 10px;
}
.block {
  width: 100%;	
}
.block-green {
	background: url(../images/block-green-top.png) 100% 0 no-repeat; 
	position: relative;
	z-index: 1;
}
.block-green .in {
	background: url(../images/block-green-bottom.png) 0 100% no-repeat;
	min-height: 30px;
	padding: 15px 13px 20px 16px;
	position: relative;
	right: 4px;
	top: 4px;
	z-index: 2; 
	color: #fff;
} 
.block .in .corner-one,
.block .in .corner-two {
	background: url(../images/bg-white.png) repeat; 
	width: 4px;
	height: 4px;
	position: absolute;
}
.block .in .corner-one {
	top: -4px;
	left: 0;
}
.block .in .corner-two {	
	bottom: 0;
	right: -4px;
}
.block-pink {
	background: url(../images/block-pink-top.png) 100% 0 no-repeat;
	width: 100%;
	position: relative;
	z-index: 1;
}
.block-pink .in {
	background: url(../images/block-pink-bottom.png) 0 100% no-repeat;
	min-height: 30px;
	padding: 15px 13px 20px 16px;
	position: relative;
	right: 4px;
	top: 4px;
	z-index: 2; 
	color: #fff;
}  
.block-red {
	background: url(../images/block-red-top.png) 100% 0 no-repeat;
	width: 100%;
	position: relative;
	z-index: 1;
}
.block-red .in {
	background: url(../images/block-red-bottom.png) 0 100% no-repeat;
	min-height: 30px;
	padding: 15px 13px 20px 16px;
	position: relative;
	right: 4px;
	top: 4px;
	z-index: 2; 
	color: #fff;
}   
.block-yellow {
	background: url(../images/block-yellow-top.png) 100% 0 no-repeat;
	width: 100%;
	position: relative;
	z-index: 1;
}
.block-yellow .in {
	background: url(../images/block-yellow-bottom.png) 0 100% no-repeat;
	min-height: 30px;
	padding: 15px 13px 20px 16px;
	position: relative;
	right: 4px;
	top: 4px;
	z-index: 2; 
	color: #fff;
}   

/* Publication page */

.publications-page .block-white {
	margin: 0 0 15px;
}
.publications-page .entry {
	overflow: hidden;
	font-size: 16px;
	color: #000;
}
.publications-page .entry .image-holder {
	float: right;
	margin: 0 0 0 20px;
	height: 106px;
	width: 106px;
	border: 1px solid #b5b5b5;
}
.publications-page .entry .image-holder div {
	position: relative;
	height: 102px;
	width: 102px;
	margin: 2px;
	background: #fff;
}
.publications-page .entry .image-holder div a {
	position: relative;
	height: 102px;
	width: 102px;
	display: block;
}
.publications-page .entry .text-holder {
	overflow: hidden; 
}
.publications-page .entry .image-holder img.hor {
	width: 102px;
	height: auto;
	position: relative;
	top: 50%;
}
.publications-page .entry .image-holder img.vert {
	width: auto;
	height: 102px;
	position: relative;
	top: 50%;
}
.publications-page .entry h2,
.publications-page .entry h2 a,
.publications-page a {
	color: #e5322d;
}
.publications-page .entry h2 {
	font-size: 20px;
	margin: 0 0 13px;
}
.publications-page .col-1 {
 float:left;
 width:62.5%; 
}
.publications-page .col-2 {
 float:right;
 width: 32%; 
}
.publications-page .col-2 .in {
 font-size: 16px;
 color: #000;
}
.publications-page .col-2 .in img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 0 10px;
}
  
/* Sidebar */ 

#sidebar { 
  width: 20%;
  float: right;
  position: relative;
}
#sidebar .in {
	background: url(../images/sidebar-bg.png) no-repeat center bottom; 
	float: right;
	padding: 38px 40px 280px 14px;
	position: fixed;
	width: 161px;
}
.navi li {
	background: url(../images/sep-01.png) no-repeat right bottom; 
	padding: 12px 0 14px;
}
.navi a {
	text-decoration: none;
	font-family: 'miriammfbold';
	font-size: 18px;
	color: #999;
}
.ie7 #sidebar .image-holder {
	left: 25px;
	margin-left: 10px;
}
.navi li.active a,
.navi li a:hover {
	color: #000;
}
#sidebar .image-holder {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -82px;
}

.ie7 body {
	man-width: 1200px;
	margin: 0 auto;
}

/* Meadia queries */

@media screen and (max-width: 1259px) {
	
	#content {
		width: 76%;
	}
	.section-4 {
		left: 0;
	}
	.section-2 {
		left: 0;
	}
}

@media screen and (max-width: 1099px) {
	
	#content {
		width: 76%;
	}
	.section-4 {
		left: 0;
	}
}

@media screen and (max-width: 1024px) {
	
	.section-1 {
		top: 32px;
	}
	.section-2 {
    top: 39px;
   } 
  .section-3 {
    top: 400px;
  }
  
  .section-4 {
    top: 750px;
  }
  .section-5{
    top: 870px;
    z-index: 10;
  }
  .section-6{
    top: 1140px;
  }
  .section-7{
    top: 1160px;
  }
	
	.container {
		margin: 0 3%;
	}
	#sidebar {
    right: -13px;
    position: absolute;
    z-index: 99999;
    top: 0;
    display: none;
  } 
  .mob-menu {
		display: block;
	}
  #sidebar .in {
		position: absolute;
	}
	#content {
    float: none;
    width: auto;
	} 
	#header {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
  .logo {
    width: 40%;
  }
  .logo img {
		max-width: 100%;
		height: auto;
	}
	.section-1 {
		width: 70%;
	}
	.section-6 {
    width: 42%;
  }
  .section-3 {
    left: 3%;
    width: 33%;
  }
  .social {
    float: left;
    margin: 3px 0 0 24px;
  }  
  .social li {
    float: right;
    list-style: none outside none;
    margin: 0 0 0 6px;
  }
  .section-7 {
    right: 4%;
    width: 37%;
  }
  #sidebar .in {
    padding: 71px 33px 280px 14px;
    width: 166px;
  }
  .section-5 .top strong {
		font-size: 42px;
	}
	.section-5 .top {
		font-size: 22px;
	}
	.section-5 .bottom strong {
    font-size: 22px;
    margin: 0 0 6px;
   }
   .section-5 {
	 	width: 42%;
	 }
	 .section-5 .top, .section-5 .bottom {
    padding: 20px 15px 10px 40px;
   }
   .section-4 {
	 	width: 50%;
	 }
	 .contact-page .column-left {
     float: left;
     margin: 0;
     width: 45%;
   }
   .contact-page .column-right {
     margin: 0;
    width: 45%;
   }
   .banner {
     margin: 45px 2%;
     width: auto;
   }
   .banner .col-2 h3 {
    font-size: 29px;
   }
   .banner .col-2 {
    font-size: 18px;
    margin: 0 2%;
    padding: 23px 0 0; 
   }
   .banner .columns {
	 	 padding: 0;
	 } 
	.banner .col-3 {
    font-size: 14px;
    padding: 23px 0 0;
	} 
}

@media screen and (max-width: 767px) { 
  .logo {
    width: 47%;
  }
  .social li img {
		height: 35px;
		width: auto;
	}
	.navi a {
		font-size: 17px;
	}
	.navi li {
    padding: 5px 0 8px;
  }
  #sidebar .in {
    padding: 71px 33px 231px 14px;
    width: 166px;
  }
	/*.menus-page .columns .col-3 {
    float: left;
  }*/
}

@media screen and (max-width: 600px) { 
	.homepage .section {
		position: static;
		float: none;
		width: auto;
	}
	#parallax > div {
		margin: 0 0 20px; 
	}
	#parallax > div img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
	.section-6 {
    left: 0;
    position: relative !important;
    top: 0;
  }
  .section-1 .block .in {
		font-size: 15px;
	}
	.section-6 .text {
    font-size: 16px;
    padding: 20px 20px 10px;
  }
  .social {
		height: 30px;
	} 	
	.logo {
	  width: 90%;
	  padding: 0 5%;
	}
	.social  img {
	 	height: 27px;
	 	width: auto;
	 	display: block;
	} 
	.section-5 .top strong {
    font-size: 28px;
  }
  .mob-menu {
		margin: 2px 10px 0 0;
	}
	.social {
		margin-left: 0;
	}
	.mob-menu {
    margin: 6px 10px 0 0;
  } 
	#backgrounds > div {
	  height: 408px;
	  width: 100%;
	}
	.navi a {
		font-size: 16px;
	}
	.navi li {
    padding: 6px 0 7px;
  }
  #sidebar .image-holder {
		display: none;
	}
	#sidebar .in {
    padding: 71px 33px 71px 14px;
    width: 166px;
  }
  .about-page .sec-01 {
    width: 99%;
  }
  .about-page .block .in > img {
    float: right;
    margin: 0 0 0 3%;
    max-width: 31%;
  }
  .about-page .sec-02 {
    margin: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .about-page .block-green .in,
  .about-page .block-pink .in {
		font-size: 14px;
	} 
	.publications-page .col-1,
	.publications-page .col-2 {
     float: none;
     width: 100%;
   }
   .block-yellow .flexslider {
	    margin: 0;
	    padding: 0;
	    width: 34%;
	    float: right;
	    margin: 0 0 0 20px;
   }
   .block-yellow .flexslider {
	    margin: 0;
	    padding: 0;
	    width: 95px;
	    float: right;
	    margin: 0 0 0 20px;
   }
   .publications-page .entry h2 {
	 	font-size: 15px;
	 }
	 .section-4-wrapper {
	 	margin-top: 20px;
	 }
	 .publications-page .col-2 {
	  width: 97%;
	  margin: 0 0 20px;
	}
  #backgrounds > div {
	  margin: -1px auto 0;	  
  } 
  
}

@media screen and (max-width: 480px) { 
  .about-page .block .in > img {
    margin: 0 0 0 4%;
    max-width: 41%;
  }
  .banner .col {
		text-align: left;
	}
  .banner .col-2 {
   font-size: 14px;
  }
  .banner .col-2 h3 {
    font-size: 19px;
  }
  .banner .col {
	 width: 100%;
	 float: none;
	 padding: 0;
	 margin: 0;
	}
  .banner .col-2 {
		padding: 16px 0 0;
	 width: auto;
	}
	.banner .col-3 {
    padding: 16px 0 0;
    width: auto;
  } 
  .banner {
    margin: 20px auto;
    width: 90%;
  }
  .contact-page .column-left,
  .contact-page .column-right {
		width: auto;
		float: none;
		margin: 0 0 30px;
	}
	.contact-page h1 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  input.text, textarea.text {
		font-size: 15px;
	}
	input.submit {
		font-size: 16px;
	}
	#carousel .flex-next {
		left: 0;
	}
	#carousel .flex-prev {
		right: 0;
	} 
	.menus-page .columns .block .in,
	.publications-page .entry {
		font-size: 14px;
	}
	#MenusListDiv {
		width: 100%;
		float: none;
	}
	.menus-page .columns .col-3 {
    clear: both;
    float: left;
    width: 45%;
  }
  .menus-page .columns .col {
		margin-bottom:  15px;
	}
	.menus-page .columns .col-3 {
    clear: both;
    float: none;
    margin-right: 7%; 
  } 
  .about-page .block.block-green .in > img {
    display: block;
    float: none;
    height: auto;
    margin: 0 0 15px;
    max-width: 100%;
    width: 100%; 
  } 
  .block-yellow .flexslider {
		width: 100%; 
		margin: 0 0 15px;
		float: none; 
	}
	.publications-page .entry .text-holder {
		overflow: visible;		
	}
	.banner .col-2,
	.banner .col-3 {
		text-align: right;
	}
 
}
@media screen and (max-width: 380px) { 
   .menus-page .columns .col {
		width: 200px;
		float: none;
		margin: 0 auto 20px;
	} 
	 
	 
}

  