/*
All Pantone C colors with HEX and RGB codes: http://it.labelpartners.com/pantone_coated_table.html
RGB.to http://rgb.to/hex/006edc

yellow: #FFC91A

*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	*behavior: url(../../public/js/boxsizing.htc); /* polyfill  for IE6 & IE7 - star hack */
}

html {
    z-index: -2;
}
body {
    background-color: transparent;
	font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.65em;
	font-weight: 300;
    line-height: 1.5;
    color: #CFCFCF;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
    z-index: 1;
}
/* add the transparent pattern overlay to images */
.overlay-dots:after {
	background: url(../../public/img/overlays/white-small-checks.png) center repeat;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.35;
	z-index: -1;
}

.overlay-dots2:after{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background:transparent url(../../public/img/overlays/white-small-checks.png) repeat top left;
    opacity:0.4;
    z-index: -1;
}
h1, h2, h3, h4, h5, h6{
    font-family:  "Ek Mukta", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
    line-height: 1.5;
    color: #C9C9C9;
    padding: 15px 0 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    h2{
        font-size: 26px;
    }
}
h2{
    padding: 15px 0 15px 0;
}
p{

}
em.yellow-text {
    font-style: normal;
    font-weight: 300;
}
.yellow-text {
    color: #FFC91A;
}
.justify-text{
    text-align: justify;
}
.upper-text{
    text-transform: uppercase;
}
.lower-text{
    text-transform: lowercase;
}
.larger-text {
    font-size: 1.3em;
}
.small-text{
    font-size: 0.9em;
}
.bold {
	font-weight: bold;
}
.italic{
    font-style: italic;
}
.centered{
    text-align: center;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.red{
    color: #c21d25;
}
.gray{
    color: #7A7A7A;
}

.logo-alt-text{
    font-family:  "Playfair Display", "Libre Baskerville", Georgia, serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.5;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    margin: 0;
    padding-bottom: 20px;
}
.bordered-box{
    border: 1px solid black;
    padding: 15px;
    margin: 10px 0;
}
.container-full {
    margin: 0 auto;
    width: 100%;
}
.promo-container {
    background-color: #006EDC;
    margin-top: -35px;
}
.promo-text {
    color: #FFFFFF;
    display: block;
    text-align: center;
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 35px;
    margin: 20px auto;
}
hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    height: 0;
    margin: 20px auto;
    width: 100%;
}

.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top25 { margin-top:25px; }
.top30 { margin-top:30px; }
.top50 { margin-top:50px; }
.top90 { margin-top:90px; }
.bottom20 { margin-bottom:20px; }
.bottom25 { margin-bottom:25px; }
.content-top-margin { margin-top:90px; }

::selection{
	color:#FFFFFF;
	background: #454545 ; /* CSS3 ::selection Selector, IE9+, Opera, Google Chrome and Safari */
}
::-moz-selection{
	color:#FFFFFF;
	background: #454545 ; /* CSS3 Firefox text selection color */
}
.hidden-flag {
    display: none !important;
}


/* #fancy-line styles
============================================= */
.fancy-line{
    overflow: hidden;
    text-align: center;
}
.fancy-line span{
    position: relative;
}
.fancy-line span:before,
.fancy-line span:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 0;
    height: 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 200em;
}
.fancy-line span:before {
    right: 100%;
    margin-right: .5em;
}
.fancy-line span:after {
    left: 100%;
    margin-left: .5em;
}
.fancybox-nav span {
    visibility: visible;
}
.image-show {
    display: none;
}
.fancy-map {
    z-index: 500000;
}

/* #Images styles
============================================= */
.bordered {
	position:relative;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}
.hover-animate-zoom {
	background: rgba(0, 0, 0, 1.0) url(../../public/img/zoom-icon-white-1.png) no-repeat center center;
}
.hover-animate-link {
	background: rgba(0, 0, 0, 1.0) url(../../public/img/link-white-1-48.png) no-repeat center center;
}
.hover-animate-external-link {
	background: rgba(0, 0, 0, 1.0) url(../../public/img/external-link-white-1.png) no-repeat center center;
}
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
	        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
}
.inner-shadow img {
   display:block;
}
.inner-shadow {
   display:block;
   position:relative;
}
.inner-shadow::before {
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
   -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
           box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
}
.flag-icon {
    margin: 0;
}
.colection-title {
    text-align: center;
    margin: 20px 15px 10px 15px;
    background: rgba(10, 10, 10, 0.8);
}
.img-conatiner {
    margin-bottom: 15px;
}
.img-caption {
    text-align: center;
}


/* Page wrapper & Vertical navbar
*************************************************************************************** */

#wrapper {
    padding-left: 0;
}
#page-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
}
.container-fluid {
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35);
    border-top-left-radius: 1200px 30px;
    border-top-right-radius: 1200px 30px;
    border-bottom-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
    #page-wrapper {
        padding: 10px;
        margin-top: 40px;
    }
}
/* .container-fluid
********************************* */
.container-fluid {
    margin: 0 450px 50px 50px;
    padding: 0 35px 35px 35px;
}
@media (max-width: 1600px) {
    .container-fluid {
        margin: 0 250px 15px 25px;
        padding: 0 35px 35px 35px;
    }
}
@media (max-width: 1366px) {
    .container-fluid {
        margin: 0 150px 15px 25px;
        padding: 0 35px 35px 35px;
    }
}
@media (max-width: 1199px) {
    .container-fluid {
        margin: 0 25px 15px 25px;
        padding: 0 25px 25px 25px;
    }
}
@media (max-width: 991px) {
    .container-fluid {
        margin: 0 15px 10px 15px;
        padding: 0 15px 15px 15px;
    }
}
@media (max-width: 767px) {
    .container-fluid {
        margin: 0;
        padding: 0 15px 15px 15px;
    }
}
@media (max-width: 480px) {
    .container-fluid {
        margin: 0;
        padding: 0 15px 15px 15px;
    }
}

/* Vertical navbar
*************************************************************************************** */

/*
.side-nav {
    background: #171717 url(../../public/img/backgrounds/seamless/noise-3.jpg) repeat;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
}
.navbar-header,
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    background: #171717 url(../../public/img/backgrounds/seamless/noise-3.jpg) repeat;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFC91A;
    transition: all 0.3s ease 0s;
}
.top-nav>.open>.dropdown-menu {
    border: 1px solid rgba(255, 0, 153, 0.5);
    background-color: #fff;
}
.top-nav>li>a {
    color: #999;
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #FFC91A;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: rgba(0, 0, 0, 0.8);
}
.side-nav>li>ul>li>a {
    color: #FF00CC;
}
.side-nav>li>ul>li>a:hover {
    color: #FFC91A;
}
.brand-logo {
    color: #FFC91A;
}
.social-links {
    color: #cfcfcf;
}
.copyright {
    color: #cfcfcf;
}

*/

/* Colors
yellow #FFC91A;
background: #171717 url(../../public/img/backgrounds/seamless/noise-3.jpg) repeat;
************************************ */
.side-nav {
    background: #FFC91A url(../../public/img/backgrounds/seamless/noise-yellow-5.jpg) repeat;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
}
.navbar-header,
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    background: #FFC91A url(../../public/img/backgrounds/seamless/noise-yellow-5.jpg) repeat;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000000;
    border-bottom: 1px solid #000000;
    transition: all 0.3s ease 0s;
}
.top-nav>.open>.dropdown-menu {
    background-color: #fff;
}
.top-nav>li>a {
    color: #999;
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background: #000 url(../../public/img/backgrounds/seamless/noise-black-1.jpg) repeat;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: #000 url(../../public/img/backgrounds/seamless/noise-black-1.jpg) repeat;
}
.side-nav>li>ul>li>a {
    /* color: #FF00CC; */
}
.side-nav>li>ul>li>a:hover {
    /* color: #FFC91A;*/
}
.brand-logo {
    color: #FFC91A;
}
.social-links {
    color: #000000;
}


.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    padding-left: 25px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 800px;

}

/* Top Navigation */
.top-nav {
    padding: 0 15px;
}
.top-nav>li {
    display: inline-block;
    float: left;
}
.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}
.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}
ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
li.message-preview {
    width: 275px;
}
li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
li.message-footer {
    margin: 5px 0;
}
ul.alert-dropdown {
    width: 200px;
}
.side-nav {
    font-size: 18px;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(255, 203, 31, 0.5);
    text-transform: uppercase;
}
/* Side Navigation */
@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 0;
        left: 250px;
        width: 250px;
        margin-left: -250px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 30px;
    }
    .navbar-nav > li > a {
        width: 250px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: transparent;
    }
    .navbar-inverse {
        background: transparent;
        border: none;
    }

}
@media(max-width:767px) {
    .side-nav {
        box-shadow: none;
    }
}
.side-nav li a:hover,
.side-nav li a:focus {
    text-shadow: none;
}
.side-nav>li>ul {
    padding: 0;
}
.brand-logo {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.brand-logo a {
    border: none !important;
}
.social-links {
    position: fixed;
    bottom: 20px;
    margin-left: 10px;
}
.copyright {
    color: #000000;
    font-size: 0.9em;
    position: fixed;
    bottom: 10px;
    margin-left: 10px;
    line-height: 1;
}
.first-info {
    margin-top: 30px;
}

span.copyright-info {
    color: #000;
    font-size: 0.9em;
    margin-left: 15px;
    line-height: 1;
    text-transform: none;
}
span.copyright-info a {
    color: #FF0033;
}
#eu-banner-img {
    padding: 5px 15px 0px 8px;
}
#eu-banner-text {
    color: #000000;
    text-transform: none;
    font-size: 12px;
    padding-left: 15px;
}

 /* Modal
*************************************************************************************** */
.container-modal {
    max-width: 900px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 5px;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.modal-content {
    position: relative;
    background-color: #F5F5F5;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    padding: 0 5px 20px 5px;
}
.modal-dialog {
    max-width: 1120px;
    width: auto;
    margin: 150px auto 0 auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#editForm {
    margin: 0;
    padding: 0;
}



/* #Carousel slider
============================================= */
.carousel,
.carousel .item,
.carousel-inner > .item > img {
    height: 835px;
}
.carousel {
    margin-top: 83px;
    margin-bottom: 40px;
}
.carousel-caption {
    z-index: 10;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    color: #FFFFFF;
}
.carousel-caption img{
    z-index: 10;
    margin: 0 auto 30px auto;
}
#carousel-slider h1{
    font-size: 3em;
    margin: 0 auto 30px auto;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.carousel-caption p {
    margin: 0 auto 80px auto;
    font-size: 22px;
    line-height: 1.4;
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
    color: #E9072D;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: normal;
    font-size: 2em;
}
.carousel .item {
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
}
.carousel .active.left, .carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}
.carousel .next, .carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}
.carousel-inner {
    border-bottom: 5px solid #FFFFFF;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.carousel-inner > .item > img {
    position: absolute;
    margin: 0 auto;
    top: 0;
	left: 0;
    width: 100%;
    min-width: 1920px;
    top: 50%;
	left: 50%;
    overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.carousel .carousel-control {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.carousel:hover .carousel-control {
    visibility: visible;
    opacity: 1;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 40px;
    opacity: 0.35;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #968B6B;
    background-color: rgba(0, 132, 219, 0.3);
    background-color: #968B6B;
    border: 7px solid rgba(0, 0, 0, 0.4);
    border-radius: 30px;
}
.carousel-indicators .active {
    width: 32px;
    height: 32px;
    margin: 0 9px;
    background-color: #fff;
    background-color: rgba(0, 132, 219, 0.8);
}

/* small devices */
@media(max-width:768px) {
    .carousel {
        margin-top: 50px;
        margin-bottom: 40px;
    }
}
/* add the transparent pattern overlay */
#carousel-slider:after {
	background: url(../../public/overlays/white-small-checks.png) center repeat;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.1;
	z-index: 2;
}



/* #On-Scroll Animated Header
============================================= */
.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 10000;
    height: 230px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 0 1.875em;
}

.cbp-af-header h1,
.cbp-af-header nav {
    display: inline-block;
    position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
    line-height: 230px;
}

.cbp-af-header h1 {
    text-transform: uppercase;
    color: #333;
    letter-spacing: 4px;
    font-size: 4em;
    margin: 0;
    float: left;
}

.cbp-af-header nav {
    float: right;
}

.cbp-af-header nav a {
    color: #aaa;
    font-weight: 700;
    margin: 0 0 0 20px;
    font-size: 1.4em;
}

.cbp-af-header nav a:hover {
    color: #333;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
    height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
    line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {

    .cbp-af-header .cbp-af-inner {
        width: 100%;
    }

    .cbp-af-header h1,
    .cbp-af-header nav {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .cbp-af-header h1,
    .cbp-af-header nav a {
        line-height: 115px;
    }

    .cbp-af-header nav a {
        margin: 0 10px;
    }

    .cbp-af-header.cbp-af-header-shrink h1,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 45px;
    }

    .cbp-af-header.cbp-af-header-shrink h1 {
        font-size: 2em;
    }

    .cbp-af-header.cbp-af-header-shrink nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 32.25em) {
    .cbp-af-header nav a {
        font-size: 1em;
    }
}

@media screen and (max-width: 24em) {
    .cbp-af-header nav a,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 1;
    }
}


/* #promo links
============================================= */
.ch-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}
.ch-grid:after {
    clear: both;
}
.ch-grid li {
    width: 240px;
    height: 240px;
    display: inline-block;
    margin: 20px auto;
}
.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
    cursor: pointer;
    cursor: hand;
	box-shadow:
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-1 {
	background-image: url(../../public/img/promo/_1.jpg);
}
.ch-img-2 {
	background-image: url(../../public/img/promo/_1.jpg);
}
.ch-img-3 {
	background-image: url(../../public/img/promo/_1.jpg);
}
.ch-img-4 {
	background-image: url(../../public/img/promo/_1.jpg);
}
.ch-info {
	position: absolute;
	background: rgba(204, 153, 51, 0.5);
	width: inherit;
	height: inherit;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
    vertical-align: middle;
    padding: 0;
    text-align: center;
}
.ch-info img {
	text-align: center;
	vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -20px;
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
    line-height: 1.5;
	margin: 0 30px;
	padding: 35px 0 0 0;
	height: 50px;
	font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
	text-shadow:
		0 0 1px #fff,
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
}
.ch-info p a:hover {
	color: #fff222;
}
.ch-item:hover {
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}


/* #Promo boxes css3 hover effects
============================================= */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-width: 720px;
	max-height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
    font-size: 1.3em;
    color: #FFFFFF;
    text-shadow: none;
	word-spacing: 0.2em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


/*---------------*/
/***** Jazz *****/
/*---------------*/

    figure.effect-jazz {
    	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
    	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
    }

    figure.effect-jazz img {
    	opacity: 0.9;
    }

    figure.effect-jazz figcaption::after,
    figure.effect-jazz img,
    figure.effect-jazz p {
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-jazz figcaption::after {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	border-top: 1px solid #fff;
    	border-bottom: 1px solid #fff;
    	content: '';
    	opacity: 0;
    	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    	-webkit-transform-origin: 50% 50%;
    	transform-origin: 50% 50%;
    }

    figure.effect-jazz h2,
    figure.effect-jazz p {
    	opacity: 1;
    	-webkit-transform: scale3d(0.8,0.8,1);
    	transform: scale3d(0.8,0.8,1);
    }

    figure.effect-jazz h2 {
    	padding-top: 20%;
    	-webkit-transition: -webkit-transform 0.35s;
    	transition: transform 0.35s;
    }

    figure.effect-jazz p {
    	padding: 0.5em 2em;
    	text-transform: none;
    	font-size: 0.85em;
    	opacity: 0;
    }

    figure.effect-jazz:hover img {
    	opacity: 0.7;
    	-webkit-transform: scale3d(1.05,1.05,1);
    	transform: scale3d(1.05,1.05,1);
    }

    figure.effect-jazz:hover figcaption::after {
    	opacity: 1;
    	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    }

    figure.effect-jazz:hover h2,
    figure.effect-jazz:hover p {
    	opacity: 1;
    	-webkit-transform: scale3d(1,1,1);
    	transform: scale3d(1,1,1);
    }
    /*---------------*/
    /***** Bubba *****/
    /*---------------*/
    figure.effect-bubba {
    	background: #474747;
    }
    figure.effect-bubba img {
    	opacity: 1;
    	-webkit-transition: opacity 0.35s;
    	transition: opacity 0.35s;
    }
    figure.effect-bubba:hover img {
    	opacity: 0.4;
    }
    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
    	position: absolute;
    	top: 30px;
    	right: 30px;
    	bottom: 30px;
    	left: 30px;
    	content: '';
    	opacity: 0;
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    }
    figure.effect-bubba figcaption::before {
    	border-top: 1px solid #fff;
    	border-bottom: 1px solid #fff;
    	-webkit-transform: scale(0,1);
    	transform: scale(0,1);
    }
    figure.effect-bubba figcaption::after {
    	border-right: 1px solid #fff;
    	border-left: 1px solid #fff;
    	-webkit-transform: scale(1,0);
    	transform: scale(1,0);
    }
    figure.effect-bubba h2 {
    	padding-top: 20%;
    	-webkit-transition: -webkit-transform 0.35s;
    	transition: transform 0.35s;
    	-webkit-transform: translate3d(0,-20px,0);
    	transform: translate3d(0,-20px,0);
    }
    figure.effect-bubba p {
    	padding: 0;
    	opacity: 0;
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    	-webkit-transform: translate3d(0,20px,0);
    	transform: translate3d(0,20px,0);
    }
    figure.effect-bubba:hover figcaption::before,
    figure.effect-bubba:hover figcaption::after {
    	opacity: 1;
    	-webkit-transform: scale(1);
    	transform: scale(1);
    }
    figure.effect-bubba:hover h2,
    figure.effect-bubba:hover p {
    	opacity: 1;
    	-webkit-transform: translate3d(0,0,0);
    	transform: translate3d(0,0,0);
    }

    /*---------------*/
    /***** Oscar *****/
    /*---------------*/
    figure.effect-oscar {
    	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
    }
    figure.effect-oscar img {
    	opacity: 1;
    	-webkit-transition: opacity 0.35s;
    	transition: opacity 0.35s;
    }
    figure.effect-oscar figcaption {
    	padding: 2em;
    	background-color: rgba(58,52,42,0.7);
    	background-color: transparent;
    	-webkit-transition: background-color 0.35s;
    	transition: background-color 0.35s;
    }
    figure.effect-oscar figcaption::before {
    	position: absolute;
    	top: 30px;
    	right: 30px;
    	bottom: 30px;
    	left: 30px;
    	border: 1px solid #fff;
    	content: '';
    }
    figure.effect-oscar h2 {
    	margin: 0 0 10px 0;
    	-webkit-transition: -webkit-transform 0.35s;
    	transition: transform 0.35s;
    	-webkit-transform: translate3d(0,100%,0);
    	transform: translate3d(0,50%,0);
    }
    figure.effect-oscar figcaption::before,
    figure.effect-oscar p {
    	opacity: 0;
    	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    	transition: opacity 0.35s, transform 0.35s;
    	-webkit-transform: scale(0);
    	transform: scale(0);
    }
    figure.effect-oscar:hover h2 {
    	-webkit-transform: translate3d(0,0,0);
    	transform: translate3d(0,0,0);
    }
    figure.effect-oscar:hover figcaption::before,
    figure.effect-oscar:hover p {
    	opacity: 1;
    	-webkit-transform: scale(1);
    	transform: scale(1);
    }
    figure.effect-oscar:hover figcaption {
    	background-color: rgba(58,52,42,0);
    }
    figure.effect-oscar:hover img {
    	opacity: 0.4;
    }


/* #Gallery
============================================= */
#image-container .item{
    margin-bottom: 20px;
}


/* #peljesac map kinetic plugin
============================================= */
#map-wrapper {
    border: solid 5px #DEDEDE;
    height: 650px;
    width: 100%;
    overflow: hidden;
}
#map-controls {
	padding: 10px;
    text-align: center;
}
    #map-controls span {
    	cursor: pointer;
        padding: 0 20px;
        color: #006EDC;
        font-size: 2em;
    }
    #map-controls span:hover {
        color: #db006e;
    }
.kinetic-moving-up {
    border-top-color: #006edc !important;
}
.kinetic-moving-down {
    border-bottom-color: #006edc !important;
}
.kinetic-moving-left {
    border-left-color: #006edc !important;
}
.kinetic-moving-right {
    border-right-color: #006edc !important;
}
.kinetic-decelerating-up {
    border-top-color: #db006e !important;
}
.kinetic-decelerating-down {
    border-bottom-color: #db006e !important;
}
.kinetic-decelerating-left {
    border-left-color: #db006e !important;
}
.kinetic-decelerating-right {
    border-right-color: #db006e !important;
}
#map-inner { width: 1920px; height: 1080px; }
    #map-inner img {
        display: block;
        width: 1920px;

    }
#left, #right { cursor: pointer; }


.map-directions iframe {
    width: 100%;
    height: 400px;
}

/* #Kako do nas map
============================================= */
.map-reach {
    border: 0;
    padding: 0;
    margin: 0 30px 0 0;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.map-reach iframe{
    width: 100%;
    height: 480px;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

/* Google map
============================================= */
.map{
    width: 100%;
    height: 600px;
    border: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin-top: 25px;
    z-index: 100;
    overflow: hidden;
    text-align: center;
}
#map:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
#gMap-popup{
    width: 240px;
    height: 150px;
    padding: 0;
    line-height: 1.4;
}
#gMap-popup h4{
    color: #FFC91A;
}
#gMap-popup p{
    color: #000000;
}
#map_canvas img, .google-maps img, #map img {
    max-width: none;
}

/* #price list styles
============================================= */
.price-table{
    font-size: 1em;

}
.price-header{
    background: #FFFFFF;
    padding: 15px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.price-body-one,
.price-body-two{
    background: #EDEDED;
    padding: 15px 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.price-body-one{
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.price-footer{
    background: #006EDC;
    color: #F7F7F7;
    padding: 15px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 10px;
}
.price-body-one .circle{
    position: relative;
    vertical-align: middle;
    color: #FFFFFF;
    background: #006EDC;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    padding-top: 28px;
    margin: 10px auto;
    text-align: center;
    text-shadow: none;
}




/* #contact styles
============================================= */
img#qr-code{
    width: 200px;
    margin-bottom: 20px;
}

/* #usefull links styles
============================================= */
#links{
    text-transform: uppercase;
}
#links ul{
    list-style-type: none;
    padding-left: 0;
}
#links li{
    list-style-type: none;
    line-height: 4;
    margin-left: 0;
}
#links i{
    margin-right: 7px;
    position: relative;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 20px;
    background: rgba(205,0,0,1);
    border: 1px solid rgba(205,0,0,1);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5),
                 0px -2px 2px rgba(255,255,255,0.5);
    -moz-box-shadow:    0 0 4px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
    box-shadow:         0 0 4px rgba(0, 0, 0, 0.9);
}
#links i:hover,
#links i:focus{
    background: #00CC00;
    border: 1px solid #00CC00;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#links span{
    margin-right: 5px;
}

/* #Facebook
============================================= */
#fb-box,
.fb-like {
    min-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
}
#facebook{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 25px 0;
    border-top: 5px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: -30px;
}
/*
This element holds injected scripts inside iframes that in
some cases may stretch layouts. So, we're just hiding it.
*/
#fb-root {
    display: none;
}
/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.fb-like,
.fb-like-box,
.fb-like-box span,
.fb-comments span,
.fb-comments iframe,
.fb_iframe_widget,
.fb-like-box span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
}
.pluginLikeboxStream{
    overflow:hidden !important;
}
.fb-like-box {
    background:#FFFFFF;
    padding:0px;
}
div.fb-like.fb_iframe_widget {
    min-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    white-space: wrap !important;
}

/* #backtop
============================================= */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(../../public/img/icons/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #db006e;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 60px;
  }
}

/* #Site Links
============================================= */
a:link,
a:active,
a:visited,
a:hover,
a:focus  {
    color: #FFC91A;
    text-decoration: none;
    border: 0;
}
.navbar-footer-link a:link,
.navbar-footer-link a:active,
.navbar-footer-link a:visited {
    color: #171717;
    text-decoration: none;
    border: 0;
}
.navbar-footer-link a:hover
.navbar-footer-link a:focus {
    color: #FFFFFF;
    text-decoration: none;
    border: 0;
}

/* Sliding links */
.sliding-middle-out-yellow {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}
    .sliding-middle-out-yellow:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 1px;
        width: 0;
        background: transparent;
        transition: width .5s ease, background-color .5s ease, left .5s ease;
    }
    .sliding-middle-out-yellow:hover:after {
        width: 100%;
        left: 0;
        background: #FFC91A;
    }

.sliding-middle-out-white {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}
    .sliding-middle-out-white:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 1px;
        width: 0;
        background: transparent;
        transition: width .5s ease, background-color .5s ease, left .5s ease;
    }
    .sliding-middle-out-white:hover:after {
        width: 100%;
        left: 0;
        background: #fff;
    }
.sliding-middle-out-red {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}
    .sliding-middle-out-red:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 1px;
        width: 0;
        background: transparent;
        transition: width .5s ease, background-color .5s ease, left .5s ease;
    }
    .sliding-middle-out-red:hover:after {
        width: 100%;
        left: 0;
        background: #db006e;
    }



 /* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .navbar-brand img{

    }
    a.navbar-brand {
        font-size: 24px;
        font-weight: 400;
    }
    .navbar-header a:link,
    .navbar-header a:active,
    .navbar-header a:visited {
        color: #000;
        text-decoration: none;
        border: 0;
    }
    .navbar-header a:hover
    .navbar-header a:focus {
        color: #FFFFFF;
        text-decoration: none;
        border: 0;
    }
    img#qr-code{
     width: auto;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
        .slogan{
            font-size: 10px;
            margin-bottom: 0;
        }
        .header-right img{
            width: 32px;
            height: 32px;
            margin-right: 3px;
            margin-bottom: 30px;
        }
        #carousel-slider h1{
            font-size: 1.8em;
            line-height: 1.8;
        }
        .carousel-caption p{
            font-size: 1.4em;
            line-height: 1.8;
        }
        .logo-alt-text{
            width: 300px;
        }
}


/*
 * Image hover effects
 */
.view {
   z-index:9;
   cursor: default;
   overflow: hidden;
   text-align: center;
   position: relative;
   border: 2px solid #fff;
   box-shadow: 0 0 3px #eee;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 22px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   text-shadow:none;
}
.view p {
   font-style: italic;
   font-size: 15px;
   position: relative;
   color: #fff;
   padding: 10px 20px;
   text-align: center;
}
.view a.info {
   font-size: 10px;
   color: #fff;
   background: #000;
   padding: 10px 5px;
   text-decoration: none;
   margin-top:20px;
   display: inline-block;
   overflow:hidden;
   width: 100%;
}
.view a.info:hover {
	background:#FF0000;
}

.portfolio-responsive h2 {
	margin-top:0 !important;
}

/*CSS3 Hover Effect*/
.view-tenth img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   color: #333;
   margin: 20px 40px 0;
   background: transparent;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(2) rotate(10deg);
   -moz-transform: scale(2) rotate(10deg);
   -o-transform: scale(2) rotate(10deg);
   -ms-transform: scale(2) rotate(10deg);
   transform: scale(2) rotate(10deg);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
   filter: alpha(opacity=30);
   opacity: 0.3;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}


/* #jssor slider
*  jssor navigation images: ../img/jssor/
======================================================================================= */

/* jssor slider bullet navigator skin 01 css
=======================================================*/
/*
.jssorb01 div           (normal)
.jssorb01 div:hover     (normal mouseover)
.jssorb01 .av           (active)
.jssorb01 .av:hover     (active mouseover)
.jssorb01 .dn           (mousedown)
*/
.jssorb01 {
    position: absolute;
    bottom: 170px;
    left: 44%;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
    position: absolute;
    /* size of bullet elment */
    width: 40px;
    height: 40px;
    border-radius: none;
    padding: 15px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: none;
}
.jssorb01 div {
    background-color: rgba(255, 255, 255, 0.8);
}
.jssorb01 div:hover, .jssorb01 .av:hover {
    background-color: #FFCC33;
}
.jssorb01 .av {
    background-color: #FFCC33;
}
.jssorb01 .dn, .jssorb01 .dn:hover {
    background-color: #FF0033;
}
/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
.jssora05l.jssora05lds      (disabled)
.jssora05r.jssora05rds      (disabled)
*/
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../../public/img/jssor/a22.png') no-repeat;
    overflow: hidden;
}
.jssora05l {
    background-position: -10px -40px;
    top: 0px;
    left: 10px;
    width: 40px;
    height: 40px;
}
.jssora05r {
    background-position: -70px -40px;
    top: 0px;
    right: 10px;
    width: 40px;
    height: 40px;
}
.jssora05l:hover {
    background-position: -130px -40px;
}
.jssora05r:hover {
    background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}
.jssora05l.jssora05lds {
    background-position: -10px -40px;
    opacity: .3;
    pointer-events: none;
}
.jssora05r.jssora05rds {
    background-position: -70px -40px;
    opacity: .3;
    pointer-events: none;
}


/* #jssor home page full width slider
=======================================================*/
#slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#slider-box {
    position: relative;
    left: 50%;
    width: 5000px;
    text-align: center;
    margin-left: -2500px;
}
.jsslider_main {
    width: 100%;
    height: 100%;
}
.jsslider_main {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    visibility: hidden;
}
.jsslides_main {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}
.jssor-caption {
    word-wrap: break-word;
    position: relative;
    top: 35%;
    width: 80%;
    margin: 0 auto;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    font-size: 3em;
    color: #FFC91A;
    text-align: center;
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
    line-height: 1.5;
    font-style: normal;
    font-weight: 800;
}
.jssor-text {
    word-wrap: break-word;
    position: relative;
    top: 40%;
    width: 80%;
    margin: 0 auto;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    font-size: 2.2em;
    color: #ffffff;
    text-align: center;
    font-family: "Ek Mukta", "Helvetica Neue", Helvetica, Arial,sans-serif;
    line-height: 1.5;
    font-style: normal;
    font-weight: 300;
}
.jsloading_img {
    position: absolute;
    display: block;
    background: url('../../public/img/jssor/ring-alt.svg') no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


/* =======================================================================================
   jssocials - v1.3.1 - 2016-08-20   |  * http://js-socials.com
   Copyright (c) 2016 Artem Tabalin; Licensed MIT
   jssocials.css
======================================================================================= */
.social-buttons {
    margin: 0 auto;
    text-align: center;
}
.jssocials-shares {
    margin: 0 auto;
    text-align: center;
}
.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em; }

.jssocials-share:first-child {
  margin-left: 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }


/* #jSocials flat theme jssocials-theme-flat.css
============================================= */
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:link, .jssocials-share-link:visited, .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license
*********************************************************************************************************** */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../public/img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../public/img/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../public/img/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* ==========================================================================
    COOKIECONSENT  https://cookieconsent.insites.com
   ========================================================================== */
.cc-window{
    opacity:1;
    transition:opacity 1s ease
}
 .cc-window.cc-invisible{
    opacity:0
}
 .cc-animate.cc-revoke{
    transition:transform 1s ease
}
 .cc-animate.cc-revoke.cc-top{
    transform:translateY(-2em)
}
 .cc-animate.cc-revoke.cc-bottom{
    transform:translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{
    transform:translateY(0)
}
.cc-grower{
    max-height:0;
    overflow:hidden;
    transition:max-height 1s
}
 .cc-link,.cc-revoke:hover{
    text-decoration:underline
}
.cc-revoke,.cc-window{
    position:fixed;
    overflow:hidden;
    box-sizing:border-box;
    font-family:inherit,sans-serif;
    font-size:16px;
    line-height:1.5em;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    z-index:9999
}
.cc-window.cc-static{
    position:static
}
.cc-window.cc-floating{
    padding:2em;
    max-width:24em;
    -ms-flex-direction:column;
    flex-direction:column
}
.cc-window.cc-banner{
    padding:0.4em 1.8em;
    width:100%;
    -ms-flex-direction:row;
    flex-direction:row
}
.cc-revoke{
    padding:.5em
}
.cc-header{
    font-size:18px;
    font-weight:700
}
.cc-btn,.cc-close,.cc-link,.cc-revoke{
    cursor:pointer
}
.cc-link:link,
.cc-link:active,
.cc-link:visited {
    color: #295d8d;
    display:inline-block;
    padding:.2em;
    text-decoration: underline;
}
.cc-link:hover,
.cc-link:focus {
    display:inline-block;
    padding:.2em;
    text-decoration: underline;
}
.cc-btn{
    display:block;
    padding:.4em .8em;
    font-size:.9em;
    font-weight:700;
    border-width:2px;
    border-style:solid;
    text-align:center;
    white-space:nowrap
}
.cc-banner .cc-btn:last-child{
    min-width:140px
}
.cc-highlight .cc-btn:first-child{
    background-color:transparent;
    border-color:transparent
}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{
    background-color:transparent;
    text-decoration:underline
}
.cc-close{
    display:block;
    position:absolute;
    top:.5em;
    right:.5em;
    font-size:1.6em;
    opacity:.9;
    line-height:.75
}
.cc-close:focus,.cc-close:hover{
    opacity:1
}
 .cc-revoke.cc-top{
    top:0;
    left:3em;
    border-bottom-left-radius:.5em;
    border-bottom-right-radius:.5em
}
.cc-revoke.cc-bottom{
    bottom:0;
    left:3em;
    border-top-left-radius:.5em;
    border-top-right-radius:.5em
}
.cc-revoke.cc-left{
    left:3em;
    right:unset
}
.cc-revoke.cc-right{
    right:3em;
    left:unset
}
.cc-top{
    top:1em
}
.cc-left{
    left:1em
}
.cc-right{
    right:1em
}
.cc-bottom{
    bottom:1em
}
.cc-floating>.cc-link{
    margin-bottom:1em
}
.cc-floating .cc-message{
    display:block;
    margin-bottom:1em
}
.cc-window.cc-floating .cc-compliance{
    -ms-flex:1;
    flex:1
}
.cc-window.cc-banner{
    -ms-flex-align:center;
    align-items:center
}
.cc-banner.cc-top{
    left:0;
    right:0;
    top:0
}
.cc-banner.cc-bottom{
    left:0;
    right:0;
    bottom:0
}
.cc-banner .cc-message{
    -ms-flex:1;
    flex:1
}
.cc-compliance{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:justify;
    align-content:space-between
}
.cc-compliance>.cc-btn{
    -ms-flex:1;
    flex:1
}
.cc-btn+.cc-btn{
    margin-left:.5em
}
 @media print{
    .cc-revoke,.cc-window{
        display:none
    }
}
@media screen and (max-width:900px){
    .cc-btn{
        white-space:normal
    }
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
    .cc-window.cc-top{
        top:0
    }
    .cc-window.cc-bottom{
        bottom:0
    }
    .cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{
        left:0;
        right:0
    }
    .cc-window.cc-banner{
        -ms-flex-direction:column;
        flex-direction:column
    }
    .cc-window.cc-banner .cc-compliance{
        -ms-flex:1;
        flex:1
    }
    .cc-window.cc-floating{
        max-width:none
    }
    .cc-window .cc-message{
        margin-bottom:1em
    }
    .cc-window.cc-banner{
        -ms-flex-align:unset;
        align-items:unset
    }
}
 .cc-floating.cc-theme-classic{
    padding:1.2em;
    border-radius:5px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{
    text-align:center;
    display:inline;
    -ms-flex:none;
    flex:none
}
.cc-theme-classic .cc-btn{
    border-radius:5px
}
.cc-theme-classic .cc-btn:last-child{
    min-width:140px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{
    display:inline-block
}
 .cc-theme-edgeless.cc-window{
    padding:0
}
.cc-floating.cc-theme-edgeless .cc-message{
    margin:2em 2em 1.5em
}
.cc-banner.cc-theme-edgeless .cc-btn{
    margin:0;
    padding:.8em 1.8em;
    height:100%
}
.cc-banner.cc-theme-edgeless .cc-message{
    margin-left:1em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{
    margin-left:0
}


