/*
         .
     @@@@@@@@@.
   .@@@@@@@@@@@.
   *@@@@@@@@@@@.
   %@@@@@@@@@@&
  .@@@@@@@@@@@(
  (@@@@@@@@@@@.     .
  &@@@@@@@@@@@@@@@@@@@@@@@@@&*
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%.
 /@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*
 %@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@,
 @@@@@@@@@@@@@@@*       /@@@@@@@@@@@@@(
 @@@@@@@@@@@@(             #@@@@@@@@@@@,
,@@@@@@@@@@@*               /@@@@@@@@@@@
,@@@@@@@@@@@                .@@@@@@@@@@@
 @@@@@@@@@@@*               /@@@@@@@@@@@
 .@@@@@@@@@@@%             %@@@@@@@@@@@.
  ,@@@@@@@@@@@@@(.     .#@@@@@@@@@@@@@/
    &@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.
      &@@@@@@@@@@@@@@@@@@@@@@@@@@@@,
        *@@@@@@@@@@@@@@@@@@@@@@@#
            ##@bratcreative##.
*/

@font-face {
  font-family: 'icons';
  src: url("fonts/icons.eot");
  src: url("fonts/icons.?#iefix") format("embedded-opentype"), url("fonts/icons.woff") format("woff"), url("fonts/icons.ttf") format("truetype"), url("fonts/icons.#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'NunitoSans';
    src: local('Nunito Sans'), url('fonts/NunitoSans-Regular.woff2') format('woff2'), url('fonts/NunitoSans-Regular.woff') format('woff'), url('fonts/NunitoSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'NunitoSans-ExtraLight';
    src: local('NunitoSans-ExtraLight'), url('fonts/NunitoSans-ExtraLight.woff2') format('woff2'), url('fonts/NunitoSans-ExtraLight.woff') format('woff'), url('fonts/NunitoSans-ExtraLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: 'NunitoSans-Bold';
    src: local('Nunito Sans Bold'), url('fonts/NunitoSans-Bold.woff2') format('woff2'), url('fonts/NunitoSans-Bold.woff') format('woff'), url('fonts/NunitoSans-Bold.ttf') format('truetype');
    font-style: bold;
    font-weight: 700;
}

@font-face {
    font-family: 'NunitoSans-ExtraBold';
    src: local('Nunito Sans ExtraBold'), url('fonts/NunitoSans-ExtraBold.woff2') format('woff2'), url('fonts/NunitoSans-ExtraBold.woff') format('woff'), url('fonts/NunitoSans-ExtraBold.ttf') format('truetype');
    font-style: black;
    font-weight: 900;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;

}
body {
	line-height: 1;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-padding-start: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#series-splide, #film-splide {
    padding: 0px 20px 20px;
    border-radius: 6px;
    background-color: rgb(40,40,45);
 }

#feat-trailers, #thumbnail-slider {
     padding: 10px 20px 20px;
     background-color: rgb(255, 255, 255);
 }

/*#fullscreen-slider {
     margin-bottom: 45px;
 }*/

.splide__slide {
    display: block;
    width: auto;
    transition: transform 400ms;
    transform-origin: center center;
}
.splide__slide img {
    display: block;
    width: auto;
    border-radius: 6px;
    transition: transform 400ms;
    transform-origin: center center;
}

#feat-trailers .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }

#series-splide img,  #film-splide img {
     transform: scale(.95);
 }

#series-splide img:hover, #film-splide img:hover {
    transform: scale(1);
    opacity:0.3;
    background-color: #000000;
  }
.splide__slide__content {
 padding:40px 0 0;
}

.splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 95%;
  transform: none;
  border-radius: unset;
  width: 50px;
  opacity: 0;
  transition: opacity .3s ease;
}

.splide .splide__arrow:hover {
 opacity:0.9
}

.splide .splide__arrow:disabled {
 opacity:0
}

.splide__arrow svg {
    filter: invert(1);
    width: 40px;
    height: 40px;
}

.splide__arrow.splide__arrow--prev {
  left: 0;
  background: linear-gradient(90deg, rgba(40,40,45,1) 0%, rgba(40,40,45,0) 100%);
}
.splide__arrow.splide__arrow--next {
  right: 0;
  background: linear-gradient(270deg, rgba(40,40,45,1) 0%, rgba(40,40,45,0) 100%);
}

.splide__video__play {
  background:#00ADEF !important;
  border-radius:10% !important;
  height:40px !important;
  width:60px !important;
}

.splide__video__play:after {
border-color:transparent transparent transparent #fff !important;
}
body {
  margin: 0;
  background: #1a1d1d;
  color: #fff;
  font-family: 'NunitoSans', sans-serif;
}
a {
  color: #fff;
}
a.link-no-deco {
  text-decoration: none !important;
}
a {
    color: #fff;
}

p a {
    color: #fff;
    text-decoration: underline
}

p a:hover,
p a:focus {
    color: #fff;
    text-decoration: none;
    font-family: 'NunitoSans-Bold', sans-serif;
}
ul {
	list-style: none outside none;
}
strong {
	font-family: 'NunitoSans-Bold', sans-serif;
    font-size: 1.3em;
}
em {
	font-style: italic;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.ptop {
  padding-top: 1rem;
}
.fend {
  justify-content: flex-end;
  display: flex;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.dark-grey {
  color: #fff;
}
.skoop-blue {
  color: #fff;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.slide-wrap:hover .overlay {
  opacity: 1;
}

/******************* Info hover frontpage *******************/

.caption-text {
  color: #DFDFDF;
  position: absolute;
  width:206px;
  padding: 10px;
  text-align: center;
}
.caption-text .frontlist p {
  color: #E9E9E9 !important;
}
.caption_title {
    color: #fff !important;
    font-family: 'NunitoSans-Bold', sans-serif;
    text-decoration:none;
    line-height: 1.0;
    font-size:24px;
}
.caption-side {
    color: #676767;
}
.caption-side p {
   font-family: 'NunitoSans-ExtraLight', sans-serif;
}
.caption-side p span{
    font-family: 'NunitoSans', sans-serif;
}
.caption_title-side {
    color: #676767 !important;
    font-family: 'NunitoSans-Bold', sans-serif;
    margin-top: 0;
    text-decoration:none;
    line-height: 1.4;
    font-size:18px;
}
.film_list_item {
    font-size: 16px;
    line-height: 1.4em;
}
.film_list_item p span{
    font-family: 'NunitoSans-Bold', sans-serif;
}
.film_list_item p:first-of-type {
  font-family: 'NunitoSans-ExtraLight', sans-serif;
  color: #fff;
}
.film_list_item p {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fff;
}
.film_list_item span{
	font-style:normal;
}
.film_cred_item{
    font-size: 1.2em;
    line-height: 1.6em;
}
.film_cred_item p span{
    font-family: 'NunitoSans-Bold', sans-serif;
}
.film_cred_item p:first-of-type {
  font-family: 'NunitoSans-ExtraLight', sans-serif;
  color: #fff;
}
.film_cred_item p {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fff;
}

.film_cred_item span{
	font-style:normal;
}

/* STRUCTURE */

.wrapper {
	padding: 20px;
	max-width: 100vw;
	margin: 20px auto;
}

.columns {
	background: transparent;
    display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 100vw;
    margin: 5px 5px;
    padding: 15px;
    margin-bottom: 25px;
}

.column {
	flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding: 25px;
	margin-right: 1%;
}

.column.news {
  background: #fff;
  border-radius:6px;
}

.column:first-child { margin-left: 0; }
.column:last-child { margin-right: 0; }

@media screen and (max-width: 980px) {
  .columns .column {
	margin-bottom: 5px;
    flex-basis: 40%;
	}
}

@media screen and (max-width: 980px) {
  .column:nth-last-child(2) {
		margin-right: 0;
    }
}

@media screen and (max-width: 980px) {
  .column:last-child {
		flex-basis: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

.column .title{
   	font-size: 18px;
	color: #000;
   	font-family: 'NunitoSans-Bold', sans-serif;
	font-weight: 700;
	line-height: 20px;
    display: block;
}

.column p {
  margin-bottom: 8px;
  margin-top: 10px;
  text-align: justify;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

.column:after {
 position: relative;
  content: '';
  width: 100%;
  bottom: 13px;
  display: inline-block;
}
.column .date {
	color: #616a82;
    font-size: 11px;
}
.news a, .news a:hover {
	text-decoration: none;
}

.button_big {
	font-size: 15px;
	font-family: 'NunitoSans-Bold', sans-serif;
    line-height: 38px;
	height: 38px;
}
.button {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
    border-radius: 4px;
	background: #000;
	padding: 0 4px;
	display: inline-block;
}
.button:hover {
	color: #000;
    border: 1px solid #CCCCCC;
    background: #CCCCCC ;
}
.button .wrap {
    padding: 0 4px;
	overflow: hidden;
}

/* footer */
footer {
    background-color: #000;
	padding: 40px 0 16px;
	overflow: hidden;
    width:100%;
}
footer .block {
   display: block;
   text-align: center;
   margin: 0 auto;

}

footer #block_copyright a{
	color:#B7B7B7;
}
footer #block_copyright a:hover{
	color:#f5f6f6;
	text-decoration:underline;
}
footer a {
	color: #fff;
	text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

footer a:hover {
	text-decoration: underline;
}

footer .SMLogo {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        opacity: 1;
    }

footer .SMLogo:hover {
      opacity: 0.8;
    }

#block_footer_menu ul, #block_credit_footer ul{
 padding-inline-start: 0;
}

#block_footer_menu li {
	float: left;
	list-style: none outside none;
	line-height: 100%;
	padding: 0 8px 0 0px;
	margin-left: 9px !important;
	border-right: 1px solid #A4A4A4;
}

#block_footer_menu  ul li:last-child {
	border-right: 0 none;
	padding-left: 0;
}

@media screen and (max-width: 480px) {
    footer .SMLogo {
        max-width: 200px;
    }
footer a {
     font-size: 0.9em;
}
#block_credit_footer li {
	font-size: 0.9em;
}
.htmlfooter_bc .icon_bc {

  background-position: center 0px!important;

}
}

#block_credit_footer li {
	float: left;
	margin-left: 5px;
    line-height: 1;
    color: #F5F6F6;
	text-decoration: none;
    font-family: 'NunitoSans-ExtraLight', sans-serif;

}
footer #block_credit_footer {
    color: #000;
    padding-top: 14px;
    display: flex;
    display: -webkit-flex; /* Safari 8 */
    flex-wrap: wrap;
   -webkit-flex-wrap: wrap;         /* Safari 8 */
   justify-content: center;
   -webkit-justify-content: center;       /* Safari 8 */
}

#block_credit_footer ul {
    list-style: none outside none;
}

/* block menu in footer */
footer #block_footer_menu {
    color: #707070;
    padding-top: 4px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   justify-content: center;
   -webkit-justify-content: center;
}

/******************* Made by *******************/

.htmlfooter_bc .icon_bc {

  display: inline-block;
  position: relative;
  background: url("images/icon_b.png") no-repeat center 2px;
  width: 14px;
  height: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.htmlfooter_bc .icon_bc span {
  position: absolute;
  left: -90px;
  top: +14px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #A4A4A4;
  font-size: 10px;
  display: none;
}

.htmlfooter_bc .icon_bc:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.htmlfooter_bc .icon_bc:hover span {
  display: block;
}

#content{
        background:transparent;
        margin-bottom: 30px;
}

.df-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.df-row-wb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.df-row-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 10px;
  margin-bottom: -5px;
}

.df-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.df-column {
    flex: 0 0 24%;
    margin-left: 2%;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.df-double-column {
    width: 74%;
    border-radius: 6px;
    background-color: rgb(40,40,45);
    margin-bottom: 20px;

}

.df-double-column-page {
    width: 64%;
    margin-bottom: 20px;
    margin: 0 auto;
}

.df-double-column-wb {
    width: 54%;
    margin-bottom: 20px;
}

.df-column-page {
    flex: 0 0 24%;
    margin-left: 2%;
    margin-bottom: 20px;
}

.df-column-wb {
    flex: 0 0 18%;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 1200px) {
.df-column {
    flex: 0 0 34%;
}
.df-double-column {
    width: 64%;
}
}

@media screen and (max-width: 996px) {
.df-column {
    flex: 0 0 100%;
    margin-left: 0%;
}
.df-double-column {
    width: 100%;
}
.df-double-column-page {
    width: 100%;
}
.df-column-page {
    flex: 0 0 100%;
}
.df-double-column-wb {
    width: 100%;
}
.df-column-wb {
    flex: 0 0 100%;
}
}

 .thumbnails {
        display: flex;
        float: left;
        padding: 0;
      }

      .thumbnail {
        overflow: hidden;
        list-style: none;
        cursor: pointer;
        margin-right: 10px;
        opacity: 0.3;
        }

      .thumbnail.is-active {
        opacity: 1;
      }
      .thumbnail.is-active:after {
        overflow: hidden;
        list-style: none;
        cursor: pointer;
        content:"";
	    position:absolute;
	    top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(images/bg_play.png) no-repeat 50% 50%;

      }
      .thumbnail img {
        width: 100%;
        height: auto;
      }

.feat_title {
	font-size: 18px;
    letter-spacing: 0.5px;
	font-family: 'NunitoSans-Bold', sans-serif;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* the new css till */
.navbar-collapse {
  padding: 10px;
}

@media (max-width:1200px) {
.navbar-collapse li{
 font-size: 1.2rem;
 padding-top: 10px;
}
}

/******************* nav button *******************/
.navbar-toggler {
    width: 35px;
    height: 30px;
    top: calc(90% - 15px);
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(45deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-45deg);
}

.search-icon:after {
  font-family: 'icons';
  content: "\EA09";
  position: relative;
  left: 0px;
  top: 1px;
  font-size: 16px;
}
li.protected > a:after {
  font-family: 'icons';
  content: "\EA03";
  position: relative;
  left: 5px;
  top: 1px;
  font-size: 14px;
}

.post-password-form p:first-child {
    visibility: hidden;
}
.post-password-form p:first-child:before {
    content: "Please note that our logos are available for download from the 'Logo' section in the menu. \A \A The content here is for internal use only and password protected. To view it please enter your password below:";
    visibility: visible;
    white-space: pre-wrap;
}
/*nav {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
} */

.navbar-brand img {
    margin-left: 10px;
}

#navbar {
    transition: all 1.5s ease 0s;
}

#navbar.page {
    background-color: #000 ;
}

.navbar-nav li.FamilyHome a{
  display: block;
  content:url('images/nav-family.png');
  max-height: 35px;
  margin-top: -2px;
  background-repeat: no-repeat;
  text-indent: -9000px;
  opacity: 0.8;
}

.navbar-nav li.FamilyHome a:hover{
  opacity: 1.0;
}

.navbar-nav li.PrimeHome a{
  display: block;
  content:url('images/nav-prime.png');
  background-repeat: no-repeat;
  text-indent: -9000px;
  opacity: 0.8;
}

.navbar-nav li.PrimeHome a:hover{
  opacity: 1.0;
}

.navbar-nav li.Insta a{
  display: block;
  content:url('images/nav-insta.png');
  background-repeat: no-repeat;
  text-indent: -9000px;
  opacity: 0.8;
}

.navbar-nav li.Insta a:hover{
  opacity: 1.0;
  content:url('images/nav-insta-hover.png');
}

.navbar-nav li.Facebook a{
  display: block;
  content:url('images/nav-facebook.png');
  background-repeat: no-repeat;
   margin-left:10px;
  text-indent: -9000px;
  opacity: 0.8;
}

.navbar-nav li.Facebook a:hover{
  opacity: 1.0;
  content:url('images/nav-facebook-hover.png');
}

.navbar-nav li.YouTube a{
  display: block;
  content:url('images/nav-youtube.png');
  background-repeat: no-repeat;
   margin-left:10px;
  text-indent: -9000px;
  opacity: 0.8;
}

.navbar-nav li.YouTube a:hover{
  opacity: 1.0;
   content:url('images/nav-youtube-hover.png');
}

.navbar-nav li.Linkedin a{
  display: block;
  content:url('images/nav-linkedin.png');
  background-repeat: no-repeat;
   margin-left:10px;
  text-indent: -9000px;
  opacity: 0.8;
}

.navbar-nav li.Linkedin a:hover{
  opacity: 1.0;
   content:url('images/nav-linkedin-hover.png');
}
.social-menu {
 color:#FFF;
 margin-right:10px;
}

#menu-social-menu.navbar-nav{
 flex-direction:row;
}

 .social-menu .social-menu__title {
  margin-top:10px
 }


@media (min-width:1200px) {
 .social-menu .social-menu__title {
  display:none
 }
}

@media (max-width:1200px) {
 #menu-social-menu {
  padding-bottom:15px;
 }
}

@media (max-width:1200px) {
 #menu-header-menu {
  padding-bottom:20px;
 }
}
.nav-link {
    font-family: 'NunitoSans-Bold', sans-serif;
    letter-spacing: 0.5px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1200px) and (max-width: 1310px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.2rem;
  }
   .input-group {
   max-width: 200px;
  }
}
#footer-menu .nav-link {
    line-height: 1em;
    padding: 0;
    background-color: transparent;
    font-family: 'NunitoSans', sans-serif;
    font-size: 1em;
    text-transform: none;
    color: #A4A4A4;
    transition: all 0.3s
}

@media screen and (max-width: 980px) {
    #footer-menu {
    font-size: 14px;
   }
}
.back-white {
    background-color: white
}

.back-dark {
  background: rgba(45,50,60,1);
  background: -moz-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(30,30,30,1) 47%, rgba(45,50,60,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30,30,30,1)), color-stop(47%, rgba(30,30,30,1)), color-stop(100%, rgba(45,50,60,1)));
  background: -webkit-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(30,30,30,1) 47%, rgba(45,50,60,1) 100%);
  background: -o-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(30,30,30,1) 47%, rgba(45,50,60,1) 100%);
  background: -ms-linear-gradient(left, rgba(30,30,30,1) 0%, rgba(30,30,30,1) 47%, rgba(45,50,60,1) 100%);
  background: linear-gradient(to right, rgba(30,30,30,1) 0%, rgba(30,30,30,1) 47%, rgba(45,50,60,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
  color: white;
}

.margin-t-100 {
    padding-top: 100px !important;
    padding-bottom: 10px !important;
}

.margin-t-30 {
    padding-top: 30px !important;
}

.margin-t-60 {
    padding-top: 60px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-tb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.p-tb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.p-tb-30-100 {
    padding-top: 30px !important;
    padding-bottom: 100px !important;
}

.p-tb-60-100 {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}

.no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.team.row {
    padding: 15px;
}

.teamImage {
    background: #fff;
    border-radius: 6px 6px 0px 0px;
}

.teamImage img{
    border-radius: 6px 6px 0px 0px;
}
.teamName {
    color: #fff;
    background: #fff;
    font-family: 'NunitoSans-Bold', sans-serif;
    letter-spacing: 0.5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    line-height: 20px;
}

.teamName span {
    font-family: 'NunitoSans', sans-serif;

}

.teamContent {
    min-height: 185px;
    background: #fff;
    padding-top: 28px;
    padding-left: 24px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-radius: 6px;
}

.teamContent a:hover,
.teamContent a:focus {
    color: #fff;
    text-decoration: none;
    font-family: 'NunitoSans-Bold', sans-serif;
}

.teamContent .row {
    padding-bottom: 10px
}

.marginBottomGutter {
    margin-bottom: 30px;
}

.team-more ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.team-more ul li {
  position: relative;
  width: 91.66667%;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
}
.team-more ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.team-more ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.team-more ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.team-more ul li:last-of-type {
  padding-bottom: 0;
}
.team-more ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.team-more ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 9px;
}
.team-more ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.team-more ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.team-more ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.team-more ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.team-more ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.team-more ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.team-more h2 {
   font-family: 'NunitoSans-Bold', sans-serif;
   font-size: 1rem;
}
.team-more p {
   line-height: 1.4em;
   padding-top: 10px;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

/* blog */
.blog .node, .archive .node, .search .node {
	overflow: hidden;
	padding-bottom: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.blog-post article.node{
	padding-bottom: 0;
}
article.node{
    margin-left: 15px;
}
.blog ul.details, .archive ul.details, .search ul.details {
	color: #696969;
	font-size: 12px;
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 20px;
}
.blog #related_posts .details {
	padding: 0 0 10px;
}
.blog .node .title_page, .archive .node .title_page, .search .node .title_page {
	margin-bottom: 0;
}
.blog .details li, .archive .details li, .search .details li {
	float: left;
	border-left: 1px solid #696969;
	padding-left: 9px;
	margin-right: 10px;
	line-height: 1;
}
.blog .details a, .archive .details a, .search .details a {
	color: #030303;
	text-decoration: none;
}
.blog .details a:hover, .archive .details a:hover, .search .details a:hover {
	color: #696969;
}
.blog .details li:first-child, .archive .details li:first-child, .search .details li:first-child {
	border-left: 0 none;
	padding-left: 0;
	margin-left: 0;
}
.blog .node .title_page, .archive .node .title_page, .search .node .title_page {
	padding-right: 20px;
	position: relative;
	overflow:hidden;
	padding-right:0;
}
.blog .node .title_page.sticky:before, .archive .node .title_page.sticky:before, .search .node .title_page.sticky:before{
	background: url(images/sticky.png) center 0 no-repeat;
	content: "";
	width: 20px;
	height: 18px;
	display: block;
	float:right;
	margin-top:3px;
	margin-left:8px;
}
.type-news {
  padding: 20px;
  border-radius: 6px;
  margin: 10px;
}

.type-news .details {
  font-size: 11px;
}

.type-news .title_page:after {
	background-position: 0 0;
}
.type-video .title_page:after {
	background-position: 0 -18px;
}
.type-photo .title_page:after {
	background-position: 0 -36px;
}

/*.entry-content {
    background: url(images/bg_h1_line.png) 0 100% repeat-x;
}
*/
.map-responsive {
    padding: 15px;
}
/* typography */
span.bold {
	font-weight: bold;
}
.node p {
    font-family: 'NunitoSans', sans-serif;
	margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4em;
}
.node ul {
    list-style-type: square;
    list-style-position: inside;
    font-family: 'NunitoSans', sans-serif;
	margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.4em;
}
.no-bottom-padding {
       padding-bottom: 0px !important;
}
#content-page .node p {
    font-size: 1.2em;
    padding: 0px 15px 0px 0px;
}

.newscontainer__text span {
     padding: 15px 15px 15px 0px;
}

#content-page {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.node p.margin_small {
	margin-bottom: 10px;
}
.node p.last {
	margin-bottom: 0 !important;
}
.node h1, .node h2, .node h3, .node h4, .node h5, .node h6, .archive-header h1, .search .page-header h1 {
   font-family: 'NunitoSans-Bold', sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.node h1, .node h2.title_page, .archive-header h1, .search .page-header h1 {
	font-size: 36px;
    line-height: 40px;
    color: #FFF;
}
@media (max-width:767px) {
.node h1, .node h2.title_page, .archive-header h1, .search .page-header h1 {
	font-size: 24px;
    line-height: 25px;
}
}
.node h2 {
	font-size: 22px;
}
.node h3 {
	font-size: 20px;
}
.node h4 {
	font-size: 18px;
}
.node h5 {
	font-size: 15px;
}
.node h6 {
	font-size: 14px;
}

.widget h1 {
   	font-size: 1.625em;
}
h1 {
   	font-size: 2.625em;
	color:#fff;
    font-family: 'NunitoSans-ExtraBold', sans-serif;
    letter-spacing: 0.5px;
	text-decoration:none;
    line-height: 34px;
    margin-left: 15px;
}
h1.dark {
  	color:#fff;
    margin-bottom: 20px;
    margin-left: 15px;
}
h1.blue {
  	color:#fff;
    margin-bottom: 5px;
    margin-left: 15px;
}
h1.title {
    font-size: 2.625em;
	color:#fff;
    font-family: 'NunitoSans-ExtraBold', sans-serif;
    letter-spacing: 0.5px;
	text-decoration:none;
    line-height: 34px;
    margin-bottom: 20px;
    margin-left: 15px;
}

h1.title.dark {
  	color:#000;
    margin-bottom: 20px;
    margin-left: 15px;
}
h1.covertitle {
    font-size: 2em;
    background: -webkit-linear-gradient(#000, #fff);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	color:#000;
    font-family: 'NunitoSans-ExtraBold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	text-decoration:none;
    line-height: 34px;
    margin-left: 15px;
}
.covertitle {
	font-size: 3.2em;
    font-weight: 700;
    color:#000 !important;
    margin-left: 0px !important;
}
h2 a{
	color:inherit;
	text-decoration:none;
}

h2 a:hover{
	color:#272727;
    opacity: 0.8;
	text-decoration:none;
}
h2.title {
    font-size: 18px;
    font-family: 'NunitoSans-Bold', sans-serif;
    color: #000;
	line-height: 24px;
	padding: 0px 0 4px;
	margin-bottom: 14px;
}
h2.blue {
    font-family: 'NunitoSans-ExtraBold', sans-serif;
    color:#fff;
	line-height: 24px;
	padding: 0px 0 4px;
	margin-bottom: 14px;
}
h3.title {
    font-size: 18px;
    font-family: 'NunitoSans-Bold', sans-serif;
    color: #000;
	line-height: 24px;
    text-transform: uppercase;
	padding: 0px 0 4px;
	margin-bottom: 14px;
}
.node .title_page {
	line-height: 25px;
	padding: 5px 0px 8px;

}
.node .critic {
	color: #030303;
}

/* wrap img */

.photo_colums .wrap_me {
	width: 97.5%;
}
.wrap_me {
    cursor: auto;
}

.wrap_me.large{
	display:block !important;
	margin-bottom:20px;
}
.wrap_me img{
	display:block;
}

p.wrap_video {
	display: block;
	margin: 0 auto 20px;
	max-width: 644px; /* grid_8 size */
}
.wrap_me_white {
  border: 2px solid #ffffff;
}

/* shortcodes */
.align_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.align_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.align_center {
	clear: both;
	display: block;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
    margin-bottom: 20px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}

.pagecontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.newscontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
 .newscontainer__image {
    margin: 0px 20px 20px 0px;
    max-width: fit-content;
    object-fit: contain;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

 .newscontainer__image .rounded {
    margin-top: 20px;
}
 .newscontainer__image-single {
    margin: 0px 20px 20px 0px;
    max-width: fit-content;
    object-fit: contain;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
}
 .newscontainer__image-single img{
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
 .newscontainer__text {
	display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1 60%;
    font-family: 'NunitoSans', sans-serif;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.4em;
}
 .newscontainer__text-single {
	display: flex;
    flex-direction: column;
    font-size: 1.2em;
    line-height: 1.4em;
    flex-basis: 66.66667%;
    margin-left: 16.66667%;
}
.newscontainer__text-single .date {
	color: #696969;
    font-size: 11px;
    margin-bottom: 11px;
}
 .newscontainer__button {
	 flex: 1 100%;
	 align-self: flex-end;
}
@media screen and (max-width: 980px) {
 .newscontainer__text-single {
    flex-basis: 90%;
    margin-left: 2%;
}
}
/* Layouts */
.one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	word-wrap: break-word;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}

.zoom-in {
    overflow: hidden
}

.zoom-in img {
    border-radius: 6px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.zoom-in:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.single-title img{
	max-width:100%;
    height: auto;
}

.headerImageContainer{
   margin-bottom: 20px;
}

.headerImageContainer img{
	max-width:100%;
    height: auto;
}

@media (max-width:1200px) {
#fullscreen-slider{
   margin-top: 74.5px;
}
}
.img-full {
    width: 100%;
    height: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    margin-bottom: 5%;
    height: auto
}

.list-element {
    color: white;
    margin-top:30px;
    background: transparent;
    border-radius: 6px;
    font-family: 'NunitoSans', sans-serif;
	margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.4em;
    height: auto;
}

.list-element h2,
.list-element h3,
.list-element h4,
.list-element h5,
.list-element a {
    color: #fff;
    transition: all 0.3s
}

.list-element h2:hover,
.list-element h3:hover,
.list-element h4:hover,
.list-element h5:hover,
.list-element a:hover,
.list-element h2:focus,
.list-element h3:focus,
.list-element h4:focus,
.list-element h5:focus,
.list-element a:focus,
.list-element h2:active,
.list-element h3:active,
.list-element h4:active,
.list-element h5:active,
.list-element a:active {
    color: #c9c9c9
}

.list-element h2 {
    font-size: 25px;
    font-family: 'NunitoSans-ExtraBold', sans-serif;
    line-height: 1.16;
    padding-bottom: 10px;
}

.list-element .tag {
    padding: 2px 10px;
    border-radius: 0px;
    font-size: 1.1em;
    font-family: 'NunitoSans', sans-serif;
    color: #616a82;
    border: 1px solid #616a82
}

.list-element .tag.highlight {
    color: #272727;
    background-color: #c9c9c9
}

.list-element.no-bottom-border {
    border-bottom: 1px solid transparent
}

@media screen and (max-width: 767px) {
    .list-element {
        overflow: hidden
    }
}

.tag {
    padding: 2px 10px;
    border-radius: 0px;
    font-size: 1em;
    font-weight: bold
}

.more {
    position: relative;
    display: block;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #222;
    padding-right: 23px
}

.more i {
    position: absolute;
    right: 0;
    top: 2px;
    color: #dc2c34
}

/* Buttons */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #fff;
    border-bottom:0;
    /* white-space: nowrap;*/
    padding: 7px 10px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default.c-prim {
    background-color: transparent;
    color: #fff;
    border-color: #b1b1b1;
    background-image: none;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.btn-default.c-prim:hover,
.btn-default.c-prim:focus {
    background: #fff;
    color: #fff;
    border-color: #b1b1b1;
    outline: none
}

.btn-default.c-prim:active {
    background-color: #fcfcfc;
    background-size: 100%;
    transition: background 0s;
    outline: none
}

.btn-default.c-fam {
    background-color: transparent;
    color: white;
    border-color: #B7B7B7;
    background-image: none;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.btn-default.c-fam:hover,
.btn-default.c-fam:focus {
    background: #A1A1A1 radial-gradient(circle, transparent 1%, #A1A1A1 1%) center/15000%;
    color: #fff;
    border-color: transparent;
    outline: none
}

.btn-default.c-fam:active {
    background-color: #fcfcfc;
    background-size: 100%;
    transition: background 0s;
    outline: none
}

.btn-default {
    color: #fff;
    border-color: #ccc
    background-color: #3B3B3B;
    background-image: linear-gradient(315deg, #3B3B3B 0%, #1f1f1f 74%);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: none
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
    outline: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
    outline: none
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b71e25;
    border-color: #98191f
}

.btn-nolink {
    cursor: default;
     font-family: 'NunitoSans', sans-serif;
    white-space: normal !important;
    text-align: left !important;
}

.btn-nolink.rounded {
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold
}

.btn-nolink-hover {
    background-color: transparent !important;
    border-color: #3e3e3e;
    color: #3e3e3e;
    font-family: 'NunitoSans', sans-serif;
    margin: 2px 0;
    pointer-events:none;
}

.btn-nolink-hover:focus,
.btn-nolink-hover:active {
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-nolink-hover-white {
    background-color: #fff;
    border-color: #3e3e3e;
    color: #3e3e3e;
    font-family: 'NunitoSans', sans-serif;
    margin: 2px 0
}

.btn-nolink-hover-white:focus,
.btn-nolink-hover-white:active {
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-default {
    background-color: transparent;
    border-color: #3e3e3e;
    border-radius: 0px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #3e3e3e;
    font-family: 'NunitoSans', sans-serif;
    margin: 0px 0;
    transition: all 0.5s;
    outline: none;
    text-decoration: none;
}

.btn-default .fa {
    margin-left: 10px
}

.btn-default.white {
    background-color: rgba(255, 255, 255, .75)
}

.btn-default:hover,
.btn-default:focus,
.btn-default.btn-no-link-gray {
    background: #000;
    color: #fff;
    border: 1px solid #CCCCCC;
    outline: none
}

.btn-default.btn-nolink-hover:hover,
.btn-default.btn-nolink-hover:focus {
    background: transparent;
    color: inherit;
    border-color: inherit
}

.btn-default:active {
    background-color: #5a5a5a;
    background-size: 100%;
    transition: background 0s;
    outline: none
}

.btn-default-rounded {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color:#000;
    background:#CCCCCC;
    border: 1px solid #CCCCCC;
    padding: 6px 6px;
    font-size: 18px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 6px;
    width: 100%;
    font-family: 'NunitoSans-ExtraBold', sans-serif;
}

.btn-default.normal {
    font-weight: normal
}

.btn-default.tag {
    border-radius: 0px;
}

.read_more {
	text-align: right;
}

/* sidebar */
#sidebar .block {
	display: block;
	margin-bottom: 20px;
}
#sidebar .block_title {
	font-size: 18px;
    font-family: 'NunitoSans-Bold', sans-serif;
    color: #000;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 15px 8px;
    color: #000;
}
#sidebar .feat_title {
	color: #fff;
	font-size: 18px;
    letter-spacing: 0.5px;
	font-family: 'NunitoSans-Bold', sans-serif;
    text-transform: uppercase;
	padding: 10px 15px 8px;
	height: 25px;
	line-height: 25px;

}
#sidebar .block_title a {
	float: right;
}
#sidebar .title_page {
	font-size: 18px;
}
#sidebar .content {
	background: transparent;
	color: #fff;
	padding: 30px 15px;
}
#sidebar .content-single {
	background: transparent;
	color: #fff;
	padding: 20px 15px;
}

.content-single img{
max-width: 100%;
height: auto;
}

#sidebar .news_item {
	background: #ffffff;
	color: #fff;
	padding: 10px 15px;
}

#sidebar .content a:hover, #sidebar .details .title a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.details-social {
    padding-bottom: 40px;
    margin-bottom: 2px;
    margin-top: 10px;
}

.details p {
    margin: 0;
    font-family: 'NunitoSans', sans-serif;
    font-size: 16px;
}
.details-social p {
    margin: 0;
    padding: 0 !important;
    font-family: 'NunitoSans', sans-serif;
    font-size: 16px;
}

/* block photo galleries */
#block_photo_galleries {
 margin-top: 4px;
}
#block_photo_galleries li {
	overflow: hidden;
	margin-top: 15px;
}
#block_photo_galleries li:first-child {
	margin-top: 5px;
}
#block_photo_galleries .photo {
	float: left;
	width: auto;
	position: relative;
}
#block_photo_galleries .photo-center {
	text-align: center;
	width: auto;
	position: relative;
}
#block_photo_galleries .flyer {
	float: left;
	width: 175px;
	position: relative;
}
#block_photo_galleries .details {
	float: left;
	width: 90px;
	padding-left: 15px;
}
#block_photo_galleries .photo img {
	float: left;
}
#block_photo_galleries .photo-center img {
	text-align: center;
}

#wpsimplegallery_container a {
  position: relative;
  display: inline-block;
}
#wpsimplegallery_container a:hover:before {
     content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 125px;
    top: 10px;
    left: 10px;
    background: url(images/bg_zoom.png) no-repeat scroll center center;
}
#wpsimplegallery_containerc a {
  position: relative;
  display: inline-block;
}
#wpsimplegallery_containerc a:hover:before {
     content: '';
    display: block;
    position: absolute;
    width: 400px;
    height: 250px;
    top: 10px;
    left: 10px;
    background: url(images/bg_zoom.png) no-repeat scroll center center;
}

/* Cols */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11, .push_12, .pull_12 {
	position:relative;
}

/* Standard widgets */
.widget_archive ul,
.widget_calendar #calendar_wrap,
.widget_categories ul,
.widget_nav_menu .menu-header-menu-container,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_tag_cloud .tagcloud,
.widget_text .textwidget,
.widget_top_rated ul{
	padding:4px 15px;
   	border-top:none;
    background: transparent !important; /* for non-css3 browsers */

}
.textwidget p{
  color: #fff;
  font-family: 'NunitoSans', sans-serif;
  font-size: 1.1em;
  line-height: 1.6em;
}
.textwidget p a{
  text-decoration: none;
}
.textwidget p a:hover{
  opacity: 0.8;
}