/*

  Bomb Mediaproduktion - CSS 2013
  

  ---

  0.  CSS Normalize
  1.  Layout
  2.  Typo
  3.  Portfolios
  4.  Contact
  5.  UI Elements: buttons, columns etc.
  6.  Media Elements: slides, video
  7.  CSS3 Animations & FXs
  8.  Media Queries & Responsiveness

*/
/*--------------------------------------------------------------------------
  0.  CSS Normalize - http://necolas.github.com/normalize.css
/*------------------------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.group:before,.group:after{content:'';display:table}.group:after{clear:both}
/*--------------------------------------------------------------------------
  1.  Layout
/*------------------------------------------------------------------------*/
html,
body {
  background-image:url('img/bg.png');
  color: #4c4c4c; /* basic text colour */
  height: 100%;
  width: 100%;
}
.wrap {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px;
  position: relative;
}
.head {
  height: 60px;
  position: relative;
  text-align: center;
  width: 100%;
}
.head,
.head a {
  color: #232024; /* colour 2nd meny row */
}
.head.top {
  background-image:url('img/bg.png');
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
}
.head.top ol {
  padding-top: 20px; /* padding 2nd meny row */
}
.head.fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.head.fix .logo {
  -webkit-transition: margin-top 0.2s ease-in;
  -moz-transition: margin-top 0.2s ease-in;
  -o-transition: margin-top 0.2s ease-in;
  -ms-transition: margin-top 0.2s ease-in;
  transition: margin-top 0.2s ease-in;
  /* margin-top: -5px; */
}
.head.alt,
.head.alt a {
  color: #232024; /* colour 1st meny row */
}
.head .logo {
  position: absolute;
  top: 23px;
  left: 20px; /* padding left logo, both */
}
.head .social {
  position: absolute;
  top: 3px;
  right: 0px; /* padding right social icons, both */
}
.head ol {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 30px; /* padding 1st meny row */
}
.head ol>li {
  margin: 0;
}
.head ol.menu li { /* font + underscore line @ 2nd meny row */
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 10px;
  padding: 0;
  padding-bottom: 0px;
  text-transform: uppercase;
  color: #205b8f;
}
.head ol.menu li.active {
  border-bottom: 2px solid; /* thickness underscore line @ 2nd meny row */
}
.head ol.menu li a {
  text-decoration: none;
}
.head ol.social li {
  float: left;
}
.head ol.social li a {
  padding: 0 0.5em;
}
.section {
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* min-height: 100%; */
  padding-bottom: 20px;
  padding-top: 60px;
  width: 100%;
}
.multipage .section {
  padding-bottom: 0;
}
.section .foot .l {
  float: left;
}
.section .foot .r {
  float: right;
}
.section.full {
  margin: 0;
  min-height: 100%;
  padding: 0;
}
.section .title { /* settings for section titles */
  padding: 10px 0 0px;
  margin: 0px 0 10px;
}
.section .bg-container,
.section .map-container {
 /* background: #4c4c4c; /* bg-colour for main dark container */
  background-image:url('img/bg2.png');
  color: #4e4e4e;
  position: relative;
  overflow: hidden;
}

.section .bg2-container,
.section .map2-container {
 /* background: #4c4c4c; /* bg-colour for main blue container */
  background-image:url('img/bg3.png');
  color: #205b8f;
  position: relative;
  overflow: hidden;
}
.section .bg3-container,
.section .map3-container {
 /* background: #4c4c4c; /* bg-colour for main dark container */
  background-image:url('img/bg2.png');
  color: #4e4e4e;
  position: relative;
  overflow: hidden;
}


.section .bg-container .post,
.section .map-container .post {
  padding-bottom: 40px; /* padding for main dark container */
}

.section .bg-container:after,
.section .map-container:after,
.section .bg-container:before,
.section .map-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: inset 0 4px 7px rgba(0,0,0,0.1);
  box-shadow: inset 0 4px 7px rgba(0,0,0,0.1);
}
.section .bg-container:before,
.section .map-container:before {
  bottom: 0;
  top: auto;
  z-index: 1;
  -webkit-box-shadow: inset 0 -4px 7px rgba(0,0,0,0.1);
  box-shadow: inset 0 -4px 7px rgba(0,0,0,0.1);
}
.section .bg3-container:before,
.section .map3-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image:url('img/bg-waves.png');
}
.post { /* general padding */
  padding-top: 20px;
  padding-bottom: 20px;
}
.post a { /* general link style */
  color: #303030;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post p,
.post blockquote,
.post table {
  margin: 0 auto 20px;
}
.post img.rwd {
  margin: 10px 0;
}
.post img {
  max-width: 100%;
}
.mobile {
  display: none;
}
#map.bg,
img.bg {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}
#map.bg {
  height: 100%;
  background: #e1ded9 !important; /* light colour to match image */
}
.map-container {
  height: 300px;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clear.fat {
  padding-top: 20px;
}
hr { /* settings last bottom line */
  border: none;
  border-bottom: 1px solid #b0b0b0;
  margin: 20px 0;
}
.post .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post .list>li {
  margin: 0;
}

.resume {
  display: block;
  width: 144px;
  height: 40px;
  background: url('img/resumeicon.png') bottom;
  text-indent: -99999px;
  border: 0;
}
.resume:hover {
  background-position: 0 0;
  background-color: transparent;
  background: url('img/resumeicon.png') !important;
}


.dresume {
  display: block;
  width: 144px;
  height: 40px;
  background: url('img/resumeicon-dark.png') bottom;
  text-indent: -99999px;
  border: 0;
}
.dresume:hover {
  background-position: 0 0;
  background-color: transparent;
  background: url('img/resumeicon-dark.png') !important;
}


/*--------------------------------------------------------------------------
  2.  Typo
/*------------------------------------------------------------------------*/

@font-face {
  font-family: 'agenda-medium';
  src:url('fonts/agenda-medium.eot');
  src:url('fonts/agenda-medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/agenda-medium.woff') format('woff'),
    url('fonts/agenda-medium.ttf') format('truetype'),
    url('fonts/agenda-medium.svg#agenda-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font: 13px/19px 'PT Sans', 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
  /* font-size / line-height */
}
.social {
  font-family: 'agenda-medium';
  font-size: 16px;
  line-height: 16px;
}
.social,
.social a {
  text-decoration: none;
}
.section .l {
  text-align: left;
  color: #b8b8b8;
}
.section .r {
  text-align: right;
  color: #b8b8b8;
}
.section h1,
.section h2,
.section h3,
.section h4 {
  color: #4c4c4c;
  line-height: 1em;
/*  letter-spacing: 0.1em; */
  text-transform: uppercase;
}
.section h4.pad-big,
.section h4.pad { /* ingress-lines */
  padding: 19px 12px; /* padding for inside content */
  border: 1px solid #b0b0b0;
  border-width: 1px 0;
  margin-top: -10px;
}
.section h4.pad-big {
  padding: 60px 0;
  margin-bottom: 30px;
}
.section h4.bottom-pad { /* column-lines on white */
  padding: 0px 0;
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 15px;
}
.section h4.top-pad { /* column-lines top on white */
  padding: 0px 0;
  border-top: 1px solid #b0b0b0;
  margin-top: 15px;
}

.section h3,
.section h4 {
  font-weight: normal;
}
.section h2 { /* title font */
  font: 55px 'agenda-medium';
  color: #000000;
  line-height: 55px;
  letter-spacing: 0px;
  position: relative;
}
.section h3 {
  font-size: 48px;
  line-height: 48px;
/*  letter-spacing: 1px; */
}
.section h4 { /* ingress font */
  font: 22px 'agenda-medium';
  line-height: 30px;
  letter-spacing: 0.5px;
}
.section .bg-container h1,
.section .bg-container h2,
.section .bg-container h3,
.section .bg-container h4,
.section .bg-container p {
  text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}
.section .bg-container .pad,
.section .bg-container .pad-big {
  border-color: #fff;
}
.section .bg-container a {
  color: #b8b8b8;
}
.section .bg-container a:hover {
  background-color: #524641;
}
.map-container h2, .bg-container h2, .map-container h4, .bg-container h4 { /* settings for white section titles */
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
  margin-bottom: 30px;
}
.map2-container h2, .bg2-container h2, .map2-container h4, .bg2-container h4 { /* settings for white section titles */
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
  margin-bottom: 70px;
}
.map3-container h2, .bg3-container h2, .map3-container h4, .bg3-container h4 { /* settings for white section titles */
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
  margin-bottom: 70px;
}
blockquote {
  color: #524641;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 10px 0 10px;
}
.span span:first-child {
  font-weight: bold;
}

.exp .span span:first-child
.span.exp span:first-child {
  font-weight: normal;
  font-size: 30px !important;
}
.span.exp span ~ span {
  font-weight: bold;
  color: #205b8f;
}

.active .span span:first-child,
.span.active span:first-child {
  font-weight: normal;
}

.active .span span ~ span,
.span.active span ~ span {
  font-weight: bold;
  color: #205b8f;
}

.exp-text {
  font-weight: normal;
  font-size:30px;
}

.activebig .span span:first-child,
.span.activebig span:first-child {
  font-weight: normal;
  font-size:30px;
}

.activebig .span span ~ span,
.span.activebig span ~ span {
  font-weight: bold;
  color: #205b8f;
}


.bluespan {
  color: #b8b8b8;
}

.bluespanbold {
  font-weight: bold;
  color: #205b8f;
}

.bluespanh2 {
  font-size: 18px;
  font-weight: bold;
  color: #205b8f;
}

.lightbluespan {
  font-weight: bold;
  color: #59a1df;
}

a {
  cursor: hand !important;
} 

/*--------------------------------------------------------------------------
  3.  Portfolios (services & process & works)
/*------------------------------------------------------------------------*/
.text-span {
  position: relative;
}
.text-span .span {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}
.text-span .span.active {
  display: block;
}
.text-span.titles {
  height: 48px;
  margin: -10px 0 10px;
}
.text-span.titles .prev,
.text-span.titles .next {
  background: transparent;
  position: absolute;
  top: 1em;
  right: -10px;
  border: 24px solid transparent;
  border-width: 10px 10px;
}
.text-span.titles .next {
  border-left-color: #cfccca;
}
.text-span.titles .next:active {
  border-left-color: #524641;
}
.text-span.titles .prev {
  border-right-color: #cfccca;
  right: auto;
  left: -10px;
}
.text-span.titles .prev:active {
  border-right-color: #524641;
}

.text-span.process .span {
  font-weight: bold;
  width:100%;
}



.text-span.process h4 {
  margin-top: 130px;
}
ol.items {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.items>li {
  margin: 0;
}
ol.items li {
  border: 1px solid transparent;
  display: table-cell;
  margin: 0;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  vertical-align: top;
  width:25%;
}

ol.items.three li {
  border: 1px solid transparent;
  display: table-cell;
  margin: 0;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  vertical-align: top;
  width: 33.3%;
}

ol.items.four li {
  border: 1px solid transparent;
  display: table-cell;
  margin: 0;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  vertical-align: top;
  width: 25%;
}

ol.items.five li {
  border: 1px solid transparent;
  display: table-cell;
  margin: 0;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  vertical-align: top;
  width: 20%;
}

ol.items.six li {
  border: 1px solid transparent;
  display: table-cell;
  margin: 0;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  vertical-align: top;
  width: 16.66%;
}

ol.items li.clear {
  display: table-column-group;
}
ol.items li p:last-child {
  margin-bottom: 0.63em;
}
ol.items li.active {
  border-color: #cfccca;
}
ol.items.process {
  margin: 0 -10px;
}
ol.items.process li {
  position: relative;
}
ol.items.process h4.pad-big {
  font-size: 0;
  text-shadow: none;
  min-height: 80px;
}
ol.items.process li.active {
  border-color: transparent;
}
ol.items.process li.active h4.pad-big {
  border-width: 4px 0;
  padding-bottom: 54px;
}
/*--------------------------------------------------------------------------
  4.  Contact
/*------------------------------------------------------------------------*/
input,
textarea {
  color: #524641;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
input[type="submit"] {
  text-decoration: underline;
}
#contact input,
#contact textarea {
  background: transparent;
  border: none;
  outline: none;
  padding: 5px 10px;
}
#contact input.err,
#contact textarea.err {
  color: #aa2321;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
#contact p {
  clear: left;
  margin: 20px 0 0;
  width: 100%;
}
#contact p.name,
#contact p.mail {
  width: 49%;
  display: inline-block;
}
#contact p.send {
  text-align: right;
}
#contact p.send a {
  padding: 10px 5px;
}
#contact fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#contact input[type="text"] {
  width: 100%;
}
#contact textarea {
  resize: none;
  width: 96%;
}
#contact .name,
#contact .mail,
#contact .msg {
  position: relative;
  display: block;
}
#contact .name:after,
#contact .mail:after,
#contact .msg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cfccca fixed center center;
}
#contact .name:before,
#contact .mail:before,
#contact .msg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #cfccca fixed center center;
}
/*--------------------------------------------------------------------------
  5.  UI Elements: buttons, columns etc.
/*------------------------------------------------------------------------*/
/* columns */
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  float: left;
  margin-bottom: 0px;
  margin-right: 3.75%;
  position: relative;
}
.last {
  clear: right;
  margin-right: 0 !important;
}
.one-half {
  width: 48%;
}
.one-third {
  width: 30.66%;
}
.two-third {
  width: 65.33%;
}
.one-fourth {
  width: 22%;
}
.three-fourth {
  width: 74%;
}
.one-fifth {
  width: 16.8%;
}
.two-fifth {
  width: 37.6%;
}
.three-fifth {
  width: 58.4%;
}
.four-fifth {
  width: 67.2%;
}
.one-sixth {
  width: 13.33%;
}
.five-sixth {
  width: 82.67%;
}
/* lists */
.post li {
  margin-left: 2em;
}
ul {
  list-style: square outside none;
}
ol {
  list-style: decimal outside none;
}
ul,
ol {
  list-style-position: outside;
  padding: 0;
}

ol.bluesocial {
  list-style-position: outside;
  padding: 0;
  color: #b8b8b8;
}  

ol.bluesocial a {
  list-style-position: outside;
  padding: 0;
  color: #59a1df;
}

ol.empty,
ul.empty {
  list-style-type: none;
}
.empty>li {
  margin-left: 0;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.check {
  list-style: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAQMAAAAlhr+SAAAABlBMVEX///87OzvwRd8TAAAAAXRSTlMAQObYZgAAACJJREFUCB1jYMAEDgwMBxgYGxiYGRiOMTDkMDBYMDAIMAAAKT8C/5qJkGkAAAAASUVORK5CYII=") outside;
}
ol.cjk {
  list-style-type: cjk-ideographic;
}
ol.hebrew {
  list-style-type: hebrew;
}
ol.hiragana {
  list-style-type: hiragana;
}
ol.katakana {
  list-style-type: katakana;
}
ol.greek {
  list-style-type: lower-greek;
}
ol.latin {
  list-style-type: lower-latin;
}
ol.roman {
  list-style-type: lower-roman;
}
ol.Latin {
  list-style-type: upper-latin;
}
ol.Roman {
  list-style-type: upper-roman;
}
ol.zero {
  list-style-type: decimal-leading-zero;
}

ul.exp-list li {
	margin: 0;
	padding: 0;
	display: list-item !important; 
	list-style-type: disc;
    width: 100% !important;
    list-style-position: inside;
    color: #59a1df;
}
ul.exp-list li span { /* font colour in bullet list in dark container */
  color: #b8b8b8;
}
ul.exp-list{
	margin: 0;
	padding: 0;
} 

ul.expertise-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: list-item !important; 
  list-style-type: disc;
  width: 100% !important;
  list-style-position: inside;
  color: #205b8f;
}
ul.expertise-list li span {
  color: #524641;
}
ul.expertise-list{
  margin: 0 !important;
  padding: 0 !important;
} 

/* tabs&togglers */
.tabs {
  margin: 0 0 1.63em;
}
.tabs .tab {
  border: 1px solid #cfccca;
  display: none;
  padding: 0.63em 1em;
}
.tabs .tab.active {
  display: block;
  margin-top: -1px;
}
.tabs ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.tabs ul li {
  float: left;
  margin: 0 -1px 0 0;
}
.tabs li a {
  border: 1px solid #cfccca;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #9f9995;
  display: block;
  height: 24px;
  overflow: hidden;
  padding: 5px 1em 2px;
  text-decoration: none;
}
.tabs li.active a {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #524641;
}
.tabs li.active a,
.tabs li a:hover {
  background: none;
  color: #524641;
}
.toggle {
  margin: 0 0 0.63em 0;
  border: 1px solid #cfccca;
}
.toggle h4 {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAgMAAABjUWAiAAAACVBMVEUAAACZmZmZmZl+xtzIAAAAAnRSTlMAvy1NYyUAAAA/SURBVCiRY2CAAbZVqybAOQwcDAwKOHlMDbh5Witw8/Dpw2MfqstGAc1B1qqVSLwGBiayeE2rmnDyyDUTxWUActMT9+VJMAoAAAAASUVORK5CYII=") no-repeat -28px 13px;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  padding: 0.62em;
  text-indent: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle.open h4 {
  background-position: 10px -25px;
  border-bottom: 1px dashed #cfccca;
}
.toggle.grp,
.toggle.acc {
  margin-bottom: -1px;
}
.toggle-inner {
  padding: 0.63em 1em;
}
.toggle h4 {
  font-size: 13px;
}
/* labels */
span.label {
  background-color: #999;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 3px 2px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.label.red {
  background-color: #c43c35;
}
.label.green {
  background-color: #46a546;
}
.label.orange {
  background-color: #f89406;
}
.label.blue {
  background-color: #62cffc;
}
.label {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
/* dropcap */
span.dropcap {
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0.62em;
  padding: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
span.dropcap.dark {
  background-color: #524641;
  color: #fff;
  padding: 0 0.3em;
}
/* buttons */
a.button {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 14px;
  margin: 0 2px 1.63em;
  padding: 0.62em 1em 0;
  text-decoration: none;
}
a.button {
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.03);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
a.button:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.05);
}
a.button:active {
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 10px 15px rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 10px 15px rgba(0,0,0,0.08);
}
a.button,
a.button:hover {
  color: #fff;
}
a.button.big {
  font-size: 15px;
  height: 25px;
  line-height: 1em;
}
a.button.wide {
  margin: 0 0 1.63em;
  padding: 0.62em 0 0;
  width: 100%;
  text-indent: 1em;
}
a.button.white {
  color: #444;
  background: #fafafa;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,0.66);
}
a.button.white:hover {
  border-color: #bbb;
}
a.button.black {
  background: #333;
  border: 1px solid #444;
}
a.button.black:hover {
  border-color: #222;
}
a.button.blue {
  background: #4b8bf5;
  border: 1px solid #3a7ae5;
}
a.button.blue:hover {
  border-color: #2157b1;
}
a.button.orange {
  background: #d34937;
  border: 1px solid #be3827;
}
a.button.orange:hover {
  border-color: #a22718;
}
a.button.teal {
  background: #5c9bad;
  border: 1px solid #468699;
}
a.button.teal:hover {
  border-color: #3a6e7e;
}
a.button.yellow {
  background: #fed76e;
  border: 1px solid #dab248;
  color: #937114;
  text-shadow: 0 1px 0 rgba(255,255,255,0.66);
}
a.button.yellow:hover {
  border-color: #be9830;
}
a.button.green {
  background: #59af63;
  border: 1px solid #449b4e;
}
a.button.green:hover {
  border-color: #2c7735;
}
a.button.brown {
  background: #ad6e5c;
  border: 1px solid #925847;
}
a.button.brown:hover {
  border-color: #7a4434;
}
a.button.gray {
  background: #999;
  border: 1px solid #888;
}
a.button.gray:hover {
  border-color: #707070;
}
a.button.purple {
  background: #9e1958;
  border: 1px solid #8b104a;
}
a.button.purple:hover {
  border-color: #7c0b40;
}
a.button.steel {
  background: #597baf;
  border: 1px solid #426191;
}
a.button.steel:hover {
  border-color: #2f4b75;
}
a.button.cyan {
  background: #aef0f2;
  border: 1px solid #92d6d8;
  color: #3f8688;
  text-shadow: 0 1px 0 #fff;
}
a.button.cyan:hover {
  border-color: #79c2c4;
}
a.button.classic {
  background: #fff;
  border: solid 1px #524641;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 0 #524641;
  box-shadow: 2px 2px 0 #524641;
  color: #524641;
  text-shadow: none;
}
a.button.classic:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
/* table */
table {
  border: 1px solid;
}
td,
th {
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 1em;
}
table,
td,
th {
  border-color: #cfccca;
}
th,
thead,
table caption {
  font-weight: bold;
}
tfoot td,
tfoot th {
  border: none;
}
tr:hover td {
  background-color: rgba(55,52,50,0.03);
}
/*--------------------------------------------------------------------------
  6.  Media Elements: slides, video
/*------------------------------------------------------------------------*/
.media-container {
  margin: 0 auto 30px auto;
  position: relative;
  padding: 0px !important;
}
.media-container.pad {
  margin: 60px 0 40px;
}
.media-container.box {
  padding: 0px;
}
.media-container.shade:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.33);
  box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.33);
}
.media-container.border:before {
  border: 1px solid #cfccca;
  height: 100%;
  padding: 11px;
  content: '';
  position: absolute;
  top: -11px;
  left: -11px;
  width: 100%;
}
.slides {
  list-style: none;
  margin: 0;
  max-height: 640px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.slides li {
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slides li:first-child {
  display: block;
  float: left;
  position: relative;
}
.slides img {
  border: 0;
  display: block;
  float: left;
  height: auto;
  margin: 0;
  width: 100%;
}
.slidesportfolio li {
 
  height: 100% !important ;
  
}

.rslides_nav {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: #fff;
  display: block;
  height: 100%;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  overflow: hidden;
  outline: 0;
  text-indent: -9999px;
  width: 66%;
}
.rslides_nav.next {
  left: auto;
  right: 0;
}
.rslides_tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline-block;
  display: none\9;
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  margin: 0;
}
.rslides_tabs li:first-child {
  margin-left: -1em;
}
.rslides_tabs li a {
  border: none;
  color: transparent !important;
  outline: 0;
  padding: 0;
  position: relative;
}
.rslides_tabs li:before {
  color: #fff;
  content: 'â—';
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  position: relative;
  top: 0;
  left: 10px;
}
.rslides_tabs li.rslides_here:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
/* full screen slides */
.slides.full {
  position: absolute;
  top: 0;
  left: 0;
  background: #524641;
  width: 100%;
  height: 100%;
  max-height: 100%;
  text-align: center;
  color: #fff;
/*  text-shadow: 1px 1px 2px rgba(0,0,0,0.2); */
}
.slides.full img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.slides.full li {
  height: 100%;
  position: relative;
}
.slides.full li h1,
.slides.full li h3 {
  color:  #4c4c4c;
  display: block;
  margin: 0;
  position: absolute;
  width: 100%;
}
.slides.full li h1 {
  font: 80px 'agenda-medium';
  top: 33%;
}
.slides.full li h3 {
  font: 23px 'agenda-medium';
  letter-spacing: 0.5px;
  top: 27%;
}
.slides.full li h1:after { /* line settings in main slides */
  color: #9e9e9e;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-bottom: 1px solid;
  width: 480px;
  margin-left: -240px;
  margin-top: 100px;
}
.slides.full li h3:after { /* line settings in main slides */
  color: #9e9e9e;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-bottom: 1px solid;
  width: 480px;
  margin-left: -240px;
  margin-top: -24px;
}
.full>.rslides_tabs {
  height: 5%;
}
.full>.rslides_tabs li {
  font-size: 16px;
}
.full>.rslides_tabs li:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  content: '○';
}
.full>.rslides_tabs li.rslides_here:before {
  content: '●';
}
.silent_tabs,
.silent_nav {
  display: none;
}
/*--------------------------------------------------------------------------
  7.  CSS3 Animations & FXs
/*------------------------------------------------------------------------*/
.head.alt {
  -webkit-animation: fadein 4.5s ease-out;
  -moz-animation: fadein 4.5s ease-out;
  -o-animation: fadein 4.5s ease-out;
  -ms-animation: fadein 4.5s ease-out;
  animation: fadein 4.5s ease-out;
}
.head li:active {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}
.full.slides h1 {
  -webkit-animation: fadein 3s ease-out;
  -moz-animation: fadein 3s ease-out;
  -o-animation: fadein 3s ease-out;
  -ms-animation: fadein 3s ease-out;
  animation: fadein 3s ease-out;
}
.full.slides h3 {
  -webkit-animation: fadein 1.5s ease-out;
  -moz-animation: fadein 1.5s ease-out;
  -o-animation: fadein 1.5s ease-out;
  -ms-animation: fadein 1.5s ease-out;
  animation: fadein 1.5s ease-out;
}
@-moz-keyframes fadein {
  0%, 70% { opacity: 0; }
}
@-webkit-keyframes fadein {
  0%, 70% { opacity: 0; }
}
@-o-keyframes fadein {
  0%, 70% { opacity: 0; }
}
@-ms-keyframes fadein {
  0%, 70% { opacity: 0; }
}
@keyframes fadein {
  0%, 70% { opacity: 0; }
}
/*--------------------------------------------------------------------------
  8.  Media Queries & Responsiveness
/*------------------------------------------------------------------------*/

#menu-list-mobile {
  display: none;
  float: right;
  margin: 20px 0;
  min-width: 50%;
}

@media screen and (max-width:800px) {
  ol.menu {
    text-align: right;
  }
  .head .social {
    display: none;
  }
  .one-third,
  .two-third {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width:579px) {
  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .five-sixth {
    margin-right: 0;
    width: 100%;
  }
  .head.top {
    display: none;
  }
  .head .logo {
    position: relative;
    left: 0;
    top: 0;
  }
  .multipage .head.fix {
    display: block;
  }
  .multipage .head.fix #menu-list-mobile {
    display: block;
  }
  .multipage .head.fix .logo {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .multipage .head.fix ol.menu {
    display: none;
  }
  ol.menu {
    padding-top: 20px;
    text-align: right;
  }
  .slides.full li h1 {
    font-size: 48px;
  }
  .slides.full li h3 {
    font-size: 14px;
    line-height: 1.63em;
  }
  .mobile {
    display: block;
  }
  .immobile {
    display: none;
  }
  ol.items li {
    padding: 0.5em 0;
    display: block;
    width: 100%;
  }

  ol.items li img.mobile {
    margin-bottom: 1em;
  }
  ol.items li.active {
    border-color: transparent;
  }
  ol.items.process {
    margin: 0;    
  }
  ol.items.process li {
    margin-bottom: 1.63em;
  }

  ol.vertical {
    list-style-type: none;
    margin: 0;  
    padding: 0;
    height: 100%;
    overflow: hidden !important;  
  }
  ol.vertical li {
    margin-bottom: 1.63em;
    padding: 0;
    float: left !important;
  }

  ol li a {
    font-weight: normal;
  }


  ol.items.process li h4.pad-big {
    font-size: 18px;
    text-align: center;
  }
  ol.items.process li.active h4.pad-big {
    border-width: 1px 0;
    padding: 60px 0;
  }
  .span span:first-child {
    font-weight: normal;
  }
  .span span ~ span {
    font-weight: bold;
  }
  .section .foot .r,
  .section .foot .l {
    float: none;
    text-align: center;
    width: auto;
  }
  .section {
    padding: 20px 0;
  }
  ol.menu {
    padding-top: 0;
  }
}
@media screen and (max-height:900px) {
  .section .title {
    padding-top: 20px;
  }
  .media-container .slides {
    max-height: 360px;
  }
}


@media screen and (max-height:480px) {
  .slides.full li h1 {
    font-size: 36px;
    bottom: 30%;
  }
  .full > .rslides_tabs {
    display: none;
  }
  .section {
    padding: 0;
  }
  .multipage .section {
    padding-top: 60px;
  }
  .multipage .section.full {
    padding-top: 0;
  }
  .section .title {
    padding: 0;
  }
  .post {
    padding-bottom: 0;
  }
}
@media screen and (max-height:300px) {
  .slides.full li h1 {
    display: none;
  }
}
