﻿/** NEWS pop**/
.fancybox-opened {
    /*border-top:10px solid #004974 !important;*/
}

.fancybox-skin {
    padding: 0px !important;
}

.main_pop {
    background: url("../img/SkyBackground.png") no-repeat top center, url("../img/milk_bg_pop.png") no-repeat bottom right;
    padding: 60px 0px 30px;
    margin-top: -15px;
}

    .main_pop h2 {
        color: #c51016 !important;
        text-transform: uppercase !important;
    }

    .main_pop a {
        color: #fff !important;
        text-transform: uppercase !important;
        background-color: #004974 !important;
        padding: 6px 20px !important;
        margin-top: 15px !important;
        display: inline-block;
    }


/*** pop ***/
.main-pop {
   /* background-color: #fff;*/
    background: url("room.jpg") no-repeat top center;
    padding: 40px 40px 40px;
    position: relative;
    width: 700px;
    margin: 0px auto;
}

.brd-red {
    border: 3px solid #fff;
    padding: 40px;
}

.main-pop .logo-pop {
    width: 253px;
    margin: -65px auto 35px;
}

.main-pop h1 {
    color: #fff;
    text-align: center;
    margin: 0 0 35px 0px;
}
.main-pop h3 {
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0px;
}
.main-pop .submit {
    text-align: center;
}
input.form-control, textarea.form-control
{
	border:none;
}
.main-pop input {
    background:rgba(255,255,255,0.8);
	border:none;
    border-radius: 6px;
    height: 40px;
	color:#ba1823;
	margin-bottom:30px;
}

.main-pop .btn-primary {
    padding: 6px 35px;
    color: #fff;
    background:rgba(186,24,35,0.8);
    border: none;
    font-size: 20px;
	border-radius: 6px;
}

    .main-pop .btn-primary a {
        color: #fff;
        font-size: 20px;
    }


.main-pop input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ba1823;
}
.main-pop input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ba1823;
}
.main-pop input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ba1823;
}
.main-pop input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #ba1823;
}

/* BEGIN max width 480px */
@media (max-width: 480px) {
.main-pop
{
	padding: 30px 20px 20px;
}
}
/* END max width 480px */

