
#inner-page-wrapper,
#content-full {
	margin: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
.ip-press-media-wrap {
	padding: 0;
	overflow: hidden;
	/*background: url(../../images/contact/bg-contact.png) 0 58px no-repeat;*/
	/*background-image: url(../../images/contact/bg-contact.png);*/
	background-position: 50% 58px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
	.ip-press-media-wrap::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 385px;
		background: url(../../images/contact/overlay-contact.png) top left/auto 100% repeat-x;
		pointer-events: none;
	}
	.ip-press-media-wrap::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 60%;
		bottom: 0;
		/*background: #345c53;*/
		z-index: 2;
	}
	.ipmw-row {
		padding: 0;
		position: relative;
		z-index: 3;
		background: #000;
	}
	.ipmw-press {
	    position: relative;
	    width: 87.5%;
	    margin: auto;
	    padding: 150px 0;
	}

			#content .ipmw-press h1 {
				position: relative;
				margin: 0 0 55px;
				text-align: center;
			}
			.ipmw-press-holder {
				position: relative;
				margin-top: 0;
			}
				.ipmw-press-list {
					width: 100%;
					max-width: 1024px;
    				margin: 0 auto;
    				padding: 0 15px;
				}
					.ipmw-press-col {
						/*width: calc( 33.33% - 56px );
						margin-bottom: 85px;
						overflow: hidden;*/
						padding: 0 !important;
					}

					

					.ipmw-press-col a img {

					}

					.ipmw-press-image > div{
						position: absolute;
						width: 100%;
						height: 100%;
						top: 0;
						left: 0;
						display: flex;
						align-items: center;
						justify-content: center;
						padding: 0 45px;
					}


					.ipmw-press-col .ipmw-press-col-wrap {
					    display: flex;
					    flex-direction: column;
					    justify-content: space-between;
					    transition: all 0.35s ease-in-out;
					    position: relative;
					    min-height: 490px;
					    padding: 45px 60px;
					}

			.ipmw-press-col:nth-child(1) .ipmw-press-col-wrap,
			.ipmw-press-col:nth-child(5) .ipmw-press-col-wrap,
			.ipmw-press-col:nth-child(9) .ipmw-press-col-wrap{
				background: #002933;
			}

			.ipmw-press-col:nth-child(2) .ipmw-press-col-wrap,
			.ipmw-press-col:nth-child(3) .ipmw-press-col-wrap,
			.ipmw-press-col:nth-child(6) .ipmw-press-col-wrap,
			.ipmw-press-col:nth-child(7) .ipmw-press-col-wrap,
			.ipmw-press-col:nth-child(10) .ipmw-press-col-wrap{
				background: #003c43;
			}

			.ipmw-press-col:nth-child(4) .ipmw-press-col-wrap,
			.ipmw-press-col:nth-child(8) .ipmw-press-col-wrap{
				background: #006666;
			}

						
							.ipmw-press-text {
								height: 102px;
								padding: 5px;
								text-align: center;
							}
								.ipmw-press-title {
									font-size: 30px;
									font-weight: 500;
									color: #fff;
									line-height: 1.25;
									letter-spacing: -0.05em
								}
								.ipmw-press-desc {
									padding: 0 15px;
									font-size: 15px;
									font-weight: 300;
									color: #ffffff;
									line-height: 1.2;
									letter-spacing: -0.02em;
									transition: all 0.35s ease-in-out;
								}
								.ipmw-press-col a:hover .ipmw-press-desc {
									color: #fff;
								}
							.ipmw-press-image {

							}
								.ipmw-press-image canvas {
									display: block;
									width: 100%;
									background-position: center center;
									background-repeat: no-repeat;
									background-size: cover;
								}

				.ipmw-press-holder .btn-a {
					font-size: 20px;
					margin: 0 auto;
					width: 262px;
					height: 64px;
					max-width: 100%;
				}

				.ipmw-press-button {
				    display: flex;
				    align-items: center;
				    justify-content: center;
				}

				.ipmw-press-button a {
				    border: 1px solid #fff;
				    padding: 10px 60px;
				    font-size: 20px;
				    text-transform: uppercase;
				    transition: all 0.35s ease-in-out;
				}

				.ipmw-press-button a:hover{
					border-color: #787878;
					background-color: #787878;
				}

/*Flex*/

.flex {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-flow: row wrap;

    flex-flow: row wrap;

}

    .flex:before, .flex:after, .custom-container.flex:before, .custom-container.flex:after {

        display: none;

    }

    .dir-col {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-flow: column wrap;

        flex-flow: column wrap;

    }

    .dir-col-reverse {

        -webkit-box-orient: vertical;

        -webkit-box-direction: reverse;

        -ms-flex-flow: column-reverse wrap;

        flex-flow: column-reverse wrap;

    }

    .dir-row-reverse {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: reverse;

        -ms-flex-flow: row-reverse wrap;

        flex-flow: row-reverse wrap;

    }

    .al-center {

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

    }

    .al-start {

        -webkit-box-align: start;

        -ms-flex-align: start;

        align-items: flex-start;

    }

    .al-end {

        -webkit-box-align: end;

        -ms-flex-align: end;

        align-items: flex-end;

    }

    .ju-center {

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;

    }

    .ju-start {

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

    }

    .ju-end {

        -webkit-box-pack: end;

        -ms-flex-pack: end;

        justify-content: flex-end;

    }

    .ju-between {

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: center;

    }

    .ju-around {

        -ms-flex-pack: distribute;

        justify-content: space-around;

    }



    /*keyframes | Custom animations*/

    .animated.fadeInUpSmall {

        animation-name: fadeInUpSmall;

    }

    .animated.fadeInRightSmall {

        animation-name: fadeInRightSmall;

    }

    .animated.fadeInLeftSmall {

        animation-name: fadeInLeftSmall;

    }

    .animated.fadeInDownSmall {

        animation-name: fadeInDownSmall;

    }

    .animated.zoomOutSmall {

        animation-name: zoomOutSmall;

    }

    .animated.slideInUpSmall {

        animation-name: slideInUpSmall;

    }

    .animated.slideInRightSmall {

        animation-name: slideInRightSmall;

    }

    .animated.slideInLeftSmall {

        animation-name: slideInLeftSmall;

    }



    @-webkit-keyframes fadeInUpSmall {

        from { opacity: 0; -webkit-transform: translate3d(0,100px,0); transform: translate3d(0,100px,0); }

        to { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @keyframes fadeInUpSmall {

        from { opacity: 0; -webkit-transform: translate3d(0,100px,0); transform: translate3d(0,100px,0); }

        to { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @-webkit-keyframes fadeInRightSmall {

        from { opacity: 0; -webkit-transform: translate3d(100px,0,0); transform: translate3d(100px,0,0); }

        to { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @keyframes fadeInRightSmall {

        from { opacity: 0; -webkit-transform: translate3d(100px,0,0); transform: translate3d(100px,0,0); }

        to { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @-webkit-keyframes fadeInLeftSmall {

        from { opacity: 0; -webkit-transform: translate3d(-100px,0,0); transform: translate3d(-100px,0,0); }

        to { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @keyframes fadeInLeftSmall {

        from { opacity: 0; -webkit-transform: translate3d(-100px,0,0); transform: translate3d(-100px,0,0); }

        to { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @-webkit-keyframes fadeInDownSmall {

        from { opacity: 0; -webkit-transform: translate3d(0,-100px,0); transform: translate3d(0,-100px,0); }

        to { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @keyframes fadeInDownSmall {

        from { opacity: 0; -webkit-transform: translate3d(0,-100px,0); transform: translate3d(0,-100px,0); }

        to { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @-webkit-keyframes fadeZoomOutSmall {

      from {  opacity: 0; -webkit-transform: scale(1.05); transform: scale(1.05); }

      to {  opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

    }

    @keyframes fadeZoomOutSmall {

        from {  opacity: 0; -webkit-transform: scale(1.05); transform: scale(1.05); }

        to {  opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

    }

    @-webkit-keyframes slideInUpSmall {

        from { -webkit-transform: translate3d(0,100px,0); transform: translate3d(0,100px,0); }

        to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @keyframes slideInUpSmall {

        from { -webkit-transform: translate3d(0,100px,0); transform: translate3d(0,100px,0); }

        to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @-webkit-keyframes slideInRightSmall {

        from { -webkit-transform: translate3d(100px,0,0); transform: translate3d(100px,0,0); }

        to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @keyframes slideInRightSmall {

        from { -webkit-transform: translate3d(100px,0,0); transform: translate3d(100px,0,0); }

        to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @-webkit-keyframes slideInLeftSmall {

        from { -webkit-transform: translate3d(-100px,0,0); transform: translate3d(-100px,0,0); }

        to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @keyframes slideInLeftSmall {

        from { -webkit-transform: translate3d(-100px,0,0); transform: translate3d(-100px,0,0); }

        to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @-webkit-keyframes slideInDownSmall {

        from { -webkit-transform: translate3d(0,-100px,0); transform: translate3d(0,-100px,0); }

        to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }

    @keyframes slideInDownSmall {

        from { -webkit-transform: translate3d(0,-100px,0); transform: translate3d(0,-100px,0); }

        to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }

    }








#content .ipmw-press h1, .ipmw-logo{
	display: none;
}

.footer{
	/*background: #002933;
	color: #fff;*/
}

@media only screen and (max-width: 1199px) {


}

@media only screen and (max-width: 991px) {

	#content .ipmw-press h1 {
		text-align: center;
	}
	.ipmw-press-list {
		display: block;
	}
	.ipmw-press-col {
	    width: 100%;
	    max-width: 500px;
	    margin: 0 auto 40px;
	}

	.ipmw-press-col .ipmw-press-col-wrap{
		padding: 30px 20px;
	}

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {

}
