body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.carousel-caption {
	text-align: left;
	top: 25px;
	left:10%;
}
.logo img {
	width: 240px;
}
.motto {
	font-weight: 400;
	font-size: 1em;
	background-color: #203f58;
	padding: 0px 10px;
}
.description {
	font-size: 1.8em;
}
.controls {
	width: 45px;
	height: 45px;
	top: 48%;
	display: inline-block;
	position: absolute;
}
.left .controls {
	right: 70%;
}
.right .controls {
	left: 70%;
}
.carousel-control {
	opacity: 0.7;
	background-image: none;
}
.carousel-control:hover {
	opacity: 1;
}
.carousel-control.right, .carousel-control.left {
	background: none;
}
.carousel-inner>.item {
	min-height: 300px;
	max-height: 49vh;
}
.carousel-inner>.item>a>img {
    /*height: 100%;*/
}
.carousel-inner>.item>a {
	height: 100%;
	width: 100%;
}
.imgBackground {
	background-position: center center;
	background-size: cover;
	line-height: 1;
	display: block;
	min-height: 300px;
	height: 49vh;
	width: 100%;
}
.imgBackgroundLink {
	/*background-image: url("../img/ecoCUBE%20installation.jpg");*/
}
.imgBackgroundLink2 {
	/*background-image: url("../img/slide1.jpg");*/
	/*background-position: bottom;*/
}
.imgBackgroundLink3 {
	/*background-image: url("../img/ecoTUBE.jpg");*/
}
.imgBackgroundLink4 {
	/*background-image: url("../img/crane_ecoDPF.jpg");*/
}
@media screen and (max-width:1172px) {
	.left .controls {
		right: 40%;
	}
	.right .controls {
		left: 40%;
	}
}
@media screen and (max-width:768px) {
	.controls {
		display: none;
	}
	.carousel-caption {
		left: 5%;
		right: 5%;
		text-align: center;
	}
}

/*Navigation Menu*/
.navigation {
	background-color: #ff9c00;
	border-radius: 0;
}
.navigation .nav li a {
	color: #ffffff;
	font-weight: 500;
	font-size: 1.3em;
	border: none !important;
	border-right: 1px solid #ffae2e !important;
}
.navigation .nav li a:hover, .navigation .nav li a:focus, .navigation .nav li a:active {
	background: none;
	color: #122D38;
	-webkit-transition: color 0.6s; 
    -moz-transition: color 0.6s; 
    -o-transition: color 0.6s; 
    transition: color 0.6s;
}
.navigation .nav li:last-child  a{
	border-right: none !important;
}
.navigation .container {
	//padding: 5px 40px;
}
.navbar-toggle {
	background: url(../img/menuIcon.png) 100% 100% no-repeat !important;
	background-position: center center;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 768px) {
	.navigation .nav li a {
		color: #ffffff;
		font-weight: 500;
		font-size: 1.3em;
		border: none !important;
	}
}

/* End of Navigation Menu*/

/*Slide2 block*/
.slide2 {
	/*padding-top: 20px;*/
	padding-bottom: 50px;
}
.slide2 p {
	color: #2e2e2e;
	font-size: 1.4em;
	line-height: 20px;
}
.welcome {
	color: #163c4b;
	font-size: 4em;
	font-weight: 900;
}
.emissions {
	color: #a1a1a1;
	font-weight: 100;
}
.devider {
	width: 140px;
	height: 3px;
	background-color: #ff9c00;
	margin: 30px auto 30px;
}

/*End of slide2 block*/


/*Slide3*/

.slide3 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 70px;
	background-color: white!important;
	color: black!important;
}

.slide-item {
	width: 100%;
	background-color: white;
	color: black;
}

.dark-blue-background{
	margin-bottom: 50px;
	background-color: #072341!important;
}

.dark-blue-background,
.dark-blue-background span,
.dark-blue-background h3{
	color: #ffffff!important;
}

.dark-blue-background p {
	color: white!important
}

.frontPage p{
	font-size: 1.3em;
}
.frontPage .slide5 p{
	font-size: 1em;
}
.frontPage h3, .ecoTubePage h3 {
	font-weight: 500;
	font-size: 2.3em;
}

.slide-item p{
	font-weight: 100!important;
    margin-bottom: 20px!important;
	line-height: 1.42857143!important;
}

.advantagesContainer {
	max-width: 250px;
}
.advantagesImg, .advImg {
	width: 100%;
}
.advantagesImg {
	position: relative;
}
.advMini {
	position: absolute;
	width: 20%;
	left: 40%;
	bottom: -16%;
}
.advantagesContainer h3 {
	font-size: 2.3em;
	margin-top: 40px;
	margin-bottom: 20px;
}
.advantagesContainer p {
	line-height: 20px;
	font-size: 1.3em;
}
@media screen and (max-width: 768px) {
	.advantageRow>div {
		margin-top: 30px;
	}
	.advantagesContainer h3 {
		font-size: 1.9em;
	}
	.advantagesContainer p {
		font-size: 1.4em;
	}
	.advantagesContainer {
		margin: 20px auto;
	}
}


/*End: Slide3*/


/*Slide4*/
.slide4 {
	padding-bottom: 50px;
}
.slide4 h2 {
	margin-top: 30px;
}
.slide4 h3 {
	color: #153b4a;
	font-weight: 500;
	margin-bottom: 20px;
}
.slide4 p {
	color: #545454;
	font-size: 1.3em;
	line-height: 18px;
	margin-top: 25px;
}
.slide4 a {
	color: #ff9c00;
}
/*End: slide4*/

/*Slide5*/
.slide5 {
	background-color: #ff9c00;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	font-size: 2.1em;
	letter-spacing: 1px;
	font-weight: 500;
}
.slide5 p {
	margin-top: 5px;
}
.configureBtn {
	background-color: #07284a;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0 auto;
}
.configureBtn:hover {
	background-color: #0B4580;
	color: #ffffff;
	-webkit-transition: background-color 0.6s; 
    -moz-transition: background-color 0.6s; 
    -o-transition: background-color 0.6s; 
    transition: background-color 0.6s;
}
/*End: Slide5*/





/*Ecocube html*/
.frontPage h3, .ecoTubePage h3 {
	font-weight: 700;
	font-size: 4.1em;
}
.frontPage h4, .ecoTubePage h4 {
	font-size: 2em;
	font-weight: 100;
}
.frontPage p, .ecoTubePage p {
	font-size: 1.8em;
	font-weight: 100;
}

@media screen and (max-width: 768px) {
	.frontPage h3, .ecoTubePage h3 {
		font-size: 3.1em;
	}
	.frontPage h4, .ecoTubePage h4 {
		font-size: 1.4em;
	}
	.frontPage p, .ecoTubePage p {
		font-size: 1.2em;
	}
}
.miniIcon {
	margin-bottom: 5px;
    margin-right: 15px;
}
.slide1EcoCube {
	min-height: 80px;
	max-height: 30vh;
	background: url(../img/ecoCubeHeader.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
}

.slide1EcoTube {
	min-height: 80px;
	max-height: 30vh;
	background: url(../img/ecoTUBE_half_image.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
}

.slide1EcoDPF {
	min-height: 80px;
	max-height: 30vh;
	background: url(../img/ecoDPF_half_image.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
}

.configurator-page-header {
	min-height: 80px;
	max-height: 30vh;
	background: url(../img/header_configurator.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
}

.slide1companyInfo {
	min-height: 80px;
	max-height: 30vh;
	background: url(../img/officeHeaderNew.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
}

.slide1news {
	min-height: 80px;
	max-height: 30vh;
	background: url(../img/officeHeader.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.slide1EcoCube {
		min-height: 150px;
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.slide1EcoTube {
		min-height: 150px;
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.slide1EcoDPF {
		min-height: 150px;
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.slide1companyInfo {
		min-height: 150px;
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.configurator-page-header {
		min-height: 150px;
		padding-top: 55px;
		padding-bottom: 55px;
	}

}
.logoEcoCube {
	margin: 0 auto;
}

/*Slide 2 */
.slide2EcoCube{
	padding-top: 55px;
	padding-bottom: 50px;
}

.first-slide{
	padding-top: 55px;
}

.slide-item{
	padding-bottom: 50px;
}



.slide2EcoCube div>img,
.slide4Ecocube div>img,
.slide-item div>img{
	margin: 0 auto;
	margin-top: 25px;
}

.slide2EcoCube h3 {
	color: #153b4a;

}
.slide2EcoCube h3 sup .slide3Ecocube h3 sup, .slide4Ecocube h3 sup {
	font-size: 0.7em;
}
.slide2EcoCube h4, .slide4Ecocube h4{
	color: #bbbbbb;
	margin-bottom: 30px;

}
.slide2EcoCube p, .slide4Ecocube p {
	color: #545454;
	font-size: 1.8em;
	font-weight: 100;
	margin-bottom: 20px;
}

.slide2EcoCube a, .slide2EcoCube a:hover, .slide3Ecocube a, .slide4Ecocube a:hover {
	color: #ffa324;
}
.slide2EcoCube h3 img, .slide4Ecocube h3 img {
	margin-bottom: 5px;
	margin-right: 15px;
}

.ecoCubeDivider {
	width: 42%;
	height: 2px;
	margin: 0 auto;
	background-color: #ffa00a;
	margin-top: 60px;
	/*margin-bottom: 50px;*/
}

/*End of slide2*/
/*Slide3*/
.slide3Ecocube {
	width: 100%;
	/*background-color: #072341;*/
	color: black;
	padding-top: 0px;
	padding-bottom: 50px;
}
.slide3Ecocube h3 {
	font-weight: 700;
	font-size: 4.1em;
}
/*.slide3Ecocube p {*/
	/*margin-bottom: 30px;*/
	/*margin-top: 50px;*/
/*}*/

.darkBlueSection h3{
	margin-top: 40px;
	margin-bottom: 40px;
}

/*End Slide3*/

/*Slide4*/
.slide4Ecocube {
	padding-bottom: 60px;
	padding-top: 50px;
}

/*End Slide4*/

/*Slide5*/
.slide5EcoCube {
	background-color: #ff9c00;
	padding-top: 50px;
	padding-bottom: 60px;
	color: #ffffff;
}
.slide5EcoCube h3{
	margin-bottom: 50px;
}

.configBtnEcoCube {
	font-size: 2.5em;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: 700;
}

.ecoTubePage {

}
.ecoTubePage h3{
	margin-bottom: 30px;
}
.ecoTubePage p {
	margin-bottom: 30px;
}
/*End EcoTube html*/

.ureaTank {
	margin-top:200px;
}
.frontPage .airCompressorList {
	font-size: 1.7em;
	color: #545454;
}
@media screen and (max-width: 768px) {
	.ureaTank {
		margin-top:50px;
	}
}

/*Footer*/
.footer {
	background-color: #072341;
	padding-top: 35px;
	padding-bottom: 50px;
	color: #ffffff;
}
.footerLogo {
	width: 85px;
}
.footer ul {
	padding-left: 0px;
	list-style: none;
	list-style-type: none;
}
.footer ul li a {
	color: #d5d7da;
	font-size: 1.1em;
	line-height: 22px;
	padding-bottom: 4px;

}
.footer h3 {
	margin-top: 0px;
	font-size: 1.9em;
}
@media screen and (max-width: 992px) {
	.contact {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:768px) {
	.footer>div {
		text-align: center;
	}
	.footer .row>div {
		margin-top: 30px;
	}
	.footer ul li a {
		font-size: 1.6em;
	}
	.footer ul li {
		margin: 10px !important;
	}
	.contact {
		margin-bottom: 0px;
	}
	#footerConfigureButton {
		width: 80%;
		font-size: 1.4em;
	}
}
/*End: Footer*/


.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	padding: 5px;
}

a.div-btn p, a.div-btn h3  {
	color: white;
}

a.div-btn{
	text-decoration: none;
}

.slide2.home h2{
	margin-top:5px!important;
}

.panel-group .panel-configurator{
	margin-top: 0!important;
}

.panel-configurator .panel-heading {
    cursor: pointer;
	background-color: #FFA200;
	color: white;
	padding: 0;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-configurator .panel-heading .panel-number {
	background-color: #08294C;
}

.panel-number, .panel-title{
	display: inline-block;
}

.panel-number.panel-title{
	padding-left: 20px;
	padding-right: 20px;
}

.panel-title.panel-header{
	padding-left: 15px;
	color: white;
}

.panel-title.panel-header a, .panel-title.panel-header a:hover,
.panel-title.panel-header a:active, .panel-title.panel-header a:focus {
	color: white;
	text-decoration: none;
}
.panel-configurator .panel-body{
	background-color: #08294C;
	color: white;
	border: 0;
}

.btn-configure, .btn-configure-last{
	background-color: #FFA200;
	font-weight: 500;
}

.panel-configurator .panel-body{
	padding-left: 40px;
}

.panel-configurator form label{
	font-size: 1.4em;
	font-weight: 500;
}

.configurator-container{
	min-height: 600px;
}

.configurator-motto{
	color: #bbbbbb;
	font-size: 2em;
}

.panel-row{
	padding: 10px 0px;
}

input {
    text-align: center;
}

select {
	text-align-last:center;
}

.configurator-header{
	font-size: 3.5em;
	font-weight: 100;
	font-style: italic;
}

.configurator-block-header{
	font-size: 2.5em;
	font-weight: 500;
}

.chosen-container{
	width: 100% !important;
}

.chosen-container input{
	color: black;
	text-align: center;
}

.chosen-container-single .chosen-single span {
	text-align: center;
}

.btn-orange, .btn-orange:hover{
	background-color: #FFA200;
	color: white;
	-webkit-transition: background-color 0.6s; 
    -moz-transition: background-color 0.6s; 
    -o-transition: background-color 0.6s; 
    transition: background-color 0.6s;
}

#collapse1 label{
	font-size: 1.8em;
    font-weight: 100;
}

.red-border{
	border: 2px solid red;
}

.error{
	color: red;
	font-weight: 700;
	font-size: 1.2em;
}


/*@media screen and (max-width: 768px) {*/
	/*.frontPage h3, .dark-blue-background h3 {*/
		/*font-size: 0.8em!important;*/
	/*}*/
	/*.frontPage h4, .dark-blue-background h4 {*/
		/*font-size: 0.9em!important;*/
	/*}*/
	/*.frontPage p, .dark-blue-background p {*/
		/*font-size: 0.7em!important;*/
	/*}*/
	/*.configBtnEcoCube {*/
		/*font-size: 0.9em;*/
	/*}*/
	/*.configurator-container{*/
		/*min-height: 0;*/
	/*}*/
/*}*/

@media screen and (max-width: 500px) {
	/*.frontPage h3, .dark-blue-background h3 {*/
		/*font-size: 0.7em!important;*/
	/*}*/
	.frontPage h4, .dark-blue-background h4 {
		font-size: 0.8em!important;
	}
	.frontPage p, .dark-blue-background p {
		font-size: 1.2em!important;
	}
	/*.configBtnEcoCube {*/
		/*font-size: 0.8em;*/
	/*}*/
	.configurator-container{
		min-height: 0;
	}
	.configurator-header {
		font-size: 2.5em;
	}
	.first-slide {
		padding-top: 5px;
	}
}

.popup {
    position:fixed;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}

.show-popup .popup {
    opacity:1;
    visibility: visible;    
		z-index: 2;
}

.popup > iframe {
    position: fixed;
    top:25%;
    left:50%;
    margin-left:-280px;
}

#downloadMenu a, #downloadMenu a:visited {
	color: #FF9C00;
}

#downloadMenu a:hover, #downloadMenu a:active {
    color: #cc7a00;
    text-decoration: none;
}

 #downloadMenuDoc a:hover, #downloadMenuDoc a:active{
	color: #2c56a0;
	text-decoration: none;
}

#downloadMenu span {
    margin: 5px;
}

@media screen and (max-width: 768px) {
    #downloadMenu span{
		display: block;
    }
}


@media screen and (max-width: 768px) {
    .form-group input {
	width: 120% !important;
    }
    #collapse9 .form-group input {
	width: 100% !important;
    }
    h4 em {
	font-size: 2.3em;
    }

    .mainVideo span{
	margin-left: 20px;
	width: 90%;
    }    
}

@media screen and (max-width: 540px) {
    #companyInfo .image {
		width: 100%;
    }
    .popup iframe {
		width: 100%;
		height: 100%;
		top: 0%;
    	left: 0%;
		margin: 0px;
    }
}

.news-block {
    background-color: #08294C; 
    border: 2px solid #08294C; 
    padding: 2px; 
    width: 31.2%; 
    min-height: 350px; 
    display: inline-block; 
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.news-block:hover {
    background-color: #18395C;
    border: 2px solid #18395C;
	-webkit-transition: background-color 0.6s; 
    -moz-transition: background-color 0.6s; 
    -o-transition: background-color 0.6s; 
    transition: background-color 0.6s;
}

.news-header {
    color: white; 
    padding-bottom: 0px; 
    height: 120px;
}

.news-header-title{
    font-size: 2.5em !important;
    box-sizing: border-box; 
    font-family: 'Open Sans', sans-serif; 
    line-height: 1.1; 
    margin-top: 20px; 
    margin-bottom: 10px; 
    padding: 0px 15px 0px 15px; 
}

.news-header img {
    box-sizing: border-box; 
    vertical-align: middle;
}

.news-header-date{
    font-size: 2.0em !important; 
    font-weight: 100 !important;
    box-sizing: border-box; 
    font-family: 'Open Sans', sans-serif; 
    line-height: 1.1; 
    margin-top: 10px; 
    margin-bottom: 30px; 
    padding-left: 15px; 
}

.news-content {
    background-color: transparent;
    min-height: 200px;
    overflow: hidden;
}

.news-text {
    width: 100%;
    height: 100%;
}

.news-content hr {
    border-color: #08294C; 
    width: 100%; 
    border-width: 4px; 
    margin: 0px; 
    padding: 0px;
}

.news-content img {
    width: 100%; 
    height: 90px;
    float: left;
	background: #fff;
	margin-bottom: 15px;
}

.news-content .videoImage{
    height: 190px;
}

.news-content iframe{
    width: 100%;
    height: 190px;
    float: left;
    border: none;
	background: black;
}

.news-content .desc{
	color: #fff;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 2.1em;
}

.news-content p {
    color: #fff; 
    padding: 5px 15px 5px 15px; 
    font-size: 1.5em; 
    overflow: hidden; 
    max-height: 90px !important;
	min-height: 90px !important;
}

.btn-container{
	width: 100%;
	text-align: center;
}

.loadMore {
	margin: auto;
	display: inline-block;
	width: 500px;
	font-weight: 100;

	-webkit-transition: background-color 0.6s; 
    -moz-transition: background-color 0.6s; 
    -o-transition: background-color 0.6s; 
    transition: background-color 0.6s;
}

.loadMore:hover {
	background-color: #ccc;
}

.company-header {
    height: 75px;
}

.company-text{
    min-height: 220px !important;
	overflow: visible !important;
}

.company-content img {
    width: 232px;
    height: 256px;
    margin-right: 15px !important;
    margin-top: 0px !important;
}

.blockDownArrow{
    margin: auto;
    width: 0px;
}

.news-content::-webkit-scrollbar {
    width: 1em;
}
 
.news-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.news-content::-webkit-scrollbar-thumb {
  	background-color: #eee;
  	outline: 1px solid slategrey;
}

@media screen and (max-width: 768px) {
    .news-block {
    	margin-right: 5%;
		width: 100% !important;
		min-height: 350px !important;
		max-height: 750px !important;
    }
	.news-content{
		max-height: 300px !important;
	}
    .news-content img {
        height: 90px !important;
    }
    .news-content iframe{
        width: 100% !important;
        height: 190px !important;
    }
    .news-text { 
		display: block !important;
        position: relative !important; 
    	max-height: 90px !important;
     	width: 100% !important;
		min-height: 250px !important;
		overflow: visible !important;
    }
    .news-header {
		height: 120px !important;
    }
	.loadMore {
		width: 95%;
	}
}

#contactUsInfo div{
    color: #545454; 
    font-family: 'Open Sans'; 
    font-size: 1.8em; 
    padding-left: 30px;
}

#contactUsInfo .title{
    font-size: 2.5em;
}

#contactUsInfo span {
    float: right;
    margin-right: 40%;
}

@media screen and (max-width: 500px) {
    #contactUsInfo div{
	padding-top: 10px;
	font-size: 1.4em;
    } 
    #contactUsInfo span {
    	float: left;
    }
    .company-content img{
	width: 100%;
	height: 300px !important;
    }
}

.news-popup .popup{
    visibility: visible;
	opacity: 1;
}

.news-popup .block{
	background-color: #08294C;
	color: white !important;

	width: 70%;
	height: 600px;

	margin: auto;
	z-index: 99;
}

.news-popup .header{
	height: 100px;
}

.news-popup .exit {
	float: right;
	float: top;
	padding: 15px;
	width: 50px;
	height: 50px;
}

.news-popup .exit:hover {
	background-color: #00193C;
	-webkit-transition: background-color 0.6s; 
    -moz-transition: background-color 0.6s; 
    -o-transition: background-color 0.6s; 
    transition: background-color 0.6s;
}

.news-popup .title {
	font-size: 2.8em;
	font-weight: bold !important;
	padding-top: 15px;
	margin-left: 25px;
	margin-top: 15px;
}

.news-popup .date {
	font-size: 2.1em;
	margin-left: 25px;
}

.news-popup .image {
	width: 100%;
	height: 200px;
}

.news-popup .text {
	height: 280px;
	padding: 15px;
	overflow-y: scroll;
	min-width: 200px;
}

.news-popup iframe {
	width: 640px;
	height: 360px;
	margin-left: 25px;
	float: left;
	border: 3px solid #fff;
}

.news-popup .video .text {
	height: 360px;
}

.news-popup .text::-webkit-scrollbar {
    width: 1em;
}
 
.news-popup .text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.news-popup .text::-webkit-scrollbar-thumb {
  	background-color: #eee;
  	outline: 1px solid slategrey;
}

@media screen and (max-width: 1000px) {
	.news-popup iframe {
		margin-left: 0px;
		width: 100%;
		height: 250px;
	}
	.news-popup .header {
		height: 180px;
	}
	.news-popup .block {
		width: 95%;
		height: 520px;
		margin-top: 5px;
	}
	.news-popup .block {
		height: 550px;
	}
	.news-popup .image {
		height: 100px;
	}
	.news-popup .text {
		height: 220px;
	}
	.news-popup .video .text {
		height: 100px;
		overflow-y: scroll;
	}

}


