body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased
}
.success {
  color: #fd0197;
}
.mistake, .error {
  color: red
}
.noMargin {
  margin: 0
}
.mm-page {
  position: static!important;
}
.redButton {
  background: #f09;
  border: 0;
  border-radius: 3px;
  display: block;
  color: white;
  padding: 8px;
  text-align: center;
  margin-top: 20px
}
.redButton:hover {
  color: white;
  cursor: pointer;
  text-decoration: none
}
.categoryLink {
  background: #f09;
  text-decoration: none !important;
  border-radius: 3px;
  color: white !important;
  padding: 0 10px 3px 10px;
  display: inline-block;
  margin: 0 0 15px 15px;
  font-size: .9em
}
.center {
  max-width: 1200px;
  min-width: 250px
}
.content .padding-right {
  padding-right: 30px
}
.nofixed .subpages {
  position: static!important;
  height: auto!important;
}
.footer {
  position: relative;
  z-index: 7;
}
.header {
  background-size: cover;
  background-position: center center;
  height: 260px;
  margin-bottom: 50px
}
.filter.filter2 {
  background: #fff;
}
header .backgroundFilter {
  background: black;
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=45);
  width: 100%;
  height: 260px
}
.post_thumb {
  margin-bottom: 25px;
  margin-top: 25PX;
}
.headerfixed {
  width: 100%;
  top: 60px;
  position: absolute;
  z-index: 10;
  padding: 10px 0
}
.headerfixed.fixed {
  background: rgba(0, 0, 0, 0.55);
  position: fixed;
  margin: 0;
  top: auto
}
.headerfixed .logo, .footer .bottom .logo {
  float: left;
  display: block;
  background-image: url('images/logo.png');
  width: 181px;
  height: 50px
}
.headerfixed .menu ul {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 26px 0 0 0;
  list-style-image: none
}
.headerfixed .menu li {
  float: left;
  margin-right: 15px
}
.headerfixed .menu li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none
}
.headerfixed .menu li a:hover, .headerfixed .menu .current-menu-item a, .headerfixed .menu .current-page-ancestor a {
  color: #f09
}
.headerfixed .langs {
  float: right
}
.headerfixed .langs a, .headerfixed .menuSwitcher {
  font-size: .9em;
  color: white;
  text-decoration: none;
  display: block;
  border: 1px solid #f09;
  border-radius: 5px;
  padding: 6px 20px;
  margin: 18px 0 0 5px
}
.headerfixed .menuSwitcher {
  float: right;
  margin-right: 20px;
  display: none;
  cursor: pointer
}
.headerfixed .langs a:hover {
  background: #f09
}
.header .searchForm {
  position: absolute;
  top: 0;
  width: 100%
}
.header .searchForm .inner, .latestNews .searchForm .inner {
  max-width: 400px;
  margin: 165px auto 0 auto;
  position: relative
}
.header .searchForm label, .latestNews .searchForm label {
  display: none
}
.header .searchForm input#s, .latestNews .searchForm input#s {
  border: 1px solid #f09;
  border-radius: 5px;
  background: transparent
}
.header .searchForm input#s[type='text'], .latestNews .searchForm input#s[type='text'] {
  width: 100%;
  padding: 10px 50px 10px 20px;
  color: #eaeaea;
  font-size: 14.39px;
  background: rgba(255, 255, 255, 0.2)
}
.header .searchForm input[type='submit'], .latestNews .searchForm input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  text-indent: -9999px;
  font-size: 0;
  display: block;
  line-height: 0;
  width: 45px;
  background: url('images/lupa.png') center center no-repeat;
  border: 0
}
.subpagesMenu, .filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
  list-style-image: none
}
.filterHref {
  margin-top: 25px
}
#responsiveMenu {
  background: rgba(255, 0, 127, 0.8);
  color: #fff;
  display: none
}
#responsiveMenu ul {
  text-transform: uppercase
}
#responsiveMenu ul li ul {
  text-transform: none
}
#responsiveMenu.mm-opened {
  display: block
}
#responsiveClose {
  box-sizing: border-box;
  display: block;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 20px
}
#responsiveClose:before {
  transform: rotate(45deg)
}
#responsiveClose:after {
  transform: rotate(-45deg)
}
#responsiveClose:before, #responsiveClose:after {
  background: #fff;
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 10px
}
.mm-menu .mm-list> li> a.mm-subopen:after {
  border-color: #fff !important
}
.mm-list a.mm-subopen:before {
  border-left-width: 0 !important
}
.mm-list> li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  border-bottom-width: 0 !important
}
.mm-menu .mm-list> li> a.mm-subclose {
  color: #000 !important;
  background: rgba(183, 13, 97, 1) !important
}
.mm-menu .mm-list> li> a.mm-subclose:before {
  border-color: #000 !important
}
.subpages h1 {
  font-weight: 400;
  text-transform: uppercase
}
.subpages {
  position: relative;
}
.subpagesMenu li {
  font-size: 1.4em;
  margin: 0 0 3px 0;
  font-weight: 400
}
.subpagesMenu li:first-child {
  font-size: 1.9em;
  margin: 15px 0 6px 0
}
.subpagesMenu li a, .filter li a {
  color: black;
  text-decoration: none
}
.subpagesMenu li:first-child a, .subpagesMenu li.active a {
  color: #f09
}
.subpagesMenu li:first-child a {
  text-transform: uppercase;
  font-weight: 300
}
.subpages h1 {
  font-size: 30px
}
.subpagesMenuWithSub> li> a {
  font-size: 22px
}
.gallery {
  margin-left: -10px
}
.gallery.justified-gallery> a> .caption, .gallery.justified-gallery> div> .caption {
  top: 0;
  background: #fffce3;
  color: black;
  padding: 20px 15px
}
.gall {
  margin: 30px 0 0 0
}
.gall .gallery {
  margin: 0
}
.content .socials {
  margin-top: 70px
}
.content .socials a {
  text-decoration: none !important;
  margin-left: 15px;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('images/socials-white.png')
}
.content .socials a:hover {
  background-position: bottom center
}
.content .socials a.facebook {
  background-position: 0 top
}
.content .socials a.linkedin {
  background-position: -40px top
}
.content .socials a.twitter {
  background-position: -80px top
}
.content .socials a.googleplus {
  background-position: -120px top
}
.content .socials a.youtube {
  background-position: -160px top
}
.content .socials a.facebook:hover {
  background-position: 0 bottom
}
.content .socials a.linkedin:hover {
  background-position: -40px bottom
}
.content .socials a.twitter:hover {
  background-position: -80px bottom
}
.content .socials a.googleplus:hover {
  background-position: -120px bottom
}
.content .socials a.youtube:hover {
  background-position: -160px bottom
}
.content .socials a:first-child {
  margin-left: 0
}
.content .socials a.contacticon {
  border-radius: 0
}
.content .socials a.contacticon.facebook {
  background: url(images/fb.png)
}
.content .socials a.contacticon.facebook:hover {
  background: url(images/fb-hover.png)
}
.content .socials a.contacticon.linkedin {
  background: url(images/in.png)
}
.content .socials a.contacticon.linkedin:hover {
  background: url(images/in-hover.png)
}
.content .socials a.contacticon.twitter {
  background: url(images/tw.png)
}
.content .socials a.contacticon.twitter:hover {
  background: url(images/tw-hover.png)
}
.content .socials a.contacticon.youtube {
  background: url(images/yt.png)
}
.content .socials a.contacticon.youtube:hover {
  background: url(images/yt-hover.png)
}
.footer .logos {
  margin-top: 30px;
  padding: 20px 0 20px;
  background: #f4f4f4
}
.footer .sitemap {
  background: #2a2730;
  padding: 30px 0
}
.footer .sitemap a {
  color: white;
  text-transform: uppercase
}
.footer .sitemap ul {
  list-style-type: none;
  padding: 0;
  font-size: .9em;
  margin: 20px 0;
  list-style-image: none
}
.footer .sitemap ul a {
  color: #939196;
  text-transform: none
}
.footer .bottom {
  background: #221f26;
  padding: 50px 0;
  color: #d7d5d8
}
.footer .bottom p {
  font-size: 13.39px
}
div.col {
  padding: 0
}
.footer .bottom a {
  color: #d7d5d8
}
.footer .bottom .logo {
  margin-bottom: 30px
}
.footer .bottom .socials a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  margin-left: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-image: url('images/socials-bottom.png')
}
.footer .bottom .socials a:hover {
  background-position: center bottom
}
.footer .bottom .socials .facebook {
  background-position: 0 top
}
.footer .bottom .socials .facebook:hover {
  background-position: 0 bottom
}
.footer .bottom .socials .linkedin {
  background-position: -40px top
}
.footer .bottom .socials .linkedin:hover {
  background-position: -40px bottom
}
.footer .bottom .socials .twitter {
  background-position: -80px top
}
.footer .bottom .socials .twitter:hover {
  background-position: -80px bottom
}
.footer .bottom .socials .youtube {
  background-position: -120px top
}
.footer .bottom .socials .youtube:hover {
  background-position: -120px bottom
}
.footer .mailchimp {
  position: relative
}
.footer .mailchimp label {
  display: none
}
.footer .mailchimp input[type='text'] {
  border: 1px solid #f09;
  border-radius: 3px;
  background: transparent;
  height: 40px;
  width: 240px;
  padding: 10px 40px 10px 15px
}
.footer .mailchimp input[type='submit'] {
  position: absolute;
  right: 0;
  top: 0;
  background: url('images/play-submit.png') center left no-repeat;
  border: 0;
  height: 42px;
  width: 23px;
  text-indent: -9999px;
  font-size: 0
}
.footer .mailchimp input[type='submit']:disabled {
  background: url('images/load-submit.png') center left no-repeat
}
.footer .mailchimp #mc_message {
  position: absolute;
  top: 55px
}
.designed {
  margin-top: 50px
}
.designed a {
  display: inline-block;
  width: 86px;
  height: 35px;
  background-image: url('images/cyberart.png');
  background-position: center bottom;
  margin-bottom: -10px
}
.designed a:hover {
  background-position: center top
}
.logos a {
  margin: 0 22px;
  display: block
}
.logos img, .logos image {
  max-height: 30px
}
.logos a span {
  display: table-cell;
  vertical-align: middle
}
.logos .simply-scroll {
  margin: 0
}
.logos .simply-scroll .simply-scroll-list li {
  height: auto;
  width: auto;
  height: 100%
}
.logos .simply-scroll .simply-scroll-list {
  height: 70px
}
.logos .simply-scroll, .logos .simply-scroll .simply-scroll-clip {
  width: 100%;
  height: auto
}
.faq p {
  display: none
}
.faq p:first-child {
  background-color: inherit;
  color: inherit;
  background-image: url('images/select-arrow.png');
  display: block;
  min-height: 67px
}
.faq p.active:first-child {
  background-color: #f09;
  color: white;
  background-image: url('images/select-arrow-open.png')
}
.team {
  text-align: center
}
.team h1 {
  color: #f09;
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 100
}
.team p {
  margin-bottom: 35px
}
.team .image {
  border-radius: 1000px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin: 30px auto 0 auto
}
.team .image img {
  width: 180px;
  height: 180px
}
.acf-map {
  width: 100%;
  height: 450px;
  margin-bottom: -30px
}
.contact {
  background: #f0f0f0;
  margin-bottom: 60px
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6 {
  color: #f09;
  font-weight: 100
}
.contact h1, .contact h2 {
  font-size: 2em
}
.content .contact .socials {
  margin: 30px 0
}
.locationh1 {
  text-transform: uppercase
}
.squares .item {
  margin-top: 20px
}
.squares .item a img {
  max-width: 100%
}
.squares .item a {
  overflow: hidden;
  height: 100%;
  display: block;
  position: relative;
  color: white;
  text-align: center;
  font-weight: 100;
  max-width: 280px
}
.squares .item .overlay {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  background: rgba(255, 0, 157, 0.6);
  width: 100% !important;
  height: 100%;
  width: 100%
}
.squares .item .title {
  font-size: 1.1em;
  padding: 0 18% 0 18%;
  display: block;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  line-height: 26px;
  height: 100%;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
  align-items: center;
  justify-content: center
}
.squares .item .date {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 15%;
  left: 0;
  color: #f09
}
.squares .item .description {
  display: block;
  padding: 15% 10% 0 10%
}
.squares .item .title.noBackground {
  background: transparent
}
.squares .item .buttonContainer {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 30px;
  z-index: 1
}
.squares .item .button {
  display: block;
  margin: 0 auto;
  border: 1px solid white;
  border-radius: 3px;
  width: 130px;
  padding: 5px;
  text-align: center
}
.extendedMenu .subpagesMenu, .extendedMenu .filter, .tt-dropdown-menu {
  position: absolute;
  z-index: 15;
  display: none;
  border: 1px solid #f09;
  background: white;
  margin-top: -2px;
  padding: 5px 0 0 0;
  width: 100%
}
.twitter-typeahead {
  display: block;
  width: 100%
}
.extendedMenu .tt-dropdown-menu {
  width: 100%
}
.extendedMenu .subpagesMenu li:first-child {
  display: none
}
.extendedMenu .subpagesMenu li, .extendedMenu .filter li, .extendedMenu .tt-suggestion p {
  font-size: 1em
}
.extendedMenu .subpagesMenu li a, .extendedMenu .filter li a, .extendedMenu .tt-suggestion p {
  display: block;
  padding: 3px 5%
}
.extendedMenu .tt-suggestion p {
  padding: 3px 50px 3px 20px
}
.extendedMenu .subpagesMenu li:hover, .extendedMenu .filter li:hover, .extendedMenu .tt-suggestion p:hover, .extendedMenu .tt-suggestion.tt-is-under-cursor p {
  background: #f09
}
.extendedMenu .subpagesMenu li:hover a, .extendedMenu .filter li:hover a, .extendedMenu .tt-suggestion p:hover, .extendedMenu .tt-suggestion.tt-is-under-cursor p {
  color: white;
  cursor: pointer
}
.extendedMenu .subpages> a {
  display: block;
  width: 100%;
  border: 1px solid #f09;
  border-radius: 5px;
  padding: 7px 20px;
  color: black;
  background: url('images/ul-select-close.png') right top no-repeat;
  text-decoration: none
}
.extendedMenu .subpages> a.opened {
  background: url('images/ul-select-close.png') right bottom no-repeat
}
.fancybox-title-float-wrap .child {
  white-space: normal;
  max-width: 100%;
  display: block;
  font-weight: normal;
  margin-right: 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: initial;
  font-size: 1em;
  padding: 5px 10px
}
.fancybox-title-float-wrap {
  right: inherit;
  width: 100%;
  margin-bottom: 0
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8)
}
.fancybox-nav {
  height: 0;
  top: initial;
  bottom: 0
}
.fancybox-nav span, .fancybox-close {
  visibility: visible;
  left: initial;
  right: 0;
  top: initial;
  left: 0;
  bottom: -50px;
  height: 42px;
  width: 42px
}
.fancybox-next span {
  left: 0;
  background: url("images/lightbox-right.png") center no-repeat
}
.fancybox-prev span {
  left: auto !important;
  background: url("images/lightbox-left.png") center no-repeat
}
.fancybox-close {
  background: url("images/lightbox-close.png") center no-repeat;
  top: auto;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0
}
.fancybox-next:hover span {
  background: url("images/lightbox-right-hover.png") center no-repeat
}
.fancybox-prev:hover span {
  background: url("images/lightbox-left-hover.png") center no-repeat
}
.fancybox-close:hover {
  background: url("images/lightbox-close-hover.png") center no-repeat
}
#wpadminbar {
  z-index: 8000 !important
}
.single-post .published {
  margin-top: 10px;
  color: #f09
}
.single-post .content h1 {
  margin: 10px 0 20px 0
}
.single-post .image {
  margin: 0
}
.content .image {
  text-align: center
}
.content .image img {
  max-width: 100%;
  height: auto;
}
.single .image img {
  width: 100%;
  height: auto;
}
.single-post .featuredText {
  font-size: .9em;
  background: #f0f0f0;
  line-height: 1.4;
  padding: 15px 10px;
  margin: -5px 0 0px 0
}
.single-film .featuredText {
  font-size: .9em;
  background: #f0f0f0;
  line-height: 1.4;
  padding: 15px 10px;
  margin: -20px 0 20px 0
}
.single-post .postContent {
  margin-top: 25px
}
.postsNav {
  list-style-image: none;
  list-style-type: none;
  margin: 40px 0 0 0;
  padding: 0;
  font-weight: 100
}
.postsNav li {
  margin-bottom: 15px
}
.postsNav span {
  display: block
}
.postsNav span.title {
  color: #222
}
.postsNav li.active a span.title, .postsNav li a:hover span.title {
  font-weight: 900;
  color: #f09
}
.postsNav li.active a span.date, .postsNav li a:hover span.date {
  color: black
}
.postsNav li a:hover {
  text-decoration: none
}
.postsNav li a:hover span.title {
  text-decoration: underline
}
article h1 {
  font-size: 1.9em
}
body.home {
  min-height: 666px;
  position: relative
}
.home .header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0
}
.home .latestNews {
  position: absolute;
  padding-top: 0px;
  ;
  bottom: 0;
  left: 0;
  width: 100%
}
.home .fancybox-wrap {
  width: 100% !important;
  left: 0 !important
}
.home .latestNews .background {
  background: rgba(160, 160, 160, 0.85);
  position: relative
}
.home .latestNews h1 {
  color: #f09;
  font-weight: 100;
  font-size: 1.8em;
  cursor: pointer;
  text-align: center;
  float: left;
  width: 100%;
  margin: 25px 0;
  /*background: url('images/news-down.png') center bottom no-repeat;*/
  /*padding: 0 0 40px 0*/
}
.extendedMenu .subpagesMenu, .extendedMenu .filter, .tt-dropdown-menu.noBackground {
  padding-bottom: 15px
}
.home .latestNews .items a {
  display: block;
  max-width: 280px;
  width: 100%;
  height: 100%;
  margin: 0 auto 25px auto;
  position: relative;
  color: white
}
.home .latestNews .items a img {
  width: 100%
}
.home .latestNews .items a .title {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 30px;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.1;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
  align-items: center;
  justify-content: center
}
.home .latestNews .items a:hover span.title {
  height: 185px;
  padding-top: 9%;
  overflow: hidden
}
.home .latestNews .items a .buttonWrapper {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10%;
  text-align: center
}
.home .latestNews .items a:hover .buttonWrapper {
  display: block
}
.home .latestNews .items a button {
  border: 1px solid white;
  border-radius: 3px;
  color: white;
  padding: 5px 10px;
  margin: 0 auto;
  background: transparent
}
.home .latestNews .items span.background {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.home .latestNews .items a:hover span.background {
  background: rgba(255, 0, 127, 0.7)
}
.home .latestNews .searchForm .inner {
  margin: 0 auto 40px auto !important;
}
.home .anchors {
  position: absolute;
  width: 100%;
  color: #fafafa !important;
  text-align: center;
  font-weight: 100;
  line-height: 1.1;
  z-index: 1
}
.home .anchors .item {
  cursor: pointer;
  padding: 0 10px;
  margin: 0 auto
}
.home .anchors h1 {
  font-size: 1.7em;
  margin: 20px 0
}
.home .anchors p {
  font-size: 1.1em
}
.home .anchors .item .image {
  width: 100px;
  height: 100px;
  border-radius: 1000px;
  overflow: hidden;
  margin: 0 auto
}
.home .anchors .item .image img {
  width: 100%;
  opacity: .6;
  filter: alpha(opacity=60)
}
.home .anchors .item .image span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 127, 0.6)
}
.home .fancybox-inner {
  overflow: hidden !important;
  width: 100% !important;
  height: auto !important
}
.home .fancybox-skin {
  width: 600px !important;
  height: auto !important;
  margin: 0 auto !important
}
#superNew {
  overflow: hidden;
  width: 600px !important;
  height: auto !important;
  border-radius: 5px
}
#superNew .background {
  position: relative;
  background: rgba(255, 0, 157, 0.5);
  top: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  border-radius: 5px;
  padding: 5% 5% 70px 5%;
  overflow: hidden;
  text-align: center;
  color: white
}
#superNew .background h1 {
  font-weight: 100
}
#superNew .background .inner {
  position: relative;
  height: 100%;
  overflow: hidden
}
#superNew .background p.anchor {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25px;
  left: 0
}
#superNew .background p.anchor a {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 3px;
  padding: 5px 20px
}
.extendedMenu .searchForm {
  position: relative
}
.extendedMenu .searchForm input[type="submit"] {
  text-indent: -9999px;
  font-size: 0;
  background: url('images/lupa2.png') center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 39px;
  border: 0
}
.extendedMenu .searchForm .searchInput {
  width: 100%;
  border: 1px solid #f09;
  border-radius: 5px;
  padding: 7px 50px 7px 20px
}
.single-film .content .image {
  margin-bottom: 20px
}
.single-film .content h2 {
  font-size: 1.5em;
  margin: -20px 0 20px 0
}
.single-film .trailer {
  width: 100%;
  border: 0;
  height: 130px;
  margin: 10px 0
}
.contentSection {
  background: #f0f0f0;
  padding: 15px;
  margin-bottom: 20px
}
.contentSection h3 {
  font-weight: 100;
  color: #f09;
  margin: 0 0 15px 0
}
.contentSection .row {
  margin-bottom: 12px
}
.searchResult.directoryResult {
  min-height: 200px
}
.searchResult .contentSection {
  position: relative;
  padding-right: 200px
}
.searchResult .contentSection p {
  margin: 0
}
.searchResult .contentSection> a {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url("images/link.png") center top no-repeat;
  right: 25px;
  top: 40px
}
.searchResult .contentSection .email {
  right: 78px;
  background: url("images/email.png") center top no-repeat
}
.searchResult .contentSection .web {
  right: 130px;
  background: url("images/web.png") center top no-repeat
}
.searchResult .contentSection .web:hover, .searchResult .contentSection .email:hover, .searchResult .contentSection> a:hover {
  background-position: center bottom
}
.sectors p strong {
  width: 100%;
  display: block;
  font-size: 1.2em;
  color: #f09
}
.sectors a {
  background: #5e5e5e;
  text-decoration: none !important;
  border-radius: 3px;
  color: white !important;
  padding: 1px 10px 1px 10px;
  display: inline-block;
  margin: 0 15px 15px 0;
  font-size: .9em
}
.sectors a:hover {
  background: #f09
}
.sectors p a {
  color: black
}
.subpagesMenuWithSub, .subpagesMenuWithSub ul {
  font-weight: 100;
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-image: none
}
.subpagesMenuWithSub a {
  color: black
}
.subpagesMenuWithSub a:hover {
  text-decoration: none
}
.subpagesMenuWithSub> li:first-child {
  margin-top: 20px
}
.subpagesMenuWithSub li {
  margin-bottom: 3px
}
.subpagesMenuWithSub ul {
  display: none;
  list-style-image: none
}
.subpagesMenuWithSub> li.active> a {
  color: #f09;
  font-weight: bold
}
.subpagesMenuWithSub> li.active ul {
  display: block
}
.subpagesMenuWithSub> li.active ul li.active a {
  color: #f09
}
.pagination {
  width: 100%;
  text-align: right
}
.pagination a, .pagination .current {
  border: 1px solid #f09;
  border-radius: 3px;
  padding: 0 7px;
  color: black;
  margin: 3px;
}
.pagination> a, .pagination> div {
  float: right;
  max-width: 70%
}
.pagination> div {
  margin: 0 50px
}
.pagination .current, .pagination a:hover {
  background: #f09;
  color: white;
  text-decoration: none
}
.commercial img {
  width: 100%;
  margin-bottom: 20px
}
.form-control:focus {
  border: 1px solid #f09;
  box-shadow: none
}
.form-group .select2 {
  width: 100%
}
.select2-choices, .select2-drop {
  background-image: none !important;
  border-radius: 5px;
  border: 1px solid #ccc !important
}
.responsive-subpage {
  display: none
}
.select2-drop {
  margin-top: -2px
}
.select2-highlighted {
  background: #f09 !important
}
.select2-container-active .select2-choices {
  border: 1px solid #f09 !important;
  box-shadow: none !important
}
textArea.form-control {
  min-height: 155px;
  resize: vertical
}
.fancybox-skin {
  background: transparent !important
}
.page-template-page-directory_register h1 a, .page-template-page-contact h1 a, .search-results h1 a, .page-template-archive-film h1 a, .page-template-page-squares h1 a {
  text-decoration: none !important
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .searchResult .contentSection .web {
    background-image: url("images/2x/web.png");
    background-size: 40px 80px
  }
  .searchResult .contentSection> a {
    background-image: url("images/2x/link.png");
    background-size: 40px 80px
  }
  .searchResult .contentSection .email {
    background-image: url("images/2x/email.png");
    background-size: 40px 80px
  }
  .content .socials a.contacticon.facebook {
    background: url(images/2x/socials.png)
  }
  .content .socials a.contacticon.facebook:hover {
    background: url(images/2x/socials.png);
    background-position-y: 40px
  }
  .content .socials a.contacticon.linkedin {
    background: url(images/2x/socials.png);
    background-position-x: -40px
  }
  .content .socials a.contacticon.linkedin:hover {
    background: url(images/2x/socials.png);
    background-position-x: -40px;
    background-position-y: 40px
  }
  .content .socials a.contacticon.twitter {
    background: url(images/2x/socials.png);
    background-position-x: -80px
  }
  .content .socials a.contacticon.twitter:hover {
    background: url(images/2x/socials.png);
    background-position-x: -80px;
    background-position-y: 40px
  }
  .content .socials a.contacticon.youtube {
    background: url(images/2x/socials.png);
    background-position-x: 40px
  }
  .content .socials a.contacticon.youtube:hover {
    background: url(images/2x/socials.png);
    background-position-x: 40px;
    background-position-y: 40px
  }
  .fancybox-next span {
    background: url("images/2x/lightbox-right.png") center no-repeat;
    background-size: 42px 42px
  }
  .fancybox-prev span {
    background: url("images/2x/lightbox-left.png") center no-repeat;
    background-size: 42px 42px
  }
  .fancybox-close {
    background: url("images/2x/lightbox-close.png") center no-repeat;
    background-size: 42px 42px
  }
  .fancybox-next:hover span {
    background: url("images/2x/lightbox-right-hover.png") center no-repeat;
    background-size: 42px 42px
  }
  .fancybox-prev:hover span {
    background: url("images/2x/lightbox-left-hover.png") center no-repeat;
    background-size: 42px 42px
  }
  .fancybox-close:hover {
    background: url("images/2x/lightbox-close-hover.png") center no-repeat;
    background-size: 42px 42px
  }
  .headerfixed .logo, .footer .bottom .logo {
    background-image: url('images/2x/logo.png');
    background-size: 181px 50px
  }
  .content .socials a {
    background-image: url('images/2x/socials-white.png');
    background-size: 200px 80px
  }
  .footer .bottom .socials a {
    background-image: url('images/2x/socials-bottom.png');
    background-size: 160px 80px
  }
}
@media screen and (max-device-width: 1200px), screen and (min-width: 1200px) {
  .footer .sitemap .col-lg-2 {
    width: 14%
  }
}
@media screen and (max-device-width: 1100px), screen and (max-width: 1100px) {
  .headerfixed .menu ul {
    max-width: 65%;
    margin-top: 0
  }
  .headerfixed .langs a {
    margin-top: 0
  }
  .home .anchors h1 {
    font-size: 1.2em
  }
  .home .anchors p {
    font-size: 1em
  }
  .home .latestNews .items a .title {
    font-size: 1em
  }
  .home .latestNews .items a button {
    font-size: .9em
  }
}
@media screen and (max-device-width: 850px), screen and (max-width: 850px) {
  .acf-map {
    display: none
  }
  .highlited {
    padding: 15px 25px
  }
  .highlited50 {
    width: 100%
  }
  .highlited33 {
    width: 99%;
    padding: 0
  }
  .headerfixed .menu ul {
    display: none;
    float: right;
    width: 100%;
    max-width: 100%;
    clear: both;
    border: 1px solid #f09;
    border-radius: 3px;
    background: rgba(255, 0, 127, 0.8)
  }
  .headerfixed .menu ul li {
    width: 100%;
    padding: 5px 20px
  }
  .headerfixed .menu li a:hover, .headerfixed .menu .current-menu-item a, .headerfixed .menu .current-page-ancestor a {
    color: black
  }
  .headerfixed .menuSwitcher {
    display: block;
    margin-top: 0
  }
  .headerfixed .logo, .footer .bottom .logo {
    margin-top: -17px
  }
  .headerfixed {
    padding-top: 20px
  }
  .home .latestNews .items a .title {
    font-size: 1em
  }
  .home .latestNews .items a button {
    font-size: .7em
  }
  #superNew .background p {
    font-size: 1em
  }
  #superNew .background h1 {
    font-size: 1.3em;
    margin-bottom: 10px
  }
  .footer .sitemap .col-lg-2 {
    width: 25%
  }
}
@media screen and (max-device-width: 770px), screen and (max-width: 770px) {
  .responsive-subpage {
    display: block
  }
  .extendedMenu .responsive-subpage {
    display: none !important;
  }
  .header .searchForm .inner, .latestNews .searchForm .inner {
    width: 90%;
    margin-top: 145px
  }
  .content .padding-right {
    padding-right: 0
  }
  .gallery {
    margin-left: 0
  }
  .searchForm {
    line-height: initial
  }
  .subpagesMenu li {
    font-size: 1.3em;
    margin: 5px
  }
  .subpagesMenu {
    display: none
  }
  .subpages .subpagesMenuWithSub {
    display: none
  }
  .squares .item a {
    margin: 0 auto
  }
  .subpages h1 {
    margin: 0 0 10px 0 !important
  }
  footer div.socials.pull-right {
    float: left !important
  }
  footer .socials a:first-child {
    margin-left: 0 !important
  }
  footer .designed {
    float: left !important
  }
  .extendedMenu {
    margin-bottom: 20px
  }
  .home .header {
    height: 0 !important;
    padding-bottom: 0 !important;
  }
  .home header .backgroundFilter {
    height: 0 !important;
    padding-bottom: 0 !important
  }
  .home #searchform {
    position: relative !important;
    margin-top: -83px !important;
    width: 100% !important;
    padding-bottom: 18px
  }
  .home .fancybox-skin {
    width: 450px !important;
  }
  #superNew {
    width: 450px !important;
  }
  .home .anchors {
    padding-top: 0px !important;
    position: relative !important;
    top: 0 !important;
    background-size: cover;
    background-position: center
  }
  .anchors .center {
    padding-top: 200px;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    padding-bottom: 79px
  }
  .anchors .col-xs-6, .latestNews .col-xs-6 {
    width: 50% !important
  }
  .anchors .col-xs-6:nth-child(2n+1) {
    clear: both
  }
  .home .latestNews {
    position: relative !important;
    padding-top: 0px;
    margin-top: 0px !important;
    z-index: 6
  }
  .latestNews .items {
    display: block !important
  }
  .home .latestNews h1 {
    pointer-events: none;
    cursor: initial;
    background: 0;
    padding: 0
  }
  .home .latestNews .searchForm .inner {
    width: 90%;
    margin: 27px auto 0px auto !important;
  }
  .header, header .backgroundFilter {
    height: 210px
  }
  .designed {
    margin-top: 20px
  }
  .home .anchors .center> div:first-child, .home .anchors .center> div:nth-child(2), .home .latestNews .items .center> div:first-child, .home .latestNews .items .center> div:nth-child(2) {
    display: block
  }
  .footer .sitemap {
    text-align: center
  }
  .fb-like span, .fb-like iframe {
    width: 250px !important
  }
  .sitemap .row .col-xs-12 {
    height: auto !important
  }
  .footer .sitemap .col-lg-2 {
    width: 50%
  }
}
@media screen and (max-device-width: 550px), screen and (max-width: 550px) {
  .searchResult .contentSection> a {
    top: 15px !important;
    right: 15px !important;
    position: static;
    display: inline-block
  }
  .searchResult .contentSection .email {
    top: 65px !important
  }
  .searchResult .contentSection .web {
    top: 115px !important
  }
  .searchResult .contentSection {
    padding-right: 15px
  }
  .searchResult.directoryResult .contentSection {
    min-height: 170px
  }
  #superNew img {
    position: absolute
  }
  #superNew .background {
    position: relative;
    padding-bottom: 50px
  }
  #superNew .background p.anchor {
    bottom: 15px
  }
  #superNew .background p {
    font-size: .8em
  }
  .home .latestNews .items a .title {
    padding: 5%;
    top: 5%;
    font-size: 1em
  }
  .home .fancybox-skin {
    width: 310px !important
  }
  #superNew {
    width: 310px !important
  }
}
@media screen and (max-device-width: 450px), screen and (max-width: 450px) {
  .home .fancybox-overlay {
    display: none !important
  }
  .headerfixed .langs a, .headerfixed .menuSwitcher {
    padding: 3px 10px
  }
  .headerfixed .logo {
    width: 100px;
    margin-top: 0;
    background-size: 100%;
    background-repeat: no-repeat
  }
  .headerfixed {
    padding: 10px 0 0 0
  }
  .anchors .col-xs-6, .latestNews .col-xs-6 {
    width: 100% !important
  }
  .home .anchors p {
    padding-bottom: 45px
  }
  .footer .sitemap .col-lg-2 {
    width: 100%;
    text-align: left
  }
}
@media screen and (min-device-width: 768px), screen and (min-width: 768px) {
  .hidden-sm {
    display: none!important;
  }
}
