/*
Theme Name: The Deep Animated
Theme URI: 
Description: The Deep Animated WP Theme
Version: 1.0.0
Author: 
Author URI: 
Tags: 
License: MIT
License URI:
*/

.widget.widgetArticle .articleContainer .top-copy .post-item {
	padding-top: 5px;
}
.widget.widgetArticle .articleContainer .top-copy .post-item p,
.widget.widgetArticle .articleContainer .top-copy .post-item {
	font-family: "Antique","Arial" !important;
	font-weight: normal !important;
	color: #fff;
	font-size: 12px;
	line-height: 17.15px;
}
.widget.widgetArticle .articleContainer .top-copy .post-item p {
	margin: 0 0 34px;
}
.widget.widgetArticle .articleContainer .top-copy .post-item h3 {
	color: #f7a720;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.85px;
	margin:  0 0 18px;
}
.widget.widgetArticle .articleContainer .top-copy .post-item .aligncenter {
	display: block;
	height:auto; 
	width: 100%; 
	margin: 0 auto; 
	max-width: 600px;
}
.widget.widgetArticle .articleContainer .top-copy .post-item small em,
.widget.widgetArticle .articleContainer .top-copy .post-item small {
	font-size: 9px !important;
	font-family: "Antique", "Arial";
}

.wysiwygWidget p {
	font-family: "Antique","Arial" !important;
	font-weight: normal !important;
	color: #fff;
	font-size: 12px;
	line-height: 17.15px;
	margin: 0 0 16px;
}


.homePage {
	position: relative;
	z-index: 20;
}
.modal-open .homePage {
	z-index: inherit;
}
.caro-listing {
	margin: 0 40px;
}
.caro-listing .item .inner {
	padding: 5px 15px 1px 15px;
	position: relative;
}
.caro-listing .item .inner {
	padding: 5px 15px 1px 15px;
	position: relative;
}
.caro-listing .slick-arrow {
	width: 36px;
	height: 40px;
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	cursor: pointer;
}
.caro-listing .slick-arrow:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(assets/images/arrow-teasers.png) no-repeat 50%;
	background-size: 36px 40px;
}
.caro-listing .slick-arrow.prev {
	left: -30px;
}
.caro-listing .slick-arrow.prev:before {
	transform: rotate(-180deg);
}
.caro-listing .slick-arrow.next {
	right: -30px;
}

@media screen and (max-width: 600px) { 
	.caro-listing  .item {
		margin: 0 0 20px;
	}
}
@media screen and (min-width: 1070px) { 
	.caro-listing {
		margin: 0;
	}
}
@media screen and (min-width: 1200px) { 
	.caro-listing .slick-arrow {
		width: 59px;
		height: 66px;
	}
	.caro-listing .slick-arrow:before {
		background-size: 59px 66px;
	}
	.caro-listing .slick-arrow.prev {
		left: -60px;
	}
	.caro-listing .slick-arrow.next {
		right: -60px;
	}	
}

.banner-countries {
	position: relative;
	margin: 0 0 40px;
}
.banner-countries > [class^="country-"] {
	position: relative;
	z-index: 1;
	display:  none;
}
.banner-countries > .country-default {
	display:  block;
}
.banner-countries > [class^="country-"] img {
	display:  block;
	height: auto;
}
.banner-countries .country-box {
	width: 268px;
	width: 26.1%;
	position: absolute;
	top: 38px;
	top: 25.6%;
	right: 4.4%;
	z-index: 10;
	height: 54%;
	display: block;
}
@media screen and (min-width: 994px) { 
	.banner-countries .country-box {
		right: 0;
	}
}
.banner-countries .country-box .toggle-list {
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	height: 80px;
	height: 100%;
	opacity:  0;
	/* background: red; */
	/* opacity: 0.9; */
}
.banner-countries .country-box .country-list {
	/* overflow: hidden; */
	display: none;
	padding: 0;
	margin: 0;
	border: 0;
	width: 268px;
	background-color: rgba(1, 175, 0, 0.9);
	box-sizing: border-box;
	padding: 20px 27px 20px 20px;
	position: absolute;
	right: 0;
	top: 94px;
}
.banner-countries .country-box .country-list:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13.5px 14px 13.5px;
	border-color: transparent transparent rgba(1, 175, 0, 0.9) transparent;
	position: absolute;
	top: -14px;
	right: 37px;
}
@media screen and (min-width: 900px) { 
	.banner-countries .country-box .country-list {
		right: auto;
		left: 0;
	}
	.banner-countries .country-box .country-list:before {
		right: auto;
		left: 37px;
	}
}
.banner-countries .country-box .country-list .scroller {
	height: 196px;
}
.banner-countries .country-box .country-list ul li,
.banner-countries .country-box .country-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.banner-countries .country-box .country-list ul li {
	margin: 0 0 14px;
}
.banner-countries .country-box .country-list ul li a {
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 8px 24px;
	text-decoration: none;
	position: relative;
}
.banner-countries .country-box .country-list ul li.active a,
.banner-countries .country-box .country-list ul li a:hover {
	background: #0c255b;
}
.banner-countries .country-box .country-list ul li a:after {
	content: "";
	display: block;
	width: 12px;
	height: 20px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	background: url(assets/images/arrow.svg) no-repeat;
	background-size: 12px 20px;
}
.banner-countries .country-box .country-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #023167 !important;
	width: 6px !important;
	border-radius: 0 !important;
}
.banner-countries .country-box .country-list .mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, 0.7) !important;
	width: 6px !important;
	border-radius: 0 !important;
}
.banner-countries .country-box .country-list .mCSB_outside + .mCSB_scrollTools {
    right: -18px !important;
}

.upper-mission {
	max-width: 966px;
	margin: 0 auto 50px;
}
.upper-mission .img {
	width: 100%;
	max-width: 288px;
	margin: 0 auto;
	position: relative;
}
.upper-mission .img img {
	position: relative;
	z-index: 1;
}
.upper-mission .img img:nth-child(1) {
	width: 128.8%;
}
.upper-mission .img img:nth-child(2) {
	display: block;
	width: 100%;
}
.upper-mission .img .character {
	position: absolute;
	z-index: 2;
	left: 22px;
	bottom: 12px;
}
.upper-mission .text {
	width: 100%;
	/* max-width: 490px;
	margin: 0 auto; */
	box-sizing: border-box;
	padding: 88px 32px 52px;
	position: relative;
}
.upper-mission .text > span {
	display: block;
	width: 100%;
	position: absolute;
	height: 30px;
	left: 0;
	background: url(assets/images/bg-text-mission.png) no-repeat 50%;
	background-size: 100% auto;
	z-index: 1;
}
.upper-mission .text > span.t {
	top: 0;
	height: 160px;
	background-position: 50% 0;
}
.upper-mission .text > span.m {
	top: 160px;
	height: calc( 100% - 260px );
	background: #0f275c;
	border: solid 1px #07baed;
	border-width: 0 1px;
}
.upper-mission .text > span.b {
	bottom: 0;
	height: 100px;
	background-position: 50% 100%;
}
.upper-mission .text .inner {
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 600px) { 
	.upper-mission .text {
		max-width: 490px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 990px) { 
	.upper-mission {
		padding: 60px 0 0;
		margin: 0 auto 20px;
	}
	.upper-mission .img {
		float: left;
		max-width: 368px;
		margin: 0 0 0 33px;
	}
	.upper-mission .img img {
		width: auto;
	}
	.upper-mission .img .character {
		bottom: 16px;
	}	
	.upper-mission .text {
		float: right;
		margin: 22px 12px 0 0;
	}
}
.upper-mission .text h2 {
	color: #F09400;
	font-size: 60px;
	text-transform: uppercase;
	font-family: "Colisuem", "Arial";
	margin: 0 0 8px;
}
.upper-mission .text p {
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 22px;
}
.upper-mission .text p a {
	color: #FFF;
	font-size: 14px;
	line-height: normal;
	font-family: "Antique", "Arial";
}
.upper-mission .text .inner {
	min-height: 320px;
}
.upper-mission:after {
	content: "";
	display: table;
	clear: both;
}
.lower-mission {
	max-width: 966px;
	margin: 0 auto;
}
.lower-mission .item {
	background: url(assets/images/char-divider.png) no-repeat 0 100%;
	padding: 0 0 40px;
	margin: 0 0 32px;
}
.lower-mission .item:nth-child(even) {
	background-position: 100% 100%;
}
.lower-mission .item:after {
	content: "";
	display: table;
	clear: both;
}
.lower-mission .item .heading {
	position: relative;
	margin: 0 0 20px;
}
.lower-mission .item .heading span {
	position: relative;
	z-index: 2;
	color: #22bbeb;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Colisuem", "Arial";
	display: block;
	padding: 7px 0 0 14px;
}
.lower-mission .item .heading:before {
	content: "";
	display: block;
	width: 261px;
	height: 46px;
	background: url(assets/images/char-heading-bg.png) no-repeat;
	position: absolute;
	left: -12px;
	top: 0;
}
.lower-mission .item p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: "Antique", "Arial";
}
.lower-mission .item p a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: "Antique", "Arial";
	text-decoration: underline;
}
.lower-mission .item p a:hover {
	text-decoration: none;
}
.lower-mission .item .img {
	width: 100%;
	max-width: 390px;
	margin: 0 auto 30px;
	/* float: right; */
}
.lower-mission .item .img img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
}
.lower-mission .item .img a {
	display: block;
	position: relative;
	background: url(assets/images/no-video.png) no-repeat 50%;
	background-size: cover;
}
.lower-mission .item .img a:before {
	display: block;
	content: "";
	width: 80px;
	height: 56px;
	background: url(assets/images/play.svg) no-repeat;
	position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);	
    z-index: 2;
}
.lower-mission .item .text {
	/* width: calc( 100% - 420px ); */
	/* float: left; */
}

@media screen and (min-width: 994px) { 
	.lower-mission .item .img {
		margin: 0;
		float: right;
	}
	.lower-mission .item .text {
		width: calc( 100% - 420px );
		float: left;
	}
	.lower-mission .item:nth-child(even) .img {
		float: left;
	}
	.lower-mission .item:nth-child(even) .text {
		float: right;
	}
}



.lower-mission .modal-content{
    -webkit-box-shadow:none;
    box-shadow:none;
    position:relative;
    background-color:transparent;
    border:0;
    border-radius:6px;
    background-clip:padding-box;
    outline:0
}
.lower-mission .modal-header{
    padding:0px;
    border-bottom:0px
}
.lower-mission .extraPadding{
    padding:15px !important
}
.lower-mission .modalContentPlace{
    width:69%;
    left:15.5%;
    height:100%;
    position:absolute;
    top:58px
}
.lower-mission .modal-body{
    padding:0px;
    border:1px solid #fff
}
.lower-mission .modal-footer{
    padding:15px 0px;
    border-top:0px;
    margin-top:40px
}
@media (min-width: 1140px){
    .lower-mission .modal-dialog{
        width:1124px;
        height:627px
    }
    .lower-mission .modal-content{
        height:100%
    }
    .lower-mission .modal-body{
        height:76%
    }
    .lower-mission .iframe-responsive{
        height:100%
    }
}
.lower-mission .img-responsive{
    width:100%;
    position:relative;
    overflow:visible
}
.lower-mission .iframe-responsive{
    width:100%;
    height:450px
}
.lower-mission .image-gallery-caption{
    padding-bottom:0px
}
.lower-mission .thumbnail{
    object-fit:contain
}
.lower-mission .closeButton{
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;
    width:133px;
    height:49px;
    display:inline-block;
    cursor:pointer;
    right:17px;
    top:-10px;
    position:relative
}
.lower-mission .modal-title{
    line-height:50px;
    margin-left:30px;
    top:-10px;
    position:relative;
    font-size:40px
}
.lower-mission .close{
    opacity:0.95;
    z-index:50;
    position:relative
}
.lower-mission .close:hover, .lower-mission .close:focus{
    opacity:1
}
.lower-mission #download-current{
    display:none;
    padding-top:15px
}
.lower-mission .innerItem iframe{
    width:100%;
    height:100%;
    position:relative;
    display:inline-block;
    object-fit:contain
}
@media (min-width: 1140px){
    .lower-mission .modal-dialog{
        width:1124px;
        height:627px
    }
    .lower-mission .modal-content{
        height:100%
    }
    .lower-mission .modal-body{
        height:76%
    }
    .lower-mission .iframe-responsive{
        height:100%
    }
}
@media (max-width: 1140px){
    .lower-mission .modal .modal-dialog{
        width:100% !important;
        height:627px;
        margin:0;
        margin-top:20px
    }
    .lower-mission .modalContentPlace{
        width:98%;
        left:1%
    }
}



.shop-f-top {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;
	width: 100%;
	z-index: 1;
	display: none;
}
@media (min-width: 970px){
	.shop-f-top {
		display: block;
	}
}
.shop-f-left {
	position: absolute;
	left: -130px;
	top: 40px;
	z-index: 2;
}
.shop-f-right {
	position: absolute;
	right: -126px;
	top: 42px;
	z-index: 3;
}
.shopping {
	color: #FFF;
	padding: 32px 0 0;
	position: relative;
	z-index: 10;
	margin: 0 0 50px;
}
.shopping .heading {
	color: #F09400;
	font-size: 61px;
	text-transform: uppercase;
	font-family: "Colisuem", "Arial";
	margin: 0 0 30px;
	padding: 0 0 0 13px;
	text-align: center;
}
@media (min-width: 970px){
	.shopping .heading {
		text-align: left;
	}
}
.shopping p {
	color: #FFF;
	font-size: 16px;
	line-height: normal;
	margin: 0 0 17px;
	font-weight: 700;
	text-transform: uppercase;
	font-family:  "Arial";
}
.shopping .shop-row {
	padding: 0 0 0 13px;
}
.shopping .shop-row h3 {
	position: relative;
	margin: 0 0 25px;
}
.shopping .shop-row h3 span {
	position: relative;
	z-index: 2;
	color: #22bbeb;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Colisuem", "Arial";
	display: block;
	padding: 7px 0 0 14px;
}
.shopping .shop-row h3:before {
	content: "";
	display: block;
	width: 261px;
	height: 46px;
	background: url(assets/images/char-heading-bg.png) no-repeat;
	position: absolute;
	left: -12px;
	top: 0;
}
.shopping .flags {
	margin: 0 0 20px;
}
.shopping .flags .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-family: "Antique", "Arial";
	text-transform: uppercase;
	text-align: center;
}
.shopping .flags .list a {
	display: block;
	width: 192px;
	color: #fff;
	margin: 0 29px 20px 0;
	text-decoration: none;
}
.shopping .flags .list a:last-child {
	margin: 0;
}
.shopping .flags .list a img {
	display: block;
	border: solid 1px #dcdfe3;
	margin: 0 0 8px;
}
.shopping .flags .list a span {
	display: block;
	letter-spacing: 0.05em;
}
.shopping .products {
	margin: 0 0 32px;
}
.shopping .products .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin: 28px 0 0;
}
.shopping .products .list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 155px;
	height: 179px;
	background: url(assets/images/shop-polygon.png) no-repeat;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: "Antique", "Arial";
	text-transform: uppercase;
	text-align: center;
	margin: 0 8px 8px 0;
	text-decoration: none;
}
.shopping .products .list a:last-child {
	margin: 0;
}
.shopping .products .list a figure {
	display: block;
	width: 125px;
	height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shopping .products .list a figure img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.shopping .products .list a span {
	display: block;
	margin: 0 0 14px;
}
.shopping .buttons {

}
.shopping .buttons .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 26px 0 0;
}
.shopping .buttons .list a {
	display: block;
	margin: 0 20px 20px 0;
}
.shopping .buttons .list a img {
	display: block;
}

